Author: linus
Date: 2010-01-11 13:21:20-0800
New Revision: 17766

Modified:
   trunk/src/argouml-app/tests/org/argouml/model/AllTests.java
   trunk/src/argouml-app/tests/org/argouml/model/CheckUMLModelHelper.java
   
trunk/src/argouml-app/tests/org/argouml/model/GenericUmlObjectTestFixture.java
   trunk/src/argouml-app/tests/org/argouml/model/InitializeModel.java
   trunk/src/argouml-app/tests/org/argouml/model/MockModelImplementation.java
   trunk/src/argouml-app/tests/org/argouml/model/TestAGHelperWithMock.java
   
trunk/src/argouml-app/tests/org/argouml/model/TestActivityGraphStateMachine.java
   trunk/src/argouml-app/tests/org/argouml/model/TestActivityGraphsFactory.java
   trunk/src/argouml-app/tests/org/argouml/model/TestActivityGraphsHelper.java
   trunk/src/argouml-app/tests/org/argouml/model/TestAgainstUmlModel.java
   trunk/src/argouml-app/tests/org/argouml/model/TestCollaborationsFactory.java
   trunk/src/argouml-app/tests/org/argouml/model/TestCollaborationsHelper.java
   trunk/src/argouml-app/tests/org/argouml/model/TestCommonBehaviorFactory.java
   trunk/src/argouml-app/tests/org/argouml/model/TestCommonBehaviorHelper.java
   trunk/src/argouml-app/tests/org/argouml/model/TestCopyHelper.java
   trunk/src/argouml-app/tests/org/argouml/model/TestCoreFactory.java
   trunk/src/argouml-app/tests/org/argouml/model/TestCoreHelper.java
   trunk/src/argouml-app/tests/org/argouml/model/TestDataTypesFactory.java
   
trunk/src/argouml-app/tests/org/argouml/model/TestExtensionMechanismsFactory.java
   
trunk/src/argouml-app/tests/org/argouml/model/TestExtensionMechanismsHelper.java
   trunk/src/argouml-app/tests/org/argouml/model/TestModel.java
   trunk/src/argouml-app/tests/org/argouml/model/TestModel2.java
   trunk/src/argouml-app/tests/org/argouml/model/TestModelEventPump.java
   trunk/src/argouml-app/tests/org/argouml/model/TestModelFacade2.java
   trunk/src/argouml-app/tests/org/argouml/model/TestModelFacade3.java
   trunk/src/argouml-app/tests/org/argouml/model/TestModelManagementFactory.java
   trunk/src/argouml-app/tests/org/argouml/model/TestModelManagementHelper.java
   trunk/src/argouml-app/tests/org/argouml/model/TestStateMachinesFactory.java
   trunk/src/argouml-app/tests/org/argouml/model/TestStateMachinesHelper.java
   trunk/src/argouml-app/tests/org/argouml/model/TestUml.java
   trunk/src/argouml-app/tests/org/argouml/model/TestUmlActor.java
   trunk/src/argouml-app/tests/org/argouml/model/TestUmlExtend.java
   trunk/src/argouml-app/tests/org/argouml/model/TestUmlFactory.java
   trunk/src/argouml-app/tests/org/argouml/model/TestUmlFactoryBuildNode.java
   trunk/src/argouml-app/tests/org/argouml/model/TestUmlGeneralization.java
   trunk/src/argouml-app/tests/org/argouml/model/TestUmlModel.java
   trunk/src/argouml-app/tests/org/argouml/model/TestUmlModelElement.java
   trunk/src/argouml-app/tests/org/argouml/model/TestUmlUseCase.java
   trunk/src/argouml-app/tests/org/argouml/model/TestUseCasesFactory.java
   trunk/src/argouml-app/tests/org/argouml/model/TestUseCasesHelper.java

Log:
Added EPL License header.

