Author: linus
Date: 2010-01-12 12:02:35-0800
New Revision: 17860

Modified:
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ActionAddClassifierRole.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigActivation.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigBirthActivation.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigCallActionMessage.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigClassifierRole.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigCreateActionMessage.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigDestroyActionMessage.java
   trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigHead.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigLifeLine.java
   trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigMessage.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigMessagePort.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigReturnActionMessage.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/InitSequenceDiagram.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeChangeHeight.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeContract.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeCreateMessage.java
   trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeExpand.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/PropPanelUMLSequenceDiagram.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SelectionClassifierRole.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SelectionMessage.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramLayer.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramPropPanelFactory.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramRenderer.java
   
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/UMLSequenceDiagram.java

Log:
Added EPL License header.

Modified: 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ActionAddClassifierRole.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ActionAddClassifierRole.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ActionAddClassifierRole.java
  (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ActionAddClassifierRole.java
  2010-01-12 12:02:35-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/uml/diagram/sequence/ui/FigActivation.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigActivation.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigActivation.java
    (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigActivation.java
    2010-01-12 12:02:35-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 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/uml/diagram/sequence/ui/FigBirthActivation.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigBirthActivation.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigBirthActivation.java
       (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigBirthActivation.java
       2010-01-12 12:02:35-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 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/uml/diagram/sequence/ui/FigCallActionMessage.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigCallActionMessage.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigCallActionMessage.java
     (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigCallActionMessage.java
     2010-01-12 12:02:35-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) 1996-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/src/org/argouml/uml/diagram/sequence/ui/FigClassifierRole.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigClassifierRole.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigClassifierRole.java
        (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigClassifierRole.java
        2010-01-12 12:02:35-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) 1996-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/src/org/argouml/uml/diagram/sequence/ui/FigCreateActionMessage.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigCreateActionMessage.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigCreateActionMessage.java
   (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigCreateActionMessage.java
   2010-01-12 12:02:35-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) 1996-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/src/org/argouml/uml/diagram/sequence/ui/FigDestroyActionMessage.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigDestroyActionMessage.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigDestroyActionMessage.java
  (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigDestroyActionMessage.java
  2010-01-12 12:02:35-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) 1996-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/src/org/argouml/uml/diagram/sequence/ui/FigHead.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigHead.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigHead.java  
(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigHead.java  
2010-01-12 12:02:35-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-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/src/org/argouml/uml/diagram/sequence/ui/FigLifeLine.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigLifeLine.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigLifeLine.java  
    (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigLifeLine.java  
    2010-01-12 12:02:35-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/src/org/argouml/uml/diagram/sequence/ui/FigMessage.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigMessage.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigMessage.java   
    (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigMessage.java   
    2010-01-12 12:02:35-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) 1996-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/src/org/argouml/uml/diagram/sequence/ui/FigMessagePort.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigMessagePort.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigMessagePort.java
   (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigMessagePort.java
   2010-01-12 12:02:35-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/uml/diagram/sequence/ui/FigReturnActionMessage.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigReturnActionMessage.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigReturnActionMessage.java
   (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/FigReturnActionMessage.java
   2010-01-12 12:02:35-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) 1996-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/src/org/argouml/uml/diagram/sequence/ui/InitSequenceDiagram.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/InitSequenceDiagram.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/InitSequenceDiagram.java
      (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/InitSequenceDiagram.java
      2010-01-12 12:02:35-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) 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/uml/diagram/sequence/ui/ModeChangeHeight.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeChangeHeight.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeChangeHeight.java
 (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeChangeHeight.java
 2010-01-12 12:02:35-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-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/uml/diagram/sequence/ui/ModeContract.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeContract.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeContract.java 
    (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeContract.java 
    2010-01-12 12:02:35-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-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/uml/diagram/sequence/ui/ModeCreateMessage.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeCreateMessage.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeCreateMessage.java
        (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeCreateMessage.java
        2010-01-12 12:02:35-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/uml/diagram/sequence/ui/ModeExpand.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeExpand.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeExpand.java   
    (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/ModeExpand.java   
    2010-01-12 12:02:35-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-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/uml/diagram/sequence/ui/PropPanelUMLSequenceDiagram.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/PropPanelUMLSequenceDiagram.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/PropPanelUMLSequenceDiagram.java
      (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/PropPanelUMLSequenceDiagram.java
      2010-01-12 12:02:35-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) 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/uml/diagram/sequence/ui/SelectionClassifierRole.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SelectionClassifierRole.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SelectionClassifierRole.java
  (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SelectionClassifierRole.java
  2010-01-12 12:02:35-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/uml/diagram/sequence/ui/SelectionMessage.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SelectionMessage.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SelectionMessage.java
 (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SelectionMessage.java
 2010-01-12 12:02:35-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) 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/uml/diagram/sequence/ui/SequenceDiagramLayer.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramLayer.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramLayer.java
     (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramLayer.java
     2010-01-12 12:02:35-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/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramPropPanelFactory.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramPropPanelFactory.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramPropPanelFactory.java
  (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramPropPanelFactory.java
  2010-01-12 12:02:35-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) 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/uml/diagram/sequence/ui/SequenceDiagramRenderer.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramRenderer.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramRenderer.java
  (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramRenderer.java
  2010-01-12 12:02:35-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) 1996-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/src/org/argouml/uml/diagram/sequence/ui/UMLSequenceDiagram.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/UMLSequenceDiagram.java?view=diff&pathrev=17860&r1=17859&r2=17860
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/UMLSequenceDiagram.java
       (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/sequence/ui/UMLSequenceDiagram.java
       2010-01-12 12:02:35-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=2436802

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

Reply via email to