Author: linus
Date: 2010-01-12 10:56:20-0800
New Revision: 17830

Modified:
   trunk/src/argouml-app/src/org/argouml/ocl/ArgoFacade.java
   trunk/src/argouml-app/src/org/argouml/ocl/CriticOclEvaluator.java
   trunk/src/argouml-app/src/org/argouml/ocl/OCLEvaluator.java
   trunk/src/argouml-app/src/org/argouml/ocl/OCLExpander.java
   trunk/src/argouml-app/src/org/argouml/ocl/OCLUtil.java

Log:
Added EPL License header.

Modified: trunk/src/argouml-app/src/org/argouml/ocl/ArgoFacade.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ocl/ArgoFacade.java?view=diff&pathrev=17830&r1=17829&r2=17830
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ocl/ArgoFacade.java   (original)
+++ trunk/src/argouml-app/src/org/argouml/ocl/ArgoFacade.java   2010-01-12 
10:56:20-0800
@@ -1,4 +1,18 @@
-// $Id$
+/* $Id$
+ *****************************************************************************
+ * Copyright (c) 2009 Contributors - see below
+ * 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
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    tfmorris
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 1996-2006 The Regents of the University of California. All
 // Rights Reserved. Permission to use, copy, modify, and distribute this
 // software and its documentation without fee, and without a written

Modified: trunk/src/argouml-app/src/org/argouml/ocl/CriticOclEvaluator.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ocl/CriticOclEvaluator.java?view=diff&pathrev=17830&r1=17829&r2=17830
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ocl/CriticOclEvaluator.java   
(original)
+++ trunk/src/argouml-app/src/org/argouml/ocl/CriticOclEvaluator.java   
2010-01-12 10:56:20-0800
@@ -1,4 +1,18 @@
-// $Id$
+/* $Id$
+ *****************************************************************************
+ * Copyright (c) 2009 Contributors - see below
+ * 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
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    tfmorris
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 1996-2007 The Regents of the University of California. All
 // Rights Reserved. Permission to use, copy, modify, and distribute this
 // software and its documentation without fee, and without a written
@@ -84,4 +98,4 @@
         return EVALUATOR.evalToString(self, expr, sep);
     }
 
-}
\ No newline at end of file
+}

Modified: trunk/src/argouml-app/src/org/argouml/ocl/OCLEvaluator.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ocl/OCLEvaluator.java?view=diff&pathrev=17830&r1=17829&r2=17830
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ocl/OCLEvaluator.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ocl/OCLEvaluator.java 2010-01-12 
10:56:20-0800
@@ -1,4 +1,18 @@
-// $Id$
+/* $Id$
+ *****************************************************************************
+ * Copyright (c) 2009 Contributors - see below
+ * 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
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    tfmorris
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 1996-2007 The Regents of the University of California. All
 // Rights Reserved. Permission to use, copy, modify, and distribute this
 // software and its documentation without fee, and without a written

Modified: trunk/src/argouml-app/src/org/argouml/ocl/OCLExpander.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ocl/OCLExpander.java?view=diff&pathrev=17830&r1=17829&r2=17830
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ocl/OCLExpander.java  (original)
+++ trunk/src/argouml-app/src/org/argouml/ocl/OCLExpander.java  2010-01-12 
10:56:20-0800
@@ -1,4 +1,18 @@
-// $Id$
+/* $Id$
+ *****************************************************************************
+ * Copyright (c) 2009 Contributors - see below
+ * 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
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    mvw
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 1996-2006 The Regents of the University of California. All
 // Rights Reserved. Permission to use, copy, modify, and distribute this
 // software and its documentation without fee, and without a written

Modified: trunk/src/argouml-app/src/org/argouml/ocl/OCLUtil.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ocl/OCLUtil.java?view=diff&pathrev=17830&r1=17829&r2=17830
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ocl/OCLUtil.java      (original)
+++ trunk/src/argouml-app/src/org/argouml/ocl/OCLUtil.java      2010-01-12 
10:56:20-0800
@@ -1,4 +1,18 @@
-// $Id$
+/* $Id$
+ *****************************************************************************
+ * Copyright (c) 2009 Contributors - see below
+ * 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
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    tfmorris
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 1996-2006 The Regents of the University of California. All
 // Rights Reserved. Permission to use, copy, modify, and distribute this
 // software and its documentation without fee, and without a written

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2436730

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to