Author: linus Date: 2010-01-12 10:49:29-0800 New Revision: 17825 Modified: trunk/src/argouml-app/src/org/argouml/notation/InitNotation.java trunk/src/argouml-app/src/org/argouml/notation/Notation.java trunk/src/argouml-app/src/org/argouml/notation/NotationName.java trunk/src/argouml-app/src/org/argouml/notation/NotationNameImpl.java trunk/src/argouml-app/src/org/argouml/notation/NotationProvider.java trunk/src/argouml-app/src/org/argouml/notation/NotationProviderFactory2.java trunk/src/argouml-app/src/org/argouml/notation/NotationSettings.java trunk/src/argouml-app/src/org/argouml/notation/SDNotationSettings.java
Log: Added EPL License header. Modified: trunk/src/argouml-app/src/org/argouml/notation/InitNotation.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/InitNotation.java?view=diff&pathrev=17825&r1=17824&r2=17825 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/notation/InitNotation.java (original) +++ trunk/src/argouml-app/src/org/argouml/notation/InitNotation.java 2010-01-12 10:49:29-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/notation/Notation.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/Notation.java?view=diff&pathrev=17825&r1=17824&r2=17825 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/notation/Notation.java (original) +++ trunk/src/argouml-app/src/org/argouml/notation/Notation.java 2010-01-12 10:49:29-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/notation/NotationName.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/NotationName.java?view=diff&pathrev=17825&r1=17824&r2=17825 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/notation/NotationName.java (original) +++ trunk/src/argouml-app/src/org/argouml/notation/NotationName.java 2010-01-12 10:49:29-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/notation/NotationNameImpl.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/NotationNameImpl.java?view=diff&pathrev=17825&r1=17824&r2=17825 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/notation/NotationNameImpl.java (original) +++ trunk/src/argouml-app/src/org/argouml/notation/NotationNameImpl.java 2010-01-12 10:49:29-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-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/notation/NotationProvider.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/NotationProvider.java?view=diff&pathrev=17825&r1=17824&r2=17825 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/notation/NotationProvider.java (original) +++ trunk/src/argouml-app/src/org/argouml/notation/NotationProvider.java 2010-01-12 10:49:29-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/notation/NotationProviderFactory2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/NotationProviderFactory2.java?view=diff&pathrev=17825&r1=17824&r2=17825 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/notation/NotationProviderFactory2.java (original) +++ trunk/src/argouml-app/src/org/argouml/notation/NotationProviderFactory2.java 2010-01-12 10:49:29-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/notation/NotationSettings.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/NotationSettings.java?view=diff&pathrev=17825&r1=17824&r2=17825 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/notation/NotationSettings.java (original) +++ trunk/src/argouml-app/src/org/argouml/notation/NotationSettings.java 2010-01-12 10:49:29-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 Tom Morris and other contributors. 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/notation/SDNotationSettings.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/SDNotationSettings.java?view=diff&pathrev=17825&r1=17824&r2=17825 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/notation/SDNotationSettings.java (original) +++ trunk/src/argouml-app/src/org/argouml/notation/SDNotationSettings.java 2010-01-12 10:49:29-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 Tom Morris and other contributors. 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=2436722 To unsubscribe from this discussion, e-mail: [[email protected]].
