Author: linus
Date: 2010-01-11 13:27:48-0800
New Revision: 17774

Modified:
   trunk/src/argouml-app/tests/org/argouml/profile/ProfileMother.java
   trunk/src/argouml-app/tests/org/argouml/profile/TestCoreProfileReference.java
   trunk/src/argouml-app/tests/org/argouml/profile/TestProfileFacade.java
   trunk/src/argouml-app/tests/org/argouml/profile/TestProfileManager.java
   trunk/src/argouml-app/tests/org/argouml/profile/TestProfileMother.java
   trunk/src/argouml-app/tests/org/argouml/profile/TestProfileReference.java
   trunk/src/argouml-app/tests/org/argouml/profile/TestReaderModelLoader.java
   trunk/src/argouml-app/tests/org/argouml/profile/TestSubsystemInit.java
   trunk/src/argouml-app/tests/org/argouml/profile/TestUserDefinedProfile.java
   trunk/src/argouml-app/tests/org/argouml/profile/TestUserProfileReference.java

Log:
Added EPL License header.

Modified: trunk/src/argouml-app/tests/org/argouml/profile/ProfileMother.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/profile/ProfileMother.java?view=diff&pathrev=17774&r1=17773&r2=17774
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/profile/ProfileMother.java  
(original)
+++ trunk/src/argouml-app/tests/org/argouml/profile/ProfileMother.java  
2010-01-11 13:27:48-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:
+ *    maurelio1234
+ *****************************************************************************
+ *
+ * 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/profile/TestCoreProfileReference.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/profile/TestCoreProfileReference.java?view=diff&pathrev=17774&r1=17773&r2=17774
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/profile/TestCoreProfileReference.java   
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/profile/TestCoreProfileReference.java   
    2010-01-11 13:27:48-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:
+ *    maurelio1234
+ *****************************************************************************
+ *
+ * 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/profile/TestProfileFacade.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/profile/TestProfileFacade.java?view=diff&pathrev=17774&r1=17773&r2=17774
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/profile/TestProfileFacade.java      
(original)
+++ trunk/src/argouml-app/tests/org/argouml/profile/TestProfileFacade.java      
2010-01-11 13:27:48-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:
+ *    maurelio1234
+ *****************************************************************************
+ *
+ * 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/profile/TestProfileManager.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/profile/TestProfileManager.java?view=diff&pathrev=17774&r1=17773&r2=17774
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/profile/TestProfileManager.java     
(original)
+++ trunk/src/argouml-app/tests/org/argouml/profile/TestProfileManager.java     
2010-01-11 13:27:48-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:
+ *    maurelio1234
+ *****************************************************************************
+ *
+ * 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/profile/TestProfileMother.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/profile/TestProfileMother.java?view=diff&pathrev=17774&r1=17773&r2=17774
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/profile/TestProfileMother.java      
(original)
+++ trunk/src/argouml-app/tests/org/argouml/profile/TestProfileMother.java      
2010-01-11 13:27:48-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:
+ *    maurelio1234
+ *****************************************************************************
+ *
+ * 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/profile/TestProfileReference.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/profile/TestProfileReference.java?view=diff&pathrev=17774&r1=17773&r2=17774
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/profile/TestProfileReference.java   
(original)
+++ trunk/src/argouml-app/tests/org/argouml/profile/TestProfileReference.java   
2010-01-11 13:27:48-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:
+ *    maurelio1234
+ *****************************************************************************
+ *
+ * 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/profile/TestReaderModelLoader.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/profile/TestReaderModelLoader.java?view=diff&pathrev=17774&r1=17773&r2=17774
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/profile/TestReaderModelLoader.java  
(original)
+++ trunk/src/argouml-app/tests/org/argouml/profile/TestReaderModelLoader.java  
2010-01-11 13:27:48-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:
+ *    maurelio1234
+ *****************************************************************************
+ *
+ * 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/profile/TestSubsystemInit.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/profile/TestSubsystemInit.java?view=diff&pathrev=17774&r1=17773&r2=17774
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/profile/TestSubsystemInit.java      
(original)
+++ trunk/src/argouml-app/tests/org/argouml/profile/TestSubsystemInit.java      
2010-01-11 13:27:48-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:
+ *    maurelio1234
+ *****************************************************************************
+ *
+ * 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/profile/TestUserDefinedProfile.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/profile/TestUserDefinedProfile.java?view=diff&pathrev=17774&r1=17773&r2=17774
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/profile/TestUserDefinedProfile.java 
(original)
+++ trunk/src/argouml-app/tests/org/argouml/profile/TestUserDefinedProfile.java 
2010-01-11 13:27:48-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:
+ *    maurelio1234
+ *****************************************************************************
+ *
+ * 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/profile/TestUserProfileReference.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/profile/TestUserProfileReference.java?view=diff&pathrev=17774&r1=17773&r2=17774
==============================================================================
--- 
trunk/src/argouml-app/tests/org/argouml/profile/TestUserProfileReference.java   
    (original)
+++ 
trunk/src/argouml-app/tests/org/argouml/profile/TestUserProfileReference.java   
    2010-01-11 13:27:48-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:
+ *    maurelio1234
+ *****************************************************************************
+ *
+ * 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

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

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

Reply via email to