svn commit: r17887 - trunk/src/argouml-app/src/org/argouml/util
Linus Tolke <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2010-01-12 13:17:18-0800
New Revision: 17887
Modified:
trunk/src/argouml-app/src/org/argouml/util/ArgoDialog.java
trunk/src/argouml-app/src/org/argouml/util/ArgoFrame.java
trunk/src/argouml-app/src/org/argouml/util/ChildGenerator.java
trunk/src/argouml-app/src/org/argouml/util/CustomSeparator.java
trunk/src/argouml-app/src/org/argouml/util/EnumerationIterator.java
trunk/src/argouml-app/src/org/argouml/util/FileConstants.java
trunk/src/argouml-app/src/org/argouml/util/FileFilters.java
trunk/src/argouml-app/src/org/argouml/util/IItemUID.java
trunk/src/argouml-app/src/org/argouml/util/ItemUID.java
trunk/src/argouml-app/src/org/argouml/util/IteratorEnumeration.java
trunk/src/argouml-app/src/org/argouml/util/JavaRuntimeUtility.java
trunk/src/argouml-app/src/org/argouml/util/KeyEventUtils.java
trunk/src/argouml-app/src/org/argouml/util/MyTokenizer.java
trunk/src/argouml-app/src/org/argouml/util/Predicate.java
trunk/src/argouml-app/src/org/argouml/util/PredicateEquals.java
trunk/src/argouml-app/src/org/argouml/util/PredicateStringMatch.java
trunk/src/argouml-app/src/org/argouml/util/PredicateTrue.java
trunk/src/argouml-app/src/org/argouml/util/PredicateType.java
trunk/src/argouml-app/src/org/argouml/util/SingleElementIterator.java
trunk/src/argouml-app/src/org/argouml/util/SuffixFilter.java
trunk/src/argouml-app/src/org/argouml/util/ThreadUtils.java
trunk/src/argouml-app/src/org/argouml/util/ToolBarUtility.java
trunk/src/argouml-app/src/org/argouml/util/Tools.java
trunk/src/argouml-app/src/org/argouml/util/UIUtils.java
Log:
Added EPL License header.
Modified: trunk/src/argouml-app/src/org/argouml/util/ArgoDialog.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/ArgoDialog.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/ArgoDialog.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/ArgoDialog.java 2010-01-12 13:17:18-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) 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/util/ArgoFrame.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/ArgoFrame.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/ArgoFrame.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/ArgoFrame.java 2010-01-12 13:17:18-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,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/util/ChildGenerator.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/ChildGenerator.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/ChildGenerator.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/ChildGenerator.java 2010-01-12 13:17:18-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
Modified: trunk/src/argouml-app/src/org/argouml/util/CustomSeparator.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/CustomSeparator.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/CustomSeparator.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/CustomSeparator.java 2010-01-12 13:17:18-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/util/EnumerationIterator.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/EnumerationIterator.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/EnumerationIterator.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/EnumerationIterator.java 2010-01-12 13:17:18-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/util/FileConstants.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/FileConstants.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/FileConstants.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/FileConstants.java 2010-01-12 13:17:18-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/util/FileFilters.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/FileFilters.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/FileFilters.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/FileFilters.java 2010-01-12 13:17:18-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/util/IItemUID.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/IItemUID.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/IItemUID.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/IItemUID.java 2010-01-12 13:17:18-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/util/ItemUID.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/ItemUID.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/ItemUID.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/ItemUID.java 2010-01-12 13:17:18-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) 2002-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/util/IteratorEnumeration.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/IteratorEnumeration.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/IteratorEnumeration.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/IteratorEnumeration.java 2010-01-12 13:17:18-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/util/JavaRuntimeUtility.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/JavaRuntimeUtility.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/JavaRuntimeUtility.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/JavaRuntimeUtility.java 2010-01-12 13:17:18-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) 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/util/KeyEventUtils.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/KeyEventUtils.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/KeyEventUtils.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/KeyEventUtils.java 2010-01-12 13:17:18-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-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/util/MyTokenizer.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/MyTokenizer.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/MyTokenizer.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/MyTokenizer.java 2010-01-12 13:17:18-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/util/Predicate.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/Predicate.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/Predicate.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/Predicate.java 2010-01-12 13:17:18-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/util/PredicateEquals.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/PredicateEquals.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/PredicateEquals.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/PredicateEquals.java 2010-01-12 13:17:18-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/util/PredicateStringMatch.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/PredicateStringMatch.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/PredicateStringMatch.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/PredicateStringMatch.java 2010-01-12 13:17:18-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/util/PredicateTrue.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/PredicateTrue.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/PredicateTrue.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/PredicateTrue.java 2010-01-12 13:17:18-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/util/PredicateType.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/PredicateType.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/PredicateType.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/PredicateType.java 2010-01-12 13:17:18-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/util/SingleElementIterator.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/SingleElementIterator.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/SingleElementIterator.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/SingleElementIterator.java 2010-01-12 13:17:18-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/util/SuffixFilter.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/SuffixFilter.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/SuffixFilter.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/SuffixFilter.java 2010-01-12 13:17:18-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) 2003-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
@@ -143,4 +157,4 @@
return getDescription();
}
-}
\ No newline at end of file
+}
Modified: trunk/src/argouml-app/src/org/argouml/util/ThreadUtils.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/ThreadUtils.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/ThreadUtils.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/ThreadUtils.java 2010-01-12 13:17:18-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 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/util/ToolBarUtility.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/ToolBarUtility.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/ToolBarUtility.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/ToolBarUtility.java 2010-01-12 13:17:18-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/util/Tools.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/Tools.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/Tools.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/Tools.java 2010-01-12 13:17:18-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/util/UIUtils.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/UIUtils.java?view=diff&pathrev=17887&r1=17886&r2=17887
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/UIUtils.java (original)
+++ trunk/src/argouml-app/src/org/argouml/util/UIUtils.java 2010-01-12 13:17:18-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
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2436851
To unsubscribe from this discussion, e-mail: [[email protected]].