Author: linus Date: 2010-01-11 10:49:17-0800 New Revision: 17749 Modified: trunk/src/argouml-app/src/org/argouml/application/api/AbstractArgoJPanel.java trunk/src/argouml-app/src/org/argouml/application/api/Argo.java trunk/src/argouml-app/src/org/argouml/application/api/ArgoEventListener.java trunk/src/argouml-app/src/org/argouml/application/api/CommandLineInterface.java trunk/src/argouml-app/src/org/argouml/application/api/GUISettingsTabInterface.java trunk/src/argouml-app/src/org/argouml/application/api/InitSubsystem.java trunk/src/argouml-app/src/org/argouml/application/api/Predicate.java (contents, props changed) trunk/src/argouml-app/src/org/argouml/application/events/ArgoDiagramAppearanceEvent.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoDiagramAppearanceEventListener.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoEvent.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoEventPump.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoEventTypes.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoGeneratorEvent.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoGeneratorEventListener.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoHelpEvent.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoHelpEventListener.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoNotationEvent.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoNotationEventListener.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoProfileEvent.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoProfileEventListener.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoStatusEvent.java trunk/src/argouml-app/src/org/argouml/application/events/ArgoStatusEventListener.java
Log: Added EPL License header. Modified: trunk/src/argouml-app/src/org/argouml/application/api/AbstractArgoJPanel.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/api/AbstractArgoJPanel.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/api/AbstractArgoJPanel.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/api/AbstractArgoJPanel.java 2010-01-11 10:49:17-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-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/application/api/Argo.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/api/Argo.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/api/Argo.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/api/Argo.java 2010-01-11 10:49:17-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-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/application/api/ArgoEventListener.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/api/ArgoEventListener.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/api/ArgoEventListener.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/api/ArgoEventListener.java 2010-01-11 10:49:17-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/application/api/CommandLineInterface.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/api/CommandLineInterface.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/api/CommandLineInterface.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/api/CommandLineInterface.java 2010-01-11 10:49:17-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/application/api/GUISettingsTabInterface.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/api/GUISettingsTabInterface.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/api/GUISettingsTabInterface.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/api/GUISettingsTabInterface.java 2010-01-11 10:49:17-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/application/api/InitSubsystem.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/api/InitSubsystem.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/api/InitSubsystem.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/api/InitSubsystem.java 2010-01-11 10:49:17-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) 2007-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/application/api/Predicate.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/api/Predicate.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/api/Predicate.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/api/Predicate.java 2010-01-11 10:49:17-0800 @@ -1,4 +1,18 @@ -// $Id: eclipse-argo-codetemplates.xml 11347 2006-10-26 22:37:44Z linus $ +/* $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) 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/application/events/ArgoDiagramAppearanceEvent.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoDiagramAppearanceEvent.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoDiagramAppearanceEvent.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoDiagramAppearanceEvent.java 2010-01-11 10:49:17-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) 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/application/events/ArgoDiagramAppearanceEventListener.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoDiagramAppearanceEventListener.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoDiagramAppearanceEventListener.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoDiagramAppearanceEventListener.java 2010-01-11 10:49:17-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) 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/application/events/ArgoEvent.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoEvent.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoEvent.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoEvent.java 2010-01-11 10:49:17-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/application/events/ArgoEventPump.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoEventPump.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoEventPump.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoEventPump.java 2010-01-11 10:49:17-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-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/application/events/ArgoEventTypes.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoEventTypes.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoEventTypes.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoEventTypes.java 2010-01-11 10:49:17-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/application/events/ArgoGeneratorEvent.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoGeneratorEvent.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoGeneratorEvent.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoGeneratorEvent.java 2010-01-11 10:49:17-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/application/events/ArgoGeneratorEventListener.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoGeneratorEventListener.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoGeneratorEventListener.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoGeneratorEventListener.java 2010-01-11 10:49:17-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/application/events/ArgoHelpEvent.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoHelpEvent.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoHelpEvent.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoHelpEvent.java 2010-01-11 10:49:17-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/application/events/ArgoHelpEventListener.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoHelpEventListener.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoHelpEventListener.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoHelpEventListener.java 2010-01-11 10:49:17-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) 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/application/events/ArgoNotationEvent.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoNotationEvent.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoNotationEvent.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoNotationEvent.java 2010-01-11 10:49:17-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/application/events/ArgoNotationEventListener.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoNotationEventListener.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoNotationEventListener.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoNotationEventListener.java 2010-01-11 10:49:17-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/application/events/ArgoProfileEvent.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoProfileEvent.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoProfileEvent.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoProfileEvent.java 2010-01-11 10:49:17-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) 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/application/events/ArgoProfileEventListener.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoProfileEventListener.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoProfileEventListener.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoProfileEventListener.java 2010-01-11 10:49:17-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) 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/application/events/ArgoStatusEvent.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoStatusEvent.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoStatusEvent.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoStatusEvent.java 2010-01-11 10:49:17-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/application/events/ArgoStatusEventListener.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/events/ArgoStatusEventListener.java?view=diff&pathrev=17749&r1=17748&r2=17749 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/application/events/ArgoStatusEventListener.java (original) +++ trunk/src/argouml-app/src/org/argouml/application/events/ArgoStatusEventListener.java 2010-01-11 10:49:17-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 ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2436358 To unsubscribe from this discussion, e-mail: [[email protected]].
