Author: linus Date: 2010-01-12 11:53:35-0800 New Revision: 17850 Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ArgoDiagram.java trunk/src/argouml-app/src/org/argouml/uml/diagram/ArgoDiagramImpl.java trunk/src/argouml-app/src/org/argouml/uml/diagram/AttributesCompartmentContainer.java trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramAppearance.java trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramEdgeSettings.java trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramElement.java trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramElementSettings.java trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramFactory.java trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramFactoryInterface.java trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramFactoryInterface2.java trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramSettings.java trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUndoManager.java trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUtils.java trunk/src/argouml-app/src/org/argouml/uml/diagram/ExtensionPointsCompartmentContainer.java trunk/src/argouml-app/src/org/argouml/uml/diagram/GraphChangeAdapter.java trunk/src/argouml-app/src/org/argouml/uml/diagram/OperationsCompartmentContainer.java trunk/src/argouml-app/src/org/argouml/uml/diagram/PathContainer.java trunk/src/argouml-app/src/org/argouml/uml/diagram/ProjectMemberDiagram.java trunk/src/argouml-app/src/org/argouml/uml/diagram/Relocatable.java trunk/src/argouml-app/src/org/argouml/uml/diagram/SequenceDiagram.java trunk/src/argouml-app/src/org/argouml/uml/diagram/StereotypeContainer.java trunk/src/argouml-app/src/org/argouml/uml/diagram/UMLMutableGraphSupport.java trunk/src/argouml-app/src/org/argouml/uml/diagram/UmlDiagramRenderer.java trunk/src/argouml-app/src/org/argouml/uml/diagram/VisibilityContainer.java
Log: Added EPL License header. Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ArgoDiagram.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ArgoDiagram.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/ArgoDiagram.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ArgoDiagram.java 2010-01-12 11:53: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) 2007-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 @@ -375,4 +389,4 @@ public void postLoad(); /////////////////// End GEF methods //////////////////////// -} \ No newline at end of file +} Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ArgoDiagramImpl.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ArgoDiagramImpl.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/ArgoDiagramImpl.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ArgoDiagramImpl.java 2010-01-12 11:53: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 Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/AttributesCompartmentContainer.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/AttributesCompartmentContainer.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/AttributesCompartmentContainer.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/AttributesCompartmentContainer.java 2010-01-12 11:53: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/DiagramAppearance.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramAppearance.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramAppearance.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramAppearance.java 2010-01-12 11:53: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) 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-app/src/org/argouml/uml/diagram/DiagramEdgeSettings.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramEdgeSettings.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramEdgeSettings.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramEdgeSettings.java 2010-01-12 11:53: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) 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/DiagramElement.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramElement.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramElement.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramElement.java 2010-01-12 11:53: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) 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/DiagramElementSettings.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramElementSettings.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramElementSettings.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramElementSettings.java 2010-01-12 11:53: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) 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/DiagramFactory.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramFactory.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramFactory.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramFactory.java 2010-01-12 11:53: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/DiagramFactoryInterface.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramFactoryInterface.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramFactoryInterface.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramFactoryInterface.java 2010-01-12 11:53: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) 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/DiagramFactoryInterface2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramFactoryInterface2.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramFactoryInterface2.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramFactoryInterface2.java 2010-01-12 11:53: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) 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/DiagramSettings.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramSettings.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramSettings.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramSettings.java 2010-01-12 11:53: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, 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/DiagramUndoManager.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUndoManager.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUndoManager.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUndoManager.java 2010-01-12 11:53: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) 2007-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/DiagramUtils.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUtils.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUtils.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUtils.java 2010-01-12 11:53: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) 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/ExtensionPointsCompartmentContainer.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ExtensionPointsCompartmentContainer.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/ExtensionPointsCompartmentContainer.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ExtensionPointsCompartmentContainer.java 2010-01-12 11:53: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) 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-app/src/org/argouml/uml/diagram/GraphChangeAdapter.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/GraphChangeAdapter.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/GraphChangeAdapter.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/GraphChangeAdapter.java 2010-01-12 11:53: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/OperationsCompartmentContainer.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/OperationsCompartmentContainer.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/OperationsCompartmentContainer.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/OperationsCompartmentContainer.java 2010-01-12 11:53: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/PathContainer.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/PathContainer.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/PathContainer.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/PathContainer.java 2010-01-12 11:53: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/ProjectMemberDiagram.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ProjectMemberDiagram.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/ProjectMemberDiagram.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ProjectMemberDiagram.java 2010-01-12 11:53: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/Relocatable.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/Relocatable.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/Relocatable.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/Relocatable.java 2010-01-12 11:53: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) 2005-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/SequenceDiagram.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/SequenceDiagram.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/SequenceDiagram.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/SequenceDiagram.java 2010-01-12 11:53: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) 2009 Tom Morris and other contributors. // New BSD License Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/StereotypeContainer.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/StereotypeContainer.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/StereotypeContainer.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/StereotypeContainer.java 2010-01-12 11:53: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/UMLMutableGraphSupport.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/UMLMutableGraphSupport.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/UMLMutableGraphSupport.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/UMLMutableGraphSupport.java 2010-01-12 11:53: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-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/UmlDiagramRenderer.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/UmlDiagramRenderer.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/UmlDiagramRenderer.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/UmlDiagramRenderer.java 2010-01-12 11:53: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-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/VisibilityContainer.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/VisibilityContainer.java?view=diff&pathrev=17850&r1=17849&r2=17850 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/VisibilityContainer.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/VisibilityContainer.java 2010-01-12 11:53: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 ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2436792 To unsubscribe from this discussion, e-mail: [[email protected]].
