Author: linus Date: 2010-01-12 11:59:07-0800 New Revision: 17857 Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/AbstractFigComponent.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/AbstractFigNode.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/CubePortFigRect.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/DeploymentDiagramPropPanelFactory.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/DeploymentDiagramRenderer.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigComponent.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigComponentInstance.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigMNode.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigNodeInstance.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigObject.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/InitDeploymentDiagram.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/PropPanelUMLDeploymentDiagram.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionComponent.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionComponentInstance.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionNode.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionNodeInstance.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionObject.java trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/UMLDeploymentDiagram.java
Log: Added EPL License header. Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/AbstractFigComponent.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/AbstractFigComponent.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/AbstractFigComponent.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/AbstractFigComponent.java 2010-01-12 11:59:07-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 @@ -213,4 +227,4 @@ setBounds(x - BX, y, w + BX, h); } -} \ No newline at end of file +} Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/AbstractFigNode.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/AbstractFigNode.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/AbstractFigNode.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/AbstractFigNode.java 2010-01-12 11:59:07-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-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 @@ -265,4 +279,4 @@ return p; } -} \ No newline at end of file +} Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/CubePortFigRect.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/CubePortFigRect.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/CubePortFigRect.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/CubePortFigRect.java 2010-01-12 11:59:07-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) 2005-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/deployment/ui/DeploymentDiagramPropPanelFactory.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/DeploymentDiagramPropPanelFactory.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/DeploymentDiagramPropPanelFactory.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/DeploymentDiagramPropPanelFactory.java 2010-01-12 11:59:07-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/DeploymentDiagramRenderer.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/DeploymentDiagramRenderer.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/DeploymentDiagramRenderer.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/DeploymentDiagramRenderer.java 2010-01-12 11:59:07-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * bobtarling + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2003-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/deployment/ui/FigComponent.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigComponent.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigComponent.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigComponent.java 2010-01-12 11:59:07-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2009 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigComponentInstance.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigComponentInstance.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigComponentInstance.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigComponentInstance.java 2010-01-12 11:59:07-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2009 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigMNode.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigMNode.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigMNode.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigMNode.java 2010-01-12 11:59:07-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2009 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigNodeInstance.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigNodeInstance.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigNodeInstance.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigNodeInstance.java 2010-01-12 11:59:07-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2009 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigObject.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigObject.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigObject.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/FigObject.java 2010-01-12 11:59:07-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2009 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/InitDeploymentDiagram.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/InitDeploymentDiagram.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/InitDeploymentDiagram.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/InitDeploymentDiagram.java 2010-01-12 11:59:07-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/PropPanelUMLDeploymentDiagram.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/PropPanelUMLDeploymentDiagram.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/PropPanelUMLDeploymentDiagram.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/PropPanelUMLDeploymentDiagram.java 2010-01-12 11:59:07-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/deployment/ui/SelectionComponent.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionComponent.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionComponent.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionComponent.java 2010-01-12 11:59:07-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/deployment/ui/SelectionComponentInstance.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionComponentInstance.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionComponentInstance.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionComponentInstance.java 2010-01-12 11:59:07-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/deployment/ui/SelectionNode.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionNode.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionNode.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionNode.java 2010-01-12 11:59:07-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/deployment/ui/SelectionNodeInstance.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionNodeInstance.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionNodeInstance.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionNodeInstance.java 2010-01-12 11:59:07-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/deployment/ui/SelectionObject.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionObject.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionObject.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/SelectionObject.java 2010-01-12 11:59:07-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/deployment/ui/UMLDeploymentDiagram.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/UMLDeploymentDiagram.java?view=diff&pathrev=17857&r1=17856&r2=17857 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/UMLDeploymentDiagram.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/deployment/ui/UMLDeploymentDiagram.java 2010-01-12 11:59:07-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * bobtarling + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2003-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 @@ -604,4 +618,4 @@ } return figNode; } -} \ No newline at end of file +} ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2436799 To unsubscribe from this discussion, e-mail: [[email protected]].
