Author: linus Date: 2010-01-12 11:37:12-0800 New Revision: 17846 Modified: trunk/src/argouml-app/src/org/argouml/uml/ActionAddStereotype.java trunk/src/argouml-app/src/org/argouml/uml/ChildGenRelated.java trunk/src/argouml-app/src/org/argouml/uml/CommentEdge.java trunk/src/argouml-app/src/org/argouml/uml/DocumentationManager.java trunk/src/argouml-app/src/org/argouml/uml/GenAncestorClasses.java trunk/src/argouml-app/src/org/argouml/uml/GenCompositeClasses2.java trunk/src/argouml-app/src/org/argouml/uml/GenDescendantClasses.java trunk/src/argouml-app/src/org/argouml/uml/PredicateNotInTrash.java trunk/src/argouml-app/src/org/argouml/uml/PredicateSearch.java trunk/src/argouml-app/src/org/argouml/uml/ProjectMemberModel.java trunk/src/argouml-app/src/org/argouml/uml/StereotypeUtility.java trunk/src/argouml-app/src/org/argouml/uml/TMResults.java trunk/src/argouml-app/src/org/argouml/uml/UUIDHelper.java
Log: Added EPL License header. Modified: trunk/src/argouml-app/src/org/argouml/uml/ActionAddStereotype.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ActionAddStereotype.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ActionAddStereotype.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ActionAddStereotype.java 2010-01-12 11:37:12-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-app/src/org/argouml/uml/ChildGenRelated.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ChildGenRelated.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ChildGenRelated.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ChildGenRelated.java 2010-01-12 11:37:12-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/CommentEdge.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/CommentEdge.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/CommentEdge.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/CommentEdge.java 2010-01-12 11:37:12-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/DocumentationManager.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/DocumentationManager.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/DocumentationManager.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/DocumentationManager.java 2010-01-12 11:37:12-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/GenAncestorClasses.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/GenAncestorClasses.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/GenAncestorClasses.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/GenAncestorClasses.java 2010-01-12 11:37:12-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/GenCompositeClasses2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/GenCompositeClasses2.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/GenCompositeClasses2.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/GenCompositeClasses2.java 2010-01-12 11:37:12-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: + * linus + ***************************************************************************** + * + * 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/GenDescendantClasses.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/GenDescendantClasses.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/GenDescendantClasses.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/GenDescendantClasses.java 2010-01-12 11:37:12-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/PredicateNotInTrash.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/PredicateNotInTrash.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/PredicateNotInTrash.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/PredicateNotInTrash.java 2010-01-12 11:37:12-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/PredicateSearch.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/PredicateSearch.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/PredicateSearch.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/PredicateSearch.java 2010-01-12 11:37:12-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) 2000-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 @@ -97,4 +111,4 @@ return theType.evaluate(me) && specific.evaluate(me) && elementName.evaluate(Model.getFacade().getName(me)); } -} \ No newline at end of file +} Modified: trunk/src/argouml-app/src/org/argouml/uml/ProjectMemberModel.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ProjectMemberModel.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ProjectMemberModel.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ProjectMemberModel.java 2010-01-12 11:37:12-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: + * thn + ***************************************************************************** + * + * 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/StereotypeUtility.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/StereotypeUtility.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/StereotypeUtility.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/StereotypeUtility.java 2010-01-12 11:37:12-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: + * thn + ***************************************************************************** + * + * 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/TMResults.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/TMResults.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/TMResults.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/TMResults.java 2010-01-12 11:37:12-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/uml/UUIDHelper.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/UUIDHelper.java?view=diff&pathrev=17846&r1=17845&r2=17846 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/UUIDHelper.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/UUIDHelper.java 2010-01-12 11:37:12-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=2436781 To unsubscribe from this discussion, e-mail: [[email protected]].
