Author: linus
Date: 2010-01-11 13:55:49-0800
New Revision: 17799

Modified:
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddAttribute.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddDependency.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddEnumerationLiteral.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLCollaborationInteractionListModel.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLFeatureOwnerScopeCheckBox.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLGeneralizationPowertypeComboBoxModel.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementClientDependencyListModel.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementConstraintListModel.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementElementResidenceListModel.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementNameDocument.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementNamespaceListModel.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementSourceFlowListModel.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementSupplierDependencyListModel.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementTargetFlowListModel.java
   
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLStructuralFeatureTypeComboBoxModel.java

Log:
Added EPL License header.

Modified: 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddAttribute.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddAttribute.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddAttribute.java
  (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddAttribute.java
  2010-01-11 13:55:49-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/foundation/core/TestActionAddDependency.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddDependency.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddDependency.java
 (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddDependency.java
 2010-01-11 13:55:49-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/uml/ui/foundation/core/TestActionAddEnumerationLiteral.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddEnumerationLiteral.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddEnumerationLiteral.java
 (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestActionAddEnumerationLiteral.java
 2010-01-11 13:55:49-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

Modified: 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLCollaborationInteractionListModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLCollaborationInteractionListModel.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLCollaborationInteractionListModel.java
        (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLCollaborationInteractionListModel.java
        2010-01-11 13:55:49-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/foundation/core/TestUMLFeatureOwnerScopeCheckBox.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLFeatureOwnerScopeCheckBox.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLFeatureOwnerScopeCheckBox.java
        (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLFeatureOwnerScopeCheckBox.java
        2010-01-11 13:55:49-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) 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/uml/ui/foundation/core/TestUMLGeneralizationPowertypeComboBoxModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLGeneralizationPowertypeComboBoxModel.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLGeneralizationPowertypeComboBoxModel.java
     (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLGeneralizationPowertypeComboBoxModel.java
     2010-01-11 13:55:49-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/uml/ui/foundation/core/TestUMLModelElementClientDependencyListModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementClientDependencyListModel.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementClientDependencyListModel.java
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementClientDependencyListModel.java
    2010-01-11 13:55:49-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/uml/ui/foundation/core/TestUMLModelElementConstraintListModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementConstraintListModel.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementConstraintListModel.java
  (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementConstraintListModel.java
  2010-01-11 13:55:49-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

Modified: 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementElementResidenceListModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementElementResidenceListModel.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementElementResidenceListModel.java
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementElementResidenceListModel.java
    2010-01-11 13:55:49-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) 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/uml/ui/foundation/core/TestUMLModelElementNameDocument.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementNameDocument.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementNameDocument.java
 (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementNameDocument.java
 2010-01-11 13:55:49-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

Modified: 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementNamespaceListModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementNamespaceListModel.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementNamespaceListModel.java
   (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementNamespaceListModel.java
   2010-01-11 13:55:49-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

Modified: 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementSourceFlowListModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementSourceFlowListModel.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementSourceFlowListModel.java
  (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementSourceFlowListModel.java
  2010-01-11 13:55:49-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/foundation/core/TestUMLModelElementSupplierDependencyListModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementSupplierDependencyListModel.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementSupplierDependencyListModel.java
  (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementSupplierDependencyListModel.java
  2010-01-11 13:55:49-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/foundation/core/TestUMLModelElementTargetFlowListModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementTargetFlowListModel.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementTargetFlowListModel.java
  (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLModelElementTargetFlowListModel.java
  2010-01-11 13:55:49-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/foundation/core/TestUMLStructuralFeatureTypeComboBoxModel.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLStructuralFeatureTypeComboBoxModel.java?view=diff&pathrev=17799&r1=17798&r2=17799
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLStructuralFeatureTypeComboBoxModel.java
       (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/uml/ui/foundation/core/TestUMLStructuralFeatureTypeComboBoxModel.java
       2010-01-11 13:55:49-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

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

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

Reply via email to