Author: linus Date: 2010-01-12 13:24:19-0800 New Revision: 17893 Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionAddPackage.java trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionAddPackageImport.java trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionRemovePackageImport.java trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelElementImport.java trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelModel.java trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelPackage.java trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelSubsystem.java trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/UMLClassifierPackageImportsListModel.java
Log: Added EPL License header. Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionAddPackage.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionAddPackage.java?view=diff&pathrev=17893&r1=17892&r2=17893 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionAddPackage.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionAddPackage.java 2010-01-12 13:24:19-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) 2004-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/ui/model_management/ActionAddPackageImport.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionAddPackageImport.java?view=diff&pathrev=17893&r1=17892&r2=17893 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionAddPackageImport.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionAddPackageImport.java 2010-01-12 13:24:19-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2006-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/ui/model_management/ActionRemovePackageImport.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionRemovePackageImport.java?view=diff&pathrev=17893&r1=17892&r2=17893 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionRemovePackageImport.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/ActionRemovePackageImport.java 2010-01-12 13:24:19-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelElementImport.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelElementImport.java?view=diff&pathrev=17893&r1=17892&r2=17893 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelElementImport.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelElementImport.java 2010-01-12 13:24:19-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 @@ -210,4 +224,4 @@ protected boolean isValidElement(Object element) { return Model.getFacade().isAElementImport(getTarget()); } -} \ No newline at end of file +} Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelModel.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelModel.java?view=diff&pathrev=17893&r1=17892&r2=17893 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelModel.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelModel.java 2010-01-12 13:24:19-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/ui/model_management/PropPanelPackage.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelPackage.java?view=diff&pathrev=17893&r1=17892&r2=17893 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelPackage.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelPackage.java 2010-01-12 13:24:19-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-app/src/org/argouml/uml/ui/model_management/PropPanelSubsystem.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelSubsystem.java?view=diff&pathrev=17893&r1=17892&r2=17893 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelSubsystem.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/PropPanelSubsystem.java 2010-01-12 13:24:19-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/ui/model_management/UMLClassifierPackageImportsListModel.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/UMLClassifierPackageImportsListModel.java?view=diff&pathrev=17893&r1=17892&r2=17893 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/UMLClassifierPackageImportsListModel.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/model_management/UMLClassifierPackageImportsListModel.java 2010-01-12 13:24:19-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written @@ -75,4 +89,4 @@ } } } -} \ No newline at end of file +} ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2436858 To unsubscribe from this discussion, e-mail: [[email protected]].
