Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2018-10-01 12:40:27 +0000
committerPierre-Charles David2018-10-02 06:40:18 +0000
commitf41b10286d9952265b649f2032dba8909abf2d6c (patch)
treed0f6d682f07ba90003fc849eaeeeb64d99743a85
parente60b6c3cf7600a6dd5aaf4143b367072f04f012c (diff)
downloadorg.eclipse.sirius-f41b10286d9952265b649f2032dba8909abf2d6c.tar.gz
org.eclipse.sirius-f41b10286d9952265b649f2032dba8909abf2d6c.tar.xz
org.eclipse.sirius-f41b10286d9952265b649f2032dba8909abf2d6c.zip
[527277] Update Xtext grammars and MWE2 files
Bug: 527277 Change-Id: I36c95656881e18d73c1084376bd06dd60d2d82a6 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/src-gen/org/eclipse/sirius/tests/sample/xtext/ide/contentassist/antlr/internal/InternalStatemachine.g6
-rw-r--r--plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/src-gen/org/eclipse/sirius/tests/sample/xtext/parser/antlr/internal/InternalStatemachine.g6
-rw-r--r--plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/src/org/eclipse/sirius/tests/sample/xtext/GenerateStatemachine.mwe26
3 files changed, 12 insertions, 6 deletions
diff --git a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/src-gen/org/eclipse/sirius/tests/sample/xtext/ide/contentassist/antlr/internal/InternalStatemachine.g b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/src-gen/org/eclipse/sirius/tests/sample/xtext/ide/contentassist/antlr/internal/InternalStatemachine.g
index 7a30bdbce2..82d1aa4108 100644
--- a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/src-gen/org/eclipse/sirius/tests/sample/xtext/ide/contentassist/antlr/internal/InternalStatemachine.g
+++ b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/src-gen/org/eclipse/sirius/tests/sample/xtext/ide/contentassist/antlr/internal/InternalStatemachine.g
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2018 Obeo.
* 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:
* Obeo - initial API and implementation
diff --git a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/src-gen/org/eclipse/sirius/tests/sample/xtext/parser/antlr/internal/InternalStatemachine.g b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/src-gen/org/eclipse/sirius/tests/sample/xtext/parser/antlr/internal/InternalStatemachine.g
index 1c9e342dc4..25d90ac277 100644
--- a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/src-gen/org/eclipse/sirius/tests/sample/xtext/parser/antlr/internal/InternalStatemachine.g
+++ b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/src-gen/org/eclipse/sirius/tests/sample/xtext/parser/antlr/internal/InternalStatemachine.g
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2018 Obeo.
* 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:
* Obeo - initial API and implementation
diff --git a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/src/org/eclipse/sirius/tests/sample/xtext/GenerateStatemachine.mwe2 b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/src/org/eclipse/sirius/tests/sample/xtext/GenerateStatemachine.mwe2
index 1fcf3d709f..4553d84fc0 100644
--- a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/src/org/eclipse/sirius/tests/sample/xtext/GenerateStatemachine.mwe2
+++ b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/src/org/eclipse/sirius/tests/sample/xtext/GenerateStatemachine.mwe2
@@ -28,9 +28,11 @@ Workflow {
fileHeader = "/*******************************************************************************
* Copyright (c) 2018 Obeo.
* 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:
* Obeo - initial API and implementation

Back to the top