Author: linus
Date: 2010-01-12 10:47:46-0800
New Revision: 17822

Modified:
   trunk/src/argouml-app/src/org/argouml/kernel/AbstractCommand.java
   trunk/src/argouml-app/src/org/argouml/kernel/AbstractProjectMember.java
   trunk/src/argouml-app/src/org/argouml/kernel/Command.java
   trunk/src/argouml-app/src/org/argouml/kernel/DefaultUndoManager.java
   trunk/src/argouml-app/src/org/argouml/kernel/DelayedChangeNotify.java
   trunk/src/argouml-app/src/org/argouml/kernel/DelayedVChangeListener.java
   trunk/src/argouml-app/src/org/argouml/kernel/MemberList.java
   trunk/src/argouml-app/src/org/argouml/kernel/NonUndoableCommand.java
   trunk/src/argouml-app/src/org/argouml/kernel/ProfileConfiguration.java
   trunk/src/argouml-app/src/org/argouml/kernel/ProjectFactory.java
   trunk/src/argouml-app/src/org/argouml/kernel/ProjectManager.java
   trunk/src/argouml-app/src/org/argouml/kernel/ProjectMember.java
   trunk/src/argouml-app/src/org/argouml/kernel/UmlModelMutator.java
   trunk/src/argouml-app/src/org/argouml/kernel/UndoManager.java

Log:
Added EPL License header.

Modified: trunk/src/argouml-app/src/org/argouml/kernel/AbstractCommand.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/AbstractCommand.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/AbstractCommand.java   
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/AbstractCommand.java   
2010-01-12 10:47:46-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/src/org/argouml/kernel/AbstractProjectMember.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/AbstractProjectMember.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/AbstractProjectMember.java     
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/AbstractProjectMember.java     
2010-01-12 10:47:46-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
@@ -162,4 +176,4 @@
     public String toString() {
         return getZipName();
     }
-}
\ No newline at end of file
+}

Modified: trunk/src/argouml-app/src/org/argouml/kernel/Command.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/Command.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/Command.java   (original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/Command.java   2010-01-12 
10:47:46-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
@@ -53,4 +67,4 @@
      * @return true if the command is redoable
      */
     abstract boolean isRedoable();
-}
\ No newline at end of file
+}

Modified: trunk/src/argouml-app/src/org/argouml/kernel/DefaultUndoManager.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/DefaultUndoManager.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/DefaultUndoManager.java        
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/DefaultUndoManager.java        
2010-01-12 10:47:46-0800
@@ -1,4 +1,18 @@
-// $Id$
+/* $Id$
+ *****************************************************************************
+ * Copyright (c) 2009 Contributors - see below
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    tfmorris
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 1996-2006 The Regents of the University of California. All
 // Rights Reserved. Permission to use, copy, modify, and distribute this
 // software and its documentation without fee, and without a written

Modified: trunk/src/argouml-app/src/org/argouml/kernel/DelayedChangeNotify.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/DelayedChangeNotify.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/DelayedChangeNotify.java       
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/DelayedChangeNotify.java       
2010-01-12 10:47:46-0800
@@ -1,4 +1,18 @@
-// $Id$
+/* $Id$
+ *****************************************************************************
+ * Copyright (c) 2009 Contributors - see below
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    tfmorris
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 1996-2006 The Regents of the University of California. All
 // Rights Reserved. Permission to use, copy, modify, and distribute this
 // software and its documentation without fee, and without a written

Modified: 
trunk/src/argouml-app/src/org/argouml/kernel/DelayedVChangeListener.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/DelayedVChangeListener.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/DelayedVChangeListener.java    
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/DelayedVChangeListener.java    
2010-01-12 10:47:46-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:
+ *    mkl
+ *****************************************************************************
+ *
+ * Some portions of this file was previously release using the BSD License:
+ */
+
 // Copyright (c) 1996-99 The Regents of the University of California. All
 // Rights Reserved. Permission to use, copy, modify, and distribute this
 // software and its documentation without fee, and without a written

Modified: trunk/src/argouml-app/src/org/argouml/kernel/MemberList.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/MemberList.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/MemberList.java        
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/MemberList.java        
2010-01-12 10:47:46-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-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/src/org/argouml/kernel/NonUndoableCommand.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/NonUndoableCommand.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/NonUndoableCommand.java        
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/NonUndoableCommand.java        
2010-01-12 10:47:46-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/src/org/argouml/kernel/ProfileConfiguration.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/ProfileConfiguration.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/ProfileConfiguration.java      
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/ProfileConfiguration.java      
2010-01-12 10:47:46-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:
+ *    thn
+ *****************************************************************************
+ *
+ * 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/src/org/argouml/kernel/ProjectFactory.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/ProjectFactory.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/ProjectFactory.java    
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/ProjectFactory.java    
2010-01-12 10:47:46-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:
+ *    thn
+ *****************************************************************************
+ *
+ * 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/src/org/argouml/kernel/ProjectManager.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/ProjectManager.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/ProjectManager.java    
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/ProjectManager.java    
2010-01-12 10:47:46-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:
+ *    thn
+ *****************************************************************************
+ *
+ * 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/src/org/argouml/kernel/ProjectMember.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/ProjectMember.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/ProjectMember.java     
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/ProjectMember.java     
2010-01-12 10:47:46-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) 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/src/org/argouml/kernel/UmlModelMutator.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/UmlModelMutator.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/UmlModelMutator.java   
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/UmlModelMutator.java   
2010-01-12 10:47:46-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/src/org/argouml/kernel/UndoManager.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/UndoManager.java?view=diff&pathrev=17822&r1=17821&r2=17822
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/UndoManager.java       
(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/UndoManager.java       
2010-01-12 10:47:46-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
@@ -98,4 +112,4 @@
      */
     public abstract void removePropertyChangeListener(
             PropertyChangeListener listener);
-}
\ No newline at end of file
+}

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

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

Reply via email to