svn commit: r17842 - trunk/src/argouml-app/src/org/argouml/ui/cmd
Linus Tolke <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2010-01-12 11:21:22-0800
New Revision: 17842
Modified:
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAboutArgoUML.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustGrid.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustPageBreaks.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustSnap.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionExit.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionFind.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionGotoDiagram.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionHelp.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionNew.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionNewProfile.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionNotation.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionPageSetup.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionPrint.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionSelectAll.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionSelectInvert.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionShowXMLDump.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionSystemInfo.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionWrapper.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/CmdSetPreferredSize.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/GenericArgoMenuBar.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/InitUiCmdSubsystem.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/LastRecentlyUsedMenuList.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/NavigateTargetBackAction.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/NavigateTargetForwardAction.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/PrintManager.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/SettingsTabShortcuts.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutChangedEvent.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutChangedListener.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutField.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutMgr.java
trunk/src/argouml-app/src/org/argouml/ui/cmd/ZoomActionProxy.java
Log:
Added EPL License header.
Modified: trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAboutArgoUML.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAboutArgoUML.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAboutArgoUML.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAboutArgoUML.java 2010-01-12 11:21:22-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-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/ui/cmd/ActionAdjustGrid.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustGrid.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustGrid.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustGrid.java 2010-01-12 11:21:22-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
@@ -186,4 +200,4 @@
return action;
}
-}
\ No newline at end of file
+}
Modified: trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustPageBreaks.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustPageBreaks.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustPageBreaks.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustPageBreaks.java 2010-01-12 11:21:22-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 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/ui/cmd/ActionAdjustSnap.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustSnap.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustSnap.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionAdjustSnap.java 2010-01-12 11:21:22-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
Modified: trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionExit.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionExit.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionExit.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionExit.java 2010-01-12 11:21:22-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/ui/cmd/ActionFind.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionFind.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionFind.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionFind.java 2010-01-12 11:21:22-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) 2004-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/ui/cmd/ActionGotoDiagram.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionGotoDiagram.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionGotoDiagram.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionGotoDiagram.java 2010-01-12 11:21:22-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) 2004-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/ui/cmd/ActionHelp.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionHelp.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionHelp.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionHelp.java 2010-01-12 11:21:22-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:
+ * andreas
+ *****************************************************************************
+ *
+ * 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/ui/cmd/ActionNew.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionNew.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionNew.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionNew.java 2010-01-12 11:21:22-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/ui/cmd/ActionNewProfile.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionNewProfile.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionNewProfile.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionNewProfile.java 2010-01-12 11:21:22-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) 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/ui/cmd/ActionNotation.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionNotation.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionNotation.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionNotation.java 2010-01-12 11:21:22-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-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/ui/cmd/ActionPageSetup.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionPageSetup.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionPageSetup.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionPageSetup.java 2010-01-12 11:21:22-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) 2004-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/ui/cmd/ActionPrint.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionPrint.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionPrint.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionPrint.java 2010-01-12 11:21:22-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) 2004-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/ui/cmd/ActionSelectAll.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionSelectAll.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionSelectAll.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionSelectAll.java 2010-01-12 11:21:22-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 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/ui/cmd/ActionSelectInvert.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionSelectInvert.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionSelectInvert.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionSelectInvert.java 2010-01-12 11:21:22-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 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/ui/cmd/ActionShowXMLDump.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionShowXMLDump.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionShowXMLDump.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionShowXMLDump.java 2010-01-12 11:21:22-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) 2004-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/ui/cmd/ActionSystemInfo.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionSystemInfo.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionSystemInfo.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionSystemInfo.java 2010-01-12 11:21:22-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) 2004-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/ui/cmd/ActionWrapper.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionWrapper.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionWrapper.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionWrapper.java 2010-01-12 11:21:22-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) 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/ui/cmd/CmdSetPreferredSize.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/CmdSetPreferredSize.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/CmdSetPreferredSize.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/CmdSetPreferredSize.java 2010-01-12 11:21:22-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-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/ui/cmd/GenericArgoMenuBar.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/GenericArgoMenuBar.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/GenericArgoMenuBar.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/GenericArgoMenuBar.java 2010-01-12 11:21:22-0800
@@ -1,4 +1,18 @@
-// $Id:GenericArgoMenuBar.java 13104 2007-07-21 18:29:31Z mvw $
+/* $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:
+ * andreas
+ *****************************************************************************
+ *
+ * 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/ui/cmd/InitUiCmdSubsystem.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/InitUiCmdSubsystem.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/InitUiCmdSubsystem.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/InitUiCmdSubsystem.java 2010-01-12 11:21:22-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/ui/cmd/LastRecentlyUsedMenuList.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/LastRecentlyUsedMenuList.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/LastRecentlyUsedMenuList.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/LastRecentlyUsedMenuList.java 2010-01-12 11:21:22-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) 2003-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/ui/cmd/NavigateTargetBackAction.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/NavigateTargetBackAction.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/NavigateTargetBackAction.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/NavigateTargetBackAction.java 2010-01-12 11:21:22-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) 2002-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/ui/cmd/NavigateTargetForwardAction.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/NavigateTargetForwardAction.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/NavigateTargetForwardAction.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/NavigateTargetForwardAction.java 2010-01-12 11:21:22-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) 2002-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/ui/cmd/PrintManager.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/PrintManager.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/PrintManager.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/PrintManager.java 2010-01-12 11:21:22-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) 2004-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/ui/cmd/SettingsTabShortcuts.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/SettingsTabShortcuts.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/SettingsTabShortcuts.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/SettingsTabShortcuts.java 2010-01-12 11:21:22-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) 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
Modified: trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutChangedEvent.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutChangedEvent.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutChangedEvent.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutChangedEvent.java 2010-01-12 11:21:22-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 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/ui/cmd/ShortcutChangedListener.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutChangedListener.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutChangedListener.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutChangedListener.java 2010-01-12 11:21:22-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 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/ui/cmd/ShortcutField.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutField.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutField.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutField.java 2010-01-12 11:21:22-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-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/ui/cmd/ShortcutMgr.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutMgr.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutMgr.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ShortcutMgr.java 2010-01-12 11:21:22-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
Modified: trunk/src/argouml-app/src/org/argouml/ui/cmd/ZoomActionProxy.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ZoomActionProxy.java?view=diff&pathrev=17842&r1=17841&r2=17842
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ZoomActionProxy.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ZoomActionProxy.java 2010-01-12 11:21:22-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 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=2436773
To unsubscribe from this discussion, e-mail: [[email protected]].