Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/custo/org.eclipse.papyrus.example.custo.cyber/src-gen/org/eclipse/papyrus/example/custo/cyber/soft/soft/SoftPackage.java')
-rwxr-xr-x[-rw-r--r--]examples/custo/org.eclipse.papyrus.example.custo.cyber/src-gen/org/eclipse/papyrus/example/custo/cyber/soft/soft/SoftPackage.java38
1 files changed, 15 insertions, 23 deletions
diff --git a/examples/custo/org.eclipse.papyrus.example.custo.cyber/src-gen/org/eclipse/papyrus/example/custo/cyber/soft/soft/SoftPackage.java b/examples/custo/org.eclipse.papyrus.example.custo.cyber/src-gen/org/eclipse/papyrus/example/custo/cyber/soft/soft/SoftPackage.java
index f6195f740fb..a5dda2f3967 100644..100755
--- a/examples/custo/org.eclipse.papyrus.example.custo.cyber/src-gen/org/eclipse/papyrus/example/custo/cyber/soft/soft/SoftPackage.java
+++ b/examples/custo/org.eclipse.papyrus.example.custo.cyber/src-gen/org/eclipse/papyrus/example/custo/cyber/soft/soft/SoftPackage.java
@@ -1,17 +1,16 @@
/**
- *
- * Copyright (c) 2021 CEA LIST.
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License 2.0
- * which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
- *
- * SPDX-License-Identifier: EPL-2.0
- *
- * Contributors:
- * Patrick Tessier (CEA LIST) - Initial API and implementation
- *
+ * Copyright (c) 2021 CEA LIST.
+ *
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ * Patrick Tessier (CEA LIST) - Initial API and implementation
+ *
*/
package org.eclipse.papyrus.example.custo.cyber.soft.soft;
@@ -38,19 +37,12 @@ import org.eclipse.emf.ecore.EReference;
*/
public interface SoftPackage extends EPackage {
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- String copyright = "\n Copyright (c) 2021 CEA LIST.\n \n All rights reserved. This program and the accompanying materials\n are made available under the terms of the Eclipse Public License 2.0\n which accompanies this distribution, and is available at\n https://www.eclipse.org/legal/epl-2.0/\n \n SPDX-License-Identifier: EPL-2.0\n \n Contributors:\n \tPatrick Tessier \t(CEA LIST) - Initial API and implementation\n ";
-
- /**
* The package name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
- String eNAME = "soft";
+ String eNAME = "soft"; //$NON-NLS-1$
/**
* The package namespace URI.
@@ -58,7 +50,7 @@ public interface SoftPackage extends EPackage {
* <!-- end-user-doc -->
* @generated
*/
- String eNS_URI = "http://soft_papyrus";
+ String eNS_URI = "http://soft_papyrus"; //$NON-NLS-1$
/**
* The package namespace name.
@@ -66,7 +58,7 @@ public interface SoftPackage extends EPackage {
* <!-- end-user-doc -->
* @generated
*/
- String eNS_PREFIX = "soft";
+ String eNS_PREFIX = "soft"; //$NON-NLS-1$
/**
* The singleton instance of the package.

Back to the top