Author: linus Date: 2010-01-12 12:47:51-0800 New Revision: 17868 Modified: trunk/src/argouml-app/src/org/argouml/uml/generator/AbstractSection.java trunk/src/argouml-app/src/org/argouml/uml/generator/CodeGenerator.java trunk/src/argouml-app/src/org/argouml/uml/generator/GeneratorHelper.java trunk/src/argouml-app/src/org/argouml/uml/generator/GeneratorManager.java trunk/src/argouml-app/src/org/argouml/uml/generator/Language.java trunk/src/argouml-app/src/org/argouml/uml/generator/SourceUnit.java trunk/src/argouml-app/src/org/argouml/uml/generator/TempFileUtils.java
Log: Added EPL License header. Modified: trunk/src/argouml-app/src/org/argouml/uml/generator/AbstractSection.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/generator/AbstractSection.java?view=diff&pathrev=17868&r1=17867&r2=17868 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/generator/AbstractSection.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/generator/AbstractSection.java 2010-01-12 12:47:51-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/generator/CodeGenerator.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/generator/CodeGenerator.java?view=diff&pathrev=17868&r1=17867&r2=17868 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/generator/CodeGenerator.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/generator/CodeGenerator.java 2010-01-12 12:47:51-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-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/generator/GeneratorHelper.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/generator/GeneratorHelper.java?view=diff&pathrev=17868&r1=17867&r2=17868 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/generator/GeneratorHelper.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/generator/GeneratorHelper.java 2010-01-12 12:47:51-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-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/generator/GeneratorManager.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/generator/GeneratorManager.java?view=diff&pathrev=17868&r1=17867&r2=17868 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/generator/GeneratorManager.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/generator/GeneratorManager.java 2010-01-12 12:47:51-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-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/generator/Language.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/generator/Language.java?view=diff&pathrev=17868&r1=17867&r2=17868 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/generator/Language.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/generator/Language.java 2010-01-12 12:47:51-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: + * penyaskito + ***************************************************************************** + * + * 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/generator/SourceUnit.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/generator/SourceUnit.java?view=diff&pathrev=17868&r1=17867&r2=17868 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/generator/SourceUnit.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/generator/SourceUnit.java 2010-01-12 12:47:51-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/generator/TempFileUtils.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/generator/TempFileUtils.java?view=diff&pathrev=17868&r1=17867&r2=17868 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/generator/TempFileUtils.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/generator/TempFileUtils.java 2010-01-12 12:47:51-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-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 ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2436823 To unsubscribe from this discussion, e-mail: [[email protected]].
