Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.osbp.xtext.blip.ui/src-gen')
-rw-r--r--org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/AbstractBlipDSLUiModule.java6
-rw-r--r--org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/BlipDSLExecutableExtensionFactory.java6
-rw-r--r--org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/contentassist/AbstractBlipDSLProposalProvider.java8
-rw-r--r--org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/internal/BlipActivator.java6
4 files changed, 17 insertions, 9 deletions
diff --git a/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/AbstractBlipDSLUiModule.java b/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/AbstractBlipDSLUiModule.java
index 7b4dde7..544895e 100644
--- a/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/AbstractBlipDSLUiModule.java
+++ b/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/AbstractBlipDSLUiModule.java
@@ -3,9 +3,11 @@
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
diff --git a/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/BlipDSLExecutableExtensionFactory.java b/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/BlipDSLExecutableExtensionFactory.java
index 189d553..b1e74d2 100644
--- a/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/BlipDSLExecutableExtensionFactory.java
+++ b/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/BlipDSLExecutableExtensionFactory.java
@@ -3,9 +3,11 @@
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
diff --git a/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/contentassist/AbstractBlipDSLProposalProvider.java b/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/contentassist/AbstractBlipDSLProposalProvider.java
index 0936457..36563de 100644
--- a/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/contentassist/AbstractBlipDSLProposalProvider.java
+++ b/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/contentassist/AbstractBlipDSLProposalProvider.java
@@ -3,9 +3,11 @@
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
@@ -34,7 +36,7 @@ public abstract class AbstractBlipDSLProposalProvider extends OXtypeProposalProv
public void completeBlipModel_ImportSection(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
}
- public void completeBlipModel_Packages(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ public void completeBlipModel_Blippackage(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
}
public void completeBlipPackage_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
diff --git a/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/internal/BlipActivator.java b/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/internal/BlipActivator.java
index 2f7e9b2..641a601 100644
--- a/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/internal/BlipActivator.java
+++ b/org.eclipse.osbp.xtext.blip.ui/src-gen/org/eclipse/osbp/xtext/blip/ui/internal/BlipActivator.java
@@ -3,9 +3,11 @@
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation

Back to the top