Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.uml2.uml.profile.l2/src/org/eclipse/uml2/uml/profile/l2/Script.java')
-rw-r--r--plugins/org.eclipse.uml2.uml.profile.l2/src/org/eclipse/uml2/uml/profile/l2/Script.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/org.eclipse.uml2.uml.profile.l2/src/org/eclipse/uml2/uml/profile/l2/Script.java b/plugins/org.eclipse.uml2.uml.profile.l2/src/org/eclipse/uml2/uml/profile/l2/Script.java
index 4c9b0fbf..9a2aec38 100644
--- a/plugins/org.eclipse.uml2.uml.profile.l2/src/org/eclipse/uml2/uml/profile/l2/Script.java
+++ b/plugins/org.eclipse.uml2.uml.profile.l2/src/org/eclipse/uml2/uml/profile/l2/Script.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011 CEA and others.
+ * Copyright (c) 2011, 2012 CEA and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -7,6 +7,7 @@
*
* Contributors:
* CEA - initial API and implementation
+ * Kenn Hussey (CEA) - 351777
*
*/
package org.eclipse.uml2.uml.profile.l2;
@@ -17,7 +18,7 @@ package org.eclipse.uml2.uml.profile.l2;
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
- * A script file that can be interpreted by a computer system. Subclass of «File».
+ * A script file that can be interpreted by a computer system. Subclass of ÇFileÈ.
* <!-- end-model-doc -->
*
*

Back to the top