Author: linus Date: 2010-01-12 10:40:41-0800 New Revision: 17819 Modified: trunk/src/argouml-app/src/org/argouml/configuration/Configuration.java trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationFactory.java trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationHandler.java trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationKey.java trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationKeyImpl.java trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationProperties.java trunk/src/argouml-app/src/org/argouml/configuration/IConfigurationFactory.java
Log: Added EPL License header. Modified: trunk/src/argouml-app/src/org/argouml/configuration/Configuration.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/configuration/Configuration.java?view=diff&pathrev=17819&r1=17818&r2=17819 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/configuration/Configuration.java (original) +++ trunk/src/argouml-app/src/org/argouml/configuration/Configuration.java 2010-01-12 10:40:41-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) 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/configuration/ConfigurationFactory.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationFactory.java?view=diff&pathrev=17819&r1=17818&r2=17819 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationFactory.java (original) +++ trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationFactory.java 2010-01-12 10:40:41-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) 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/configuration/ConfigurationHandler.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationHandler.java?view=diff&pathrev=17819&r1=17818&r2=17819 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationHandler.java (original) +++ trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationHandler.java 2010-01-12 10:40:41-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) 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/configuration/ConfigurationKey.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationKey.java?view=diff&pathrev=17819&r1=17818&r2=17819 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationKey.java (original) +++ trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationKey.java 2010-01-12 10:40:41-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) 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/configuration/ConfigurationKeyImpl.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationKeyImpl.java?view=diff&pathrev=17819&r1=17818&r2=17819 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationKeyImpl.java (original) +++ trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationKeyImpl.java 2010-01-12 10:40:41-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) 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/configuration/ConfigurationProperties.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationProperties.java?view=diff&pathrev=17819&r1=17818&r2=17819 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationProperties.java (original) +++ trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationProperties.java 2010-01-12 10:40:41-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) 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/configuration/IConfigurationFactory.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/configuration/IConfigurationFactory.java?view=diff&pathrev=17819&r1=17818&r2=17819 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/configuration/IConfigurationFactory.java (original) +++ trunk/src/argouml-app/src/org/argouml/configuration/IConfigurationFactory.java 2010-01-12 10:40:41-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) 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 ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2436714 To unsubscribe from this discussion, e-mail: [[email protected]].
