Author: linus Date: 2010-01-12 10:42:20-0800 New Revision: 17820 Modified: trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigCircle.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigInk.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigLine.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigPoly.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigRRect.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigRect.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigSpline.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigCircle.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigInk.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigLine.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigPoly.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigRRect.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigRect.java trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigSpline.java trunk/src/argouml-app/src/org/argouml/gefext/DeferredBufferedImage.java
Log: Added EPL License header. Modified: trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigCircle.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigCircle.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigCircle.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigCircle.java 2010-01-12 10:42:20-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/gefext/ArgoFigInk.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigInk.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigInk.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigInk.java 2010-01-12 10:42:20-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * penyaskito + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 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/gefext/ArgoFigLine.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigLine.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigLine.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigLine.java 2010-01-12 10:42:20-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/gefext/ArgoFigPoly.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigPoly.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigPoly.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigPoly.java 2010-01-12 10:42:20-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * penyaskito + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 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/gefext/ArgoFigRRect.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigRRect.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigRRect.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigRRect.java 2010-01-12 10:42:20-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/gefext/ArgoFigRect.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigRect.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigRect.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigRect.java 2010-01-12 10:42:20-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/gefext/ArgoFigSpline.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigSpline.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigSpline.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoFigSpline.java 2010-01-12 10:42:20-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * penyaskito + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 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/gefext/ArgoModeCreateFigCircle.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigCircle.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigCircle.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigCircle.java 2010-01-12 10:42:20-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/gefext/ArgoModeCreateFigInk.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigInk.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigInk.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigInk.java 2010-01-12 10:42:20-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/gefext/ArgoModeCreateFigLine.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigLine.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigLine.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigLine.java 2010-01-12 10:42:20-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/gefext/ArgoModeCreateFigPoly.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigPoly.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigPoly.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigPoly.java 2010-01-12 10:42:20-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/gefext/ArgoModeCreateFigRRect.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigRRect.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigRRect.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigRRect.java 2010-01-12 10:42:20-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/gefext/ArgoModeCreateFigRect.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigRect.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigRect.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigRect.java 2010-01-12 10:42:20-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/gefext/ArgoModeCreateFigSpline.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigSpline.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigSpline.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/ArgoModeCreateFigSpline.java 2010-01-12 10:42:20-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/gefext/DeferredBufferedImage.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/gefext/DeferredBufferedImage.java?view=diff&pathrev=17820&r1=17819&r2=17820 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/gefext/DeferredBufferedImage.java (original) +++ trunk/src/argouml-app/src/org/argouml/gefext/DeferredBufferedImage.java 2010-01-12 10:42:20-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=2436715 To unsubscribe from this discussion, e-mail: [[email protected]].