Modified: trunk/src/argouml-app/tests/org/argouml/model/AllTests.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/AllTests.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/AllTests.java (original)
+++ trunk/src/argouml-app/tests/org/argouml/model/AllTests.java 2010-01-11 
13:21: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) 2006-2008 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/tests/org/argouml/model/CheckUMLModelHelper.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/CheckUMLModelHelper.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/CheckUMLModelHelper.java      
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/CheckUMLModelHelper.java      
2010-01-11 13:21: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) 2002-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/tests/org/argouml/model/GenericUmlObjectTestFixture.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/GenericUmlObjectTestFixture.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/model/GenericUmlObjectTestFixture.java  
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/model/GenericUmlObjectTestFixture.java  
    2010-01-11 13:21: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) 2003-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/tests/org/argouml/model/InitializeModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/InitializeModel.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/InitializeModel.java  
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/InitializeModel.java  
2010-01-11 13:21: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) 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
@@ -102,4 +116,4 @@
         Model.setImplementation(impl);
         return impl;
     }
-}
\ No newline at end of file
+}

Modified: 
trunk/src/argouml-app/tests/org/argouml/model/MockModelImplementation.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/MockModelImplementation.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/MockModelImplementation.java  
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/MockModelImplementation.java  
2010-01-11 13:21: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) 2006-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/tests/org/argouml/model/TestAGHelperWithMock.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestAGHelperWithMock.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestAGHelperWithMock.java     
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestAGHelperWithMock.java     
2010-01-11 13:21: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) 2006-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/tests/org/argouml/model/TestActivityGraphStateMachine.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestActivityGraphStateMachine.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/model/TestActivityGraphStateMachine.java
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/model/TestActivityGraphStateMachine.java
    2010-01-11 13:21: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) 2008 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/tests/org/argouml/model/TestActivityGraphsFactory.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestActivityGraphsFactory.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/model/TestActivityGraphsFactory.java    
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/model/TestActivityGraphsFactory.java    
    2010-01-11 13:21: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) 2002-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/tests/org/argouml/model/TestActivityGraphsHelper.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestActivityGraphsHelper.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestActivityGraphsHelper.java 
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestActivityGraphsHelper.java 
2010-01-11 13:21: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/tests/org/argouml/model/TestAgainstUmlModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestAgainstUmlModel.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestAgainstUmlModel.java      
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestAgainstUmlModel.java      
2010-01-11 13:21: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) 2003-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/tests/org/argouml/model/TestCollaborationsFactory.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestCollaborationsFactory.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/model/TestCollaborationsFactory.java    
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/model/TestCollaborationsFactory.java    
    2010-01-11 13:21: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) 2005-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/tests/org/argouml/model/TestCollaborationsHelper.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestCollaborationsHelper.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestCollaborationsHelper.java 
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestCollaborationsHelper.java 
2010-01-11 13:21: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/tests/org/argouml/model/TestCommonBehaviorFactory.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestCommonBehaviorFactory.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/model/TestCommonBehaviorFactory.java    
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/model/TestCommonBehaviorFactory.java    
    2010-01-11 13:21: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) 2002-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/tests/org/argouml/model/TestCommonBehaviorHelper.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestCommonBehaviorHelper.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestCommonBehaviorHelper.java 
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestCommonBehaviorHelper.java 
2010-01-11 13:21: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/tests/org/argouml/model/TestCopyHelper.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestCopyHelper.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestCopyHelper.java   
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestCopyHelper.java   
2010-01-11 13:21: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) 2003-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/tests/org/argouml/model/TestCoreFactory.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestCoreFactory.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestCoreFactory.java  
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestCoreFactory.java  
2010-01-11 13:21: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) 2002-2009 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/tests/org/argouml/model/TestCoreHelper.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestCoreHelper.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestCoreHelper.java   
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestCoreHelper.java   
2010-01-11 13:21: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/tests/org/argouml/model/TestDataTypesFactory.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestDataTypesFactory.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestDataTypesFactory.java     
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestDataTypesFactory.java     
2010-01-11 13:21: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) 2002-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/tests/org/argouml/model/TestExtensionMechanismsFactory.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestExtensionMechanismsFactory.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/model/TestExtensionMechanismsFactory.java
   (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/model/TestExtensionMechanismsFactory.java
   2010-01-11 13:21: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) 2002-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/tests/org/argouml/model/TestExtensionMechanismsHelper.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestExtensionMechanismsHelper.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/model/TestExtensionMechanismsHelper.java
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/model/TestExtensionMechanismsHelper.java
    2010-01-11 13:21: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/tests/org/argouml/model/TestModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestModel.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestModel.java        
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestModel.java        
2010-01-11 13:21: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) 2004-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/tests/org/argouml/model/TestModel2.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestModel2.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestModel2.java       
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestModel2.java       
2010-01-11 13:21: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:
+ *    linus
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 2005-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/tests/org/argouml/model/TestModelEventPump.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestModelEventPump.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestModelEventPump.java       
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestModelEventPump.java       
2010-01-11 13:21: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:
+ *    euluis
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 2004-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/tests/org/argouml/model/TestModelFacade2.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestModelFacade2.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestModelFacade2.java 
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestModelFacade2.java 
2010-01-11 13:21: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) 2003-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/tests/org/argouml/model/TestModelFacade3.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestModelFacade3.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestModelFacade3.java 
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestModelFacade3.java 
2010-01-11 13:21: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) 2003-2009 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/tests/org/argouml/model/TestModelManagementFactory.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestModelManagementFactory.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/model/TestModelManagementFactory.java   
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/model/TestModelManagementFactory.java   
    2010-01-11 13:21: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) 2002-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/tests/org/argouml/model/TestModelManagementHelper.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestModelManagementHelper.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/model/TestModelManagementHelper.java    
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/model/TestModelManagementHelper.java    
    2010-01-11 13:21: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/tests/org/argouml/model/TestStateMachinesFactory.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestStateMachinesFactory.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestStateMachinesFactory.java 
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestStateMachinesFactory.java 
2010-01-11 13:21: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) 2002-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/tests/org/argouml/model/TestStateMachinesHelper.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestStateMachinesHelper.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestStateMachinesHelper.java  
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestStateMachinesHelper.java  
2010-01-11 13:21: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/tests/org/argouml/model/TestUml.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestUml.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestUml.java  (original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestUml.java  2010-01-11 
13:21: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) 2003-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/tests/org/argouml/model/TestUmlActor.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestUmlActor.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestUmlActor.java     
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestUmlActor.java     
2010-01-11 13:21: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) 2003-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/tests/org/argouml/model/TestUmlExtend.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestUmlExtend.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestUmlExtend.java    
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestUmlExtend.java    
2010-01-11 13:21: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:
+ *    linus
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 2003-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/tests/org/argouml/model/TestUmlFactory.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestUmlFactory.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestUmlFactory.java   
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestUmlFactory.java   
2010-01-11 13:21: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) 2005-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/tests/org/argouml/model/TestUmlFactoryBuildNode.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestUmlFactoryBuildNode.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestUmlFactoryBuildNode.java  
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestUmlFactoryBuildNode.java  
2010-01-11 13:21: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:
+ *    linus
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 2005-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/tests/org/argouml/model/TestUmlGeneralization.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestUmlGeneralization.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestUmlGeneralization.java    
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestUmlGeneralization.java    
2010-01-11 13:21: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) 2003-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/tests/org/argouml/model/TestUmlModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestUmlModel.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestUmlModel.java     
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestUmlModel.java     
2010-01-11 13:21: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) 2003-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/tests/org/argouml/model/TestUmlModelElement.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestUmlModelElement.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestUmlModelElement.java      
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestUmlModelElement.java      
2010-01-11 13:21: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:
+ *    linus
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 2003-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/tests/org/argouml/model/TestUmlUseCase.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestUmlUseCase.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestUmlUseCase.java   
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestUmlUseCase.java   
2010-01-11 13:21: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) 2003-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/tests/org/argouml/model/TestUseCasesFactory.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestUseCasesFactory.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestUseCasesFactory.java      
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestUseCasesFactory.java      
2010-01-11 13:21: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) 2002-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/tests/org/argouml/model/TestUseCasesHelper.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestUseCasesHelper.java?view=diff&pathrev=17766&r1=17765&r2=17766
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestUseCasesHelper.java       
(original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestUseCasesHelper.java       
2010-01-11 13:21: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:
+ *    linus
+ *****************************************************************************
+ *
+ * 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


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

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

Reply via email to