svn commit: r17882 - trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2
Linus Tolke <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus Date: 2010-01-12 13:09:56-0800 New Revision: 17882 Modified: trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/ClassDiagram2Factory.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/ClassDiagram2Renderer.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAbstraction2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigActor2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociation2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociationClass2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociationEnd2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigClass2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigClassAssociationClass2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComment2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComponent2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComponentInstance2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigDataType2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigDependency2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEdgeAssociationClass2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEdgeNote2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEnumeration2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigException2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigExtend2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigGeneralization2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigInclude2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigInterface2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigLink2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigMNode2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigModel2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigNodeAssociation2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigNodeInstance2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigObject2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigPackage2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigPermission2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigSignal2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigStereotypeDeclaration2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigSubsystem2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigUsage2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigUseCase2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/StructureDiagram2Renderer.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/StructureDiagramFactory.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLClassDiagram2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLStructureDiagram2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLUseCaseDiagram2.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/Uml2DiagramModule.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UseCaseDiagram2Factory.java trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UseCaseDiagramRenderer2.java Log: Added EPL License header. Modified: trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/ClassDiagram2Factory.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/ClassDiagram2Factory.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/ClassDiagram2Factory.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/ClassDiagram2Factory.java 2010-01-12 13:09:56-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) 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-core-diagrams-uml2/src/org/argouml/diagram/uml2/ClassDiagram2Renderer.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/ClassDiagram2Renderer.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/ClassDiagram2Renderer.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/ClassDiagram2Renderer.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAbstraction2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAbstraction2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAbstraction2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAbstraction2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigActor2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigActor2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigActor2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigActor2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociation2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociation2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociation2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociation2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociationClass2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociationClass2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociationClass2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociationClass2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociationEnd2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociationEnd2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociationEnd2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigAssociationEnd2.java 2010-01-12 13:09:56-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) 2005-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigClass2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigClass2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigClass2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigClass2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigClassAssociationClass2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigClassAssociationClass2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigClassAssociationClass2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigClassAssociationClass2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComment2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComment2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComment2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComment2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComponent2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComponent2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComponent2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComponent2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComponentInstance2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComponentInstance2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComponentInstance2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigComponentInstance2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigDataType2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigDataType2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigDataType2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigDataType2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigDependency2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigDependency2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigDependency2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigDependency2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEdgeAssociationClass2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEdgeAssociationClass2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEdgeAssociationClass2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEdgeAssociationClass2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEdgeNote2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEdgeNote2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEdgeNote2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEdgeNote2.java 2010-01-12 13:09:56-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEnumeration2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEnumeration2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEnumeration2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigEnumeration2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigException2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigException2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigException2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigException2.java 2010-01-12 13:09:56-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) 2007-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigExtend2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigExtend2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigExtend2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigExtend2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigGeneralization2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigGeneralization2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigGeneralization2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigGeneralization2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigInclude2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigInclude2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigInclude2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigInclude2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigInterface2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigInterface2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigInterface2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigInterface2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigLink2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigLink2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigLink2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigLink2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigMNode2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigMNode2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigMNode2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigMNode2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigModel2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigModel2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigModel2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigModel2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigNodeAssociation2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigNodeAssociation2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigNodeAssociation2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigNodeAssociation2.java 2010-01-12 13:09:56-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) 2005-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigNodeInstance2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigNodeInstance2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigNodeInstance2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigNodeInstance2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigObject2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigObject2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigObject2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigObject2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigPackage2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigPackage2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigPackage2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigPackage2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigPermission2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigPermission2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigPermission2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigPermission2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigSignal2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigSignal2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigSignal2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigSignal2.java 2010-01-12 13:09:56-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) 2007-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigStereotypeDeclaration2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigStereotypeDeclaration2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigStereotypeDeclaration2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigStereotypeDeclaration2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigSubsystem2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigSubsystem2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigSubsystem2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigSubsystem2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigUsage2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigUsage2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigUsage2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigUsage2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigUseCase2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigUseCase2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigUseCase2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/FigUseCase2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/StructureDiagram2Renderer.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/StructureDiagram2Renderer.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/StructureDiagram2Renderer.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/StructureDiagram2Renderer.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/StructureDiagramFactory.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/StructureDiagramFactory.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/StructureDiagramFactory.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/StructureDiagramFactory.java 2010-01-12 13:09:56-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) 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-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLClassDiagram2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLClassDiagram2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLClassDiagram2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLClassDiagram2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLStructureDiagram2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLStructureDiagram2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLStructureDiagram2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLStructureDiagram2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLUseCaseDiagram2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLUseCaseDiagram2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLUseCaseDiagram2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UMLUseCaseDiagram2.java 2010-01-12 13:09:56-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-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-core-diagrams-uml2/src/org/argouml/diagram/uml2/Uml2DiagramModule.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/Uml2DiagramModule.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/Uml2DiagramModule.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/Uml2DiagramModule.java 2010-01-12 13:09:56-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) 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-core-diagrams-uml2/src/org/argouml/diagram/uml2/UseCaseDiagram2Factory.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UseCaseDiagram2Factory.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UseCaseDiagram2Factory.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UseCaseDiagram2Factory.java 2010-01-12 13:09:56-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) 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-core-diagrams-uml2/src/org/argouml/diagram/uml2/UseCaseDiagramRenderer2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UseCaseDiagramRenderer2.java?view=diff&pathrev=17882&r1=17881&r2=17882 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UseCaseDiagramRenderer2.java (original) +++ trunk/src/argouml-core-diagrams-uml2/src/org/argouml/diagram/uml2/UseCaseDiagramRenderer2.java 2010-01-12 13:09:56-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-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=2436846 To unsubscribe from this discussion, e-mail: [[email protected]].