Author: linus
Date: 2010-01-11 13:44:45-0800
New Revision: 17793

Modified:
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/AbstractTestActionAddDiagram.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/AbstractUMLModelElementListModel2Test.java
   trunk/src/argouml-app/tests/org/argouml/uml/ui/GUITestActionOpenProject.java
   trunk/src/argouml-app/tests/org/argouml/uml/ui/GUITestActionSaveGraphics.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/MockUMLUserInterfaceContainer.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionActivityGraphDiagram.java
   trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionClassDiagram.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionCollaborationDiagram.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionDeploymentDiagram.java
   trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionStateDiagram.java
   trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionUseCaseDiagram.java
   trunk/src/argouml-app/tests/org/argouml/uml/ui/TestSourcePathController.java
   trunk/src/argouml-app/tests/org/argouml/uml/ui/TestTabStyle.java
   trunk/src/argouml-app/tests/org/argouml/uml/ui/TestTabs.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestUMLTagDefinitionComboBoxModel.java

Log:
Added EPL License header.

Modified: 
trunk/src/argouml-app/tests/org/argouml/uml/ui/AbstractTestActionAddDiagram.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/AbstractTestActionAddDiagram.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/AbstractTestActionAddDiagram.java
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/AbstractTestActionAddDiagram.java
    2010-01-11 13:44:45-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/uml/ui/AbstractUMLModelElementListModel2Test.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/AbstractUMLModelElementListModel2Test.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/AbstractUMLModelElementListModel2Test.java
   (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/AbstractUMLModelElementListModel2Test.java
   2010-01-11 13:44:45-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-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/uml/ui/GUITestActionOpenProject.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/GUITestActionOpenProject.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/GUITestActionOpenProject.java    
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/GUITestActionOpenProject.java    
    2010-01-11 13:44:45-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) 2004-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/uml/ui/GUITestActionSaveGraphics.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/GUITestActionSaveGraphics.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/GUITestActionSaveGraphics.java   
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/GUITestActionSaveGraphics.java   
    2010-01-11 13:44:45-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) 2004-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/uml/ui/MockUMLUserInterfaceContainer.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/MockUMLUserInterfaceContainer.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/MockUMLUserInterfaceContainer.java
   (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/MockUMLUserInterfaceContainer.java
   2010-01-11 13:44:45-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) 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/tests/org/argouml/uml/ui/TestActionActivityGraphDiagram.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionActivityGraphDiagram.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionActivityGraphDiagram.java
  (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionActivityGraphDiagram.java
  2010-01-11 13:44:45-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:
+ *    bobtarling
+ *****************************************************************************
+ *
+ * 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/uml/ui/TestActionClassDiagram.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionClassDiagram.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionClassDiagram.java  
(original)
+++ trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionClassDiagram.java  
2010-01-11 13:44:45-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/tests/org/argouml/uml/ui/TestActionCollaborationDiagram.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionCollaborationDiagram.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionCollaborationDiagram.java
  (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionCollaborationDiagram.java
  2010-01-11 13:44:45-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:
+ *    bobtarling
+ *****************************************************************************
+ *
+ * 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/uml/ui/TestActionDeploymentDiagram.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionDeploymentDiagram.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionDeploymentDiagram.java 
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionDeploymentDiagram.java 
    2010-01-11 13:44:45-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-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/uml/ui/TestActionStateDiagram.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionStateDiagram.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionStateDiagram.java  
(original)
+++ trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionStateDiagram.java  
2010-01-11 13:44:45-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:
+ *    bobtarling
+ *****************************************************************************
+ *
+ * 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/uml/ui/TestActionUseCaseDiagram.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionUseCaseDiagram.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionUseCaseDiagram.java    
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestActionUseCaseDiagram.java    
    2010-01-11 13:44:45-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/tests/org/argouml/uml/ui/TestSourcePathController.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/TestSourcePathController.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestSourcePathController.java    
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestSourcePathController.java    
    2010-01-11 13:44:45-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/uml/ui/TestTabStyle.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/TestTabStyle.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/uml/ui/TestTabStyle.java    
(original)
+++ trunk/src/argouml-app/tests/org/argouml/uml/ui/TestTabStyle.java    
2010-01-11 13:44:45-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-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/uml/ui/TestTabs.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/TestTabs.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/uml/ui/TestTabs.java        
(original)
+++ trunk/src/argouml-app/tests/org/argouml/uml/ui/TestTabs.java        
2010-01-11 13:44:45-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) 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/uml/ui/TestUMLTagDefinitionComboBoxModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/TestUMLTagDefinitionComboBoxModel.java?view=diff&pathrev=17793&r1=17792&r2=17793
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestUMLTagDefinitionComboBoxModel.java
       (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/TestUMLTagDefinitionComboBoxModel.java
       2010-01-11 13:44:45-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) 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=2436443

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

Reply via email to