diff --git a/org.eclipse.draw2d.examples/sandbox/AlphaImageData.java b/org.eclipse.draw2d.examples/sandbox/AlphaImageData.java index baa454795..9f6805ef7 100644 --- a/org.eclipse.draw2d.examples/sandbox/AlphaImageData.java +++ b/org.eclipse.draw2d.examples/sandbox/AlphaImageData.java @@ -1,10 +1,12 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/BenchmarkTextPackage.java b/org.eclipse.draw2d.examples/sandbox/BenchmarkTextPackage.java index 3353e762e..8415b9802 100644 --- a/org.eclipse.draw2d.examples/sandbox/BenchmarkTextPackage.java +++ b/org.eclipse.draw2d.examples/sandbox/BenchmarkTextPackage.java @@ -1,10 +1,12 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/DNDTest.java b/org.eclipse.draw2d.examples/sandbox/DNDTest.java index 4d2c53b9d..2a83a0040 100644 --- a/org.eclipse.draw2d.examples/sandbox/DNDTest.java +++ b/org.eclipse.draw2d.examples/sandbox/DNDTest.java @@ -1,10 +1,12 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/InfoTextLayoutHitTest.java b/org.eclipse.draw2d.examples/sandbox/InfoTextLayoutHitTest.java index 8cdf6f853..826dafeb2 100644 --- a/org.eclipse.draw2d.examples/sandbox/InfoTextLayoutHitTest.java +++ b/org.eclipse.draw2d.examples/sandbox/InfoTextLayoutHitTest.java @@ -1,10 +1,12 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/ModifyVerify4Resizing.java b/org.eclipse.draw2d.examples/sandbox/ModifyVerify4Resizing.java index eabe20d4c..ef5031164 100644 --- a/org.eclipse.draw2d.examples/sandbox/ModifyVerify4Resizing.java +++ b/org.eclipse.draw2d.examples/sandbox/ModifyVerify4Resizing.java @@ -1,10 +1,12 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/PaintOnShellTemplate.java b/org.eclipse.draw2d.examples/sandbox/PaintOnShellTemplate.java index 01bea155e..14d51198f 100644 --- a/org.eclipse.draw2d.examples/sandbox/PaintOnShellTemplate.java +++ b/org.eclipse.draw2d.examples/sandbox/PaintOnShellTemplate.java @@ -1,10 +1,12 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/ShellTestor.java b/org.eclipse.draw2d.examples/sandbox/ShellTestor.java index ad8a2521a..a3032a6d1 100644 --- a/org.eclipse.draw2d.examples/sandbox/ShellTestor.java +++ b/org.eclipse.draw2d.examples/sandbox/ShellTestor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/awt/BenchmarkAlphaLines.java b/org.eclipse.draw2d.examples/sandbox/awt/BenchmarkAlphaLines.java index 8a755e48e..6b46d60bc 100644 --- a/org.eclipse.draw2d.examples/sandbox/awt/BenchmarkAlphaLines.java +++ b/org.eclipse.draw2d.examples/sandbox/awt/BenchmarkAlphaLines.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/bidi/BenchmarkLevelRuns.java b/org.eclipse.draw2d.examples/sandbox/bidi/BenchmarkLevelRuns.java index 37fe2681d..1d0ef6464 100644 --- a/org.eclipse.draw2d.examples/sandbox/bidi/BenchmarkLevelRuns.java +++ b/org.eclipse.draw2d.examples/sandbox/bidi/BenchmarkLevelRuns.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/bidi/IndividualCharacters.java b/org.eclipse.draw2d.examples/sandbox/bidi/IndividualCharacters.java index 2be53c994..c4833f124 100644 --- a/org.eclipse.draw2d.examples/sandbox/bidi/IndividualCharacters.java +++ b/org.eclipse.draw2d.examples/sandbox/bidi/IndividualCharacters.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/bidi/MixedOrientations.java b/org.eclipse.draw2d.examples/sandbox/bidi/MixedOrientations.java index 2dc23fb1d..495f89d88 100644 --- a/org.eclipse.draw2d.examples/sandbox/bidi/MixedOrientations.java +++ b/org.eclipse.draw2d.examples/sandbox/bidi/MixedOrientations.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/bidi/RTL_StyledText.java b/org.eclipse.draw2d.examples/sandbox/bidi/RTL_StyledText.java index f0ddf560c..e58a0a6f7 100644 --- a/org.eclipse.draw2d.examples/sandbox/bidi/RTL_StyledText.java +++ b/org.eclipse.draw2d.examples/sandbox/bidi/RTL_StyledText.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/gef/bugs/ComputeSizeAndScrolbars.java b/org.eclipse.draw2d.examples/sandbox/gef/bugs/ComputeSizeAndScrolbars.java index ccc13a49c..4e757ebe1 100644 --- a/org.eclipse.draw2d.examples/sandbox/gef/bugs/ComputeSizeAndScrolbars.java +++ b/org.eclipse.draw2d.examples/sandbox/gef/bugs/ComputeSizeAndScrolbars.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/BidiMixedOrientations.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/BidiMixedOrientations.java index 61a6399d2..cea72f1eb 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/BidiMixedOrientations.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/BidiMixedOrientations.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug23147.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug23147.java index a714cc4b5..f7455de51 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug23147.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug23147.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug23332.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug23332.java index b9e51753f..10f748d4c 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug23332.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug23332.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug45640.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug45640.java index abd0b168d..1efd3de39 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug45640.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug45640.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug54989.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug54989.java index 3b6a05534..31c246192 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug54989.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug54989.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug68003.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug68003.java index 845e033f5..ae9270cf3 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug68003.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug68003.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug81467.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug81467.java index 7388e6a6d..d15932afb 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug81467.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug81467.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/EscapeStolen.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/EscapeStolen.java index 20ae8f37e..5d9de0fd4 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/EscapeStolen.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/EscapeStolen.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/GTKTreeItemAccess.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/GTKTreeItemAccess.java index acc51dd9f..c27429d96 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/GTKTreeItemAccess.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/GTKTreeItemAccess.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/IconVsImage.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/IconVsImage.java index 0123b7108..24a91858a 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/IconVsImage.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/IconVsImage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/MnemonicsFix.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/MnemonicsFix.java index 39a987d42..298e5c281 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/MnemonicsFix.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/MnemonicsFix.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/PR_75430.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/PR_75430.java index f89f5f8b7..10e67cfd1 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/PR_75430.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/PR_75430.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/PR_85876.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/PR_85876.java index f3127ba91..34cca7895 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/PR_85876.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/PR_85876.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/bugs/TreeTest.java b/org.eclipse.draw2d.examples/sandbox/swt/bugs/TreeTest.java index 11a24b442..6ad404351 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/bugs/TreeTest.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/bugs/TreeTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/transforms/AbstractSWTTransform.java b/org.eclipse.draw2d.examples/sandbox/swt/transforms/AbstractSWTTransform.java index 2894a1c49..6a68ccccd 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/transforms/AbstractSWTTransform.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/transforms/AbstractSWTTransform.java @@ -1,10 +1,12 @@ /******************************************************************************* * Copyright (c) 2023 Johannes Kepler University Linz. * - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alois Zoitl - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/transforms/AlphaLines.java b/org.eclipse.draw2d.examples/sandbox/swt/transforms/AlphaLines.java index 3e5c97fff..c7e9ef18d 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/transforms/AlphaLines.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/transforms/AlphaLines.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/transforms/FontScaling.java b/org.eclipse.draw2d.examples/sandbox/swt/transforms/FontScaling.java index 2474f48c3..11389004e 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/transforms/FontScaling.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/transforms/FontScaling.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/transforms/PathStuff.java b/org.eclipse.draw2d.examples/sandbox/swt/transforms/PathStuff.java index 8f1c639a4..14c506ac9 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/transforms/PathStuff.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/transforms/PathStuff.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/transforms/RegionTransforms.java b/org.eclipse.draw2d.examples/sandbox/swt/transforms/RegionTransforms.java index 00d369ee7..c23cc3cda 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/transforms/RegionTransforms.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/transforms/RegionTransforms.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/transforms/RotateGradient.java b/org.eclipse.draw2d.examples/sandbox/swt/transforms/RotateGradient.java index 62992ac51..cadcec0ce 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/transforms/RotateGradient.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/transforms/RotateGradient.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/transforms/RotatedClipRect.java b/org.eclipse.draw2d.examples/sandbox/swt/transforms/RotatedClipRect.java index de67c4c0b..18f223c00 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/transforms/RotatedClipRect.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/transforms/RotatedClipRect.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/transforms/TextSize.java b/org.eclipse.draw2d.examples/sandbox/swt/transforms/TextSize.java index bb588b998..6e1b4d80a 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/transforms/TextSize.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/transforms/TextSize.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/transforms/ThinLines.java b/org.eclipse.draw2d.examples/sandbox/swt/transforms/ThinLines.java index f1d628c55..1720bf5dd 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/transforms/ThinLines.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/transforms/ThinLines.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/sandbox/swt/transforms/TransformTemplate.java b/org.eclipse.draw2d.examples/sandbox/swt/transforms/TransformTemplate.java index cdc0fd3d9..05b132deb 100644 --- a/org.eclipse.draw2d.examples/sandbox/swt/transforms/TransformTemplate.java +++ b/org.eclipse.draw2d.examples/sandbox/swt/transforms/TransformTemplate.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/AbstractExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/AbstractExample.java index ab4497c8f..3ab8e39bc 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/AbstractExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/AbstractExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/ExampleImages.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/ExampleImages.java index 24b9f8f5b..1409f47f9 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/ExampleImages.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/ExampleImages.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/ExampleUtil.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/ExampleUtil.java index 2638e65eb..3b39fb9be 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/ExampleUtil.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/ExampleUtil.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/HelloWorld.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/HelloWorld.java index d26db8837..e790c067d 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/HelloWorld.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/HelloWorld.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/cg/ObstructionExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/cg/ObstructionExample.java index 2d924fd77..2605ea5d5 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/cg/ObstructionExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/cg/ObstructionExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/connections/ConnectionAndAnchorExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/connections/ConnectionAndAnchorExample.java index 5b01bf952..101495b4b 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/connections/ConnectionAndAnchorExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/connections/ConnectionAndAnchorExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/AbstractGraphDemo.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/AbstractGraphDemo.java index a0050f039..c0d8a2cc2 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/AbstractGraphDemo.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/AbstractGraphDemo.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/CompoundGraphDemo.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/CompoundGraphDemo.java index 687599578..49bddfbb8 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/CompoundGraphDemo.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/CompoundGraphDemo.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/CompoundGraphTests.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/CompoundGraphTests.java index bf849565c..e6f013305 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/CompoundGraphTests.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/CompoundGraphTests.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/DirectedGraphDemo.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/DirectedGraphDemo.java index ffe26f0d9..310ba080f 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/DirectedGraphDemo.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/DirectedGraphDemo.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/GraphTests.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/GraphTests.java index 7699cf60d..d2a9aa0bc 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/GraphTests.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/graph/GraphTests.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/hittest/EllipseHitting.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/hittest/EllipseHitting.java index 79e885642..4220f4933 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/hittest/EllipseHitting.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/hittest/EllipseHitting.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/layouts/FlowLayoutExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/layouts/FlowLayoutExample.java index 40dabcc36..fbbe36289 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/layouts/FlowLayoutExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/layouts/FlowLayoutExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/layouts/GridLayoutExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/layouts/GridLayoutExample.java index fafc95fe5..44f8e8ad4 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/layouts/GridLayoutExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/layouts/GridLayoutExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Asim Ullah and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Asim Ullah - initial implementation [Sep 13, 2004] diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/layouts/ToolbarLayoutExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/layouts/ToolbarLayoutExample.java index 291e7df5b..5cdf67dee 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/layouts/ToolbarLayoutExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/layouts/ToolbarLayoutExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/path/PathExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/path/PathExample.java index f43564806..9ff205552 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/path/PathExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/path/PathExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Stephane Lizeray slizeray@ilog.fr - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/path/PathFigure.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/path/PathFigure.java index 514e17810..396a5bb3c 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/path/PathFigure.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/path/PathFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Stephane Lizeray slizeray@ilog.fr - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/path/ZoomFigure.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/path/ZoomFigure.java index e2fec7983..f5c870173 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/path/ZoomFigure.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/path/ZoomFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Stephane Lizeray slizeray@ilog.fr - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/printing/PrintExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/printing/PrintExample.java index 72c7b0fb7..c3390f0d7 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/printing/PrintExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/printing/PrintExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/scrollpane/InternalFrame.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/scrollpane/InternalFrame.java index 44706ce8d..9be36f34a 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/scrollpane/InternalFrame.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/scrollpane/InternalFrame.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/scrollpane/ScrollPaneExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/scrollpane/ScrollPaneExample.java index 17610f237..3b6418c4e 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/scrollpane/ScrollPaneExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/scrollpane/ScrollPaneExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/swt/InheritBackgroundExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/swt/InheritBackgroundExample.java index 45b176ed1..4d686ce04 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/swt/InheritBackgroundExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/swt/InheritBackgroundExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/swt/ShapeStylesExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/swt/ShapeStylesExample.java index 2cda226f3..d870adabe 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/swt/ShapeStylesExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/swt/ShapeStylesExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/MultiLineLabelExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/MultiLineLabelExample.java index 56ef813e6..4601e19bf 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/MultiLineLabelExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/MultiLineLabelExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowExample.java index 7ce3b06e4..1e80544f9 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowFactory.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowFactory.java index 0dd6939b4..6a2500662 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowFactory.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowLargeExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowLargeExample.java index 57326dcde..f7e9ada69 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowLargeExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowLargeExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/thumbnail/ThumbnailExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/thumbnail/ThumbnailExample.java index 572515181..4200508c7 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/thumbnail/ThumbnailExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/thumbnail/ThumbnailExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/AbstractBranchLayout.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/AbstractBranchLayout.java index 84aee8a53..5eeee5809 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/AbstractBranchLayout.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/AbstractBranchLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/Animation.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/Animation.java index f5858c633..882783098 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/Animation.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/Animation.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/HangingLayout.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/HangingLayout.java index 0858434db..445c1d92e 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/HangingLayout.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/HangingLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/NormalLayout.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/NormalLayout.java index e7dadd809..9f1e6848c 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/NormalLayout.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/NormalLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/PageNode.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/PageNode.java index bc96d4b1e..fe046fb9c 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/PageNode.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/PageNode.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/PlusMinus.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/PlusMinus.java index 7a267ff72..1fea387ed 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/PlusMinus.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/PlusMinus.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/SimpleTreeExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/SimpleTreeExample.java index 4dc7a98d2..4de361809 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/SimpleTreeExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/SimpleTreeExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeBranch.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeBranch.java index 4bffb9864..b1f75a4c4 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeBranch.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeBranch.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeExample.java index 776809449..f08ef1a9f 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeLayout.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeLayout.java index 5ce15f095..13163ad44 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeLayout.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeRoot.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeRoot.java index 52d5dab46..acba83078 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeRoot.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/tree/TreeRoot.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/uml/StickyNote.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/uml/StickyNote.java index e7eeb49c6..e283793c5 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/uml/StickyNote.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/uml/StickyNote.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/uml/UMLClassDiagram.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/uml/UMLClassDiagram.java index aa04be85e..f5432b8fa 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/uml/UMLClassDiagram.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/uml/UMLClassDiagram.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/uml/UMLClassFigure.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/uml/UMLClassFigure.java index 4fa2d1620..75f7d35bc 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/uml/UMLClassFigure.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/uml/UMLClassFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/CompartmentFigure.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/CompartmentFigure.java index 37889e066..c310e9096 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/CompartmentFigure.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/CompartmentFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/UMLClassFigure.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/UMLClassFigure.java index 8745ba4f2..4e4e027ff 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/UMLClassFigure.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/UMLClassFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/ZoomContainer.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/ZoomContainer.java index a54afd969..45babf3f4 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/ZoomContainer.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/ZoomContainer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/ZoomExample.java b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/ZoomExample.java index b74aac27f..bf9c2bb0d 100644 --- a/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/ZoomExample.java +++ b/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/zoom/ZoomExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/graph/test/DirectedGraphLayoutTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/graph/test/DirectedGraphLayoutTest.java index 826bd93b9..082da0d8b 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/graph/test/DirectedGraphLayoutTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/graph/test/DirectedGraphLayoutTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2023 Patrick Ziegler and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Patrick Ziegler - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/AbstractTextTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/AbstractTextTest.java index 01dc0f075..0be3bc4d8 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/AbstractTextTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/AbstractTextTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/AdvancedGraphicsTests.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/AdvancedGraphicsTests.java index 471b59d89..b09530928 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/AdvancedGraphicsTests.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/AdvancedGraphicsTests.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/AnchorNotificationTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/AnchorNotificationTest.java index 16df7c2f3..c46117149 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/AnchorNotificationTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/AnchorNotificationTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/BaseTestCase.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/BaseTestCase.java index d05dc46fe..720bbf53f 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/BaseTestCase.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/BaseTestCase.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ColorConstantTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ColorConstantTest.java index ab10d119c..2ef282acd 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ColorConstantTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ColorConstantTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ConnectionEndPointMoveTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ConnectionEndPointMoveTest.java index 1e7f8862f..bf02c96ef 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ConnectionEndPointMoveTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ConnectionEndPointMoveTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/DimensionTests.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/DimensionTests.java index 721f5b049..4d6718993 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/DimensionTests.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/DimensionTests.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2012, 2023 itemis AG and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alexander Nyßen (itemis AG) - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/Draw2dTestSuite.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/Draw2dTestSuite.java index a251c733a..439a4b0d7 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/Draw2dTestSuite.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/Draw2dTestSuite.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/FigurePaintingTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/FigurePaintingTest.java index 0e1b5ecd6..ddcb9ad09 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/FigurePaintingTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/FigurePaintingTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2011, 2023 Google, Inc. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Google, Inc. - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/FigureUtilitiesTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/FigureUtilitiesTest.java index c4ab68020..a750f4656 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/FigureUtilitiesTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/FigureUtilitiesTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/FlowBorderTests.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/FlowBorderTests.java index 34618c2a5..aad0b4e12 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/FlowBorderTests.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/FlowBorderTests.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/GeometryTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/GeometryTest.java index 9fb86cb6d..b31645f1a 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/GeometryTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/GeometryTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alexander Shatalin (Borland) - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/GraphicsClipping.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/GraphicsClipping.java index 612da9a3b..44dc3c9bb 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/GraphicsClipping.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/GraphicsClipping.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ImageUtilitiesTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ImageUtilitiesTest.java index b07c843ae..feed4c393 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ImageUtilitiesTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ImageUtilitiesTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/InsetsTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/InsetsTest.java index 61bb1365d..f13f73b01 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/InsetsTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/InsetsTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2011, 2023 Google, Inc. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Google, Inc. - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/IntervalTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/IntervalTest.java index 2e168d53e..c94395e8e 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/IntervalTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/IntervalTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2011, 2023 Google, Inc. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Google, Inc. - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LayerTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LayerTest.java index bb6432d93..e9faa1fbe 100755 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LayerTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LayerTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2009 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LayeredPaneTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LayeredPaneTest.java index 71ce5c4d9..291483e04 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LayeredPaneTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LayeredPaneTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LocalOptimizerTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LocalOptimizerTest.java index ab8cab471..c6d0cae8f 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LocalOptimizerTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LocalOptimizerTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LookAheadTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LookAheadTest.java index 78d4eedd3..536ef1de1 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LookAheadTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/LookAheadTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PaintDamageEraseTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PaintDamageEraseTest.java index 0dc93594f..60be1374e 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PaintDamageEraseTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PaintDamageEraseTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PointListTests.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PointListTests.java index 5a241aa4d..046992d0c 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PointListTests.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PointListTests.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PrecisionDimensionTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PrecisionDimensionTest.java index 8b3352d0c..4c2ec1c46 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PrecisionDimensionTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PrecisionDimensionTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PrecisionPointTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PrecisionPointTest.java index cd799a14a..a58ce24a2 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PrecisionPointTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PrecisionPointTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PrecisionRectangleTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PrecisionRectangleTest.java index b7463787b..148d23253 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PrecisionRectangleTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PrecisionRectangleTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/RayTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/RayTest.java index 7a11a5a6c..b914e2e86 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/RayTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/RayTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/RectangleTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/RectangleTest.java index 7361ff11f..4ccf5f21c 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/RectangleTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/RectangleTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/RelativeBendpointTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/RelativeBendpointTest.java index 08b8f2b03..9416e2b2f 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/RelativeBendpointTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/RelativeBendpointTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008 ILOG and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * ILOG - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ScalablePolygonShapeTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ScalablePolygonShapeTest.java index c88151ed8..124b82a8e 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ScalablePolygonShapeTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ScalablePolygonShapeTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alexander Shatalin (Borland) - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ShortestPathRoutingTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ShortestPathRoutingTest.java index 9acb7ed59..365972d7a 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ShortestPathRoutingTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ShortestPathRoutingTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/SimpleTextTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/SimpleTextTest.java index 8daad7896..fe3871f00 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/SimpleTextTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/SimpleTextTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/StraightTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/StraightTest.java index f2463dd4c..815c4b5b6 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/StraightTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/StraightTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Research Group Software Construction, diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TestImages.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TestImages.java index 5a61a27b7..97c6abdaa 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TestImages.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TestImages.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TextFlowWrapTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TextFlowWrapTest.java index 9dd86f77d..6e21bfa56 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TextFlowWrapTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TextFlowWrapTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TextualTests.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TextualTests.java index bdc32dea4..fb1e32213 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TextualTests.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TextualTests.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ThumbnailTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ThumbnailTest.java index 208682493..ff4df6686 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ThumbnailTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ThumbnailTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TransposerTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TransposerTest.java index 75c06e788..969fd3d77 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TransposerTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TransposerTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2011, 2023 Google, Inc. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Google, Inc. - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/VectorTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/VectorTest.java index 7a86391ac..aff4c4fe6 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/VectorTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/VectorTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/XYLayoutTest.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/XYLayoutTest.java index 2f831f038..62a6b3779 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/XYLayoutTest.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/XYLayoutTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/utils/TestFigure.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/utils/TestFigure.java index 3289baeed..9941fd65f 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/utils/TestFigure.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/utils/TestFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2011, 2023 Google, Inc. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Google, Inc. - initial API and implementation diff --git a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/utils/TestLogger.java b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/utils/TestLogger.java index e9c1f3a88..b8ee59300 100644 --- a/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/utils/TestLogger.java +++ b/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/utils/TestLogger.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2011, 2023 Google, Inc. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Google, Inc. - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbsoluteBendpoint.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbsoluteBendpoint.java index c46801dc2..05dd0281d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbsoluteBendpoint.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbsoluteBendpoint.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractBackground.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractBackground.java index 5b4544cc2..b477bd3ac 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractBackground.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractBackground.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractBorder.java index 1aa2ab275..14afe7c38 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractConnectionAnchor.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractConnectionAnchor.java index 22842e718..8ebbc860b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractConnectionAnchor.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractConnectionAnchor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractHintLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractHintLayout.java index 6c5e8e7d4..52b110d18 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractHintLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractHintLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractImageFigure.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractImageFigure.java index 1fd1cfa55..67e4885b0 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractImageFigure.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractImageFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractLabeledBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractLabeledBorder.java index 71800b88c..0076589dd 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractLabeledBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractLabeledBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractLayout.java index 89ae57798..de328cf95 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractLocator.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractLocator.java index d48fd14c9..7af2ac413 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractLocator.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractLocator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractPointListShape.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractPointListShape.java index ec86a08f0..670716c49 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractPointListShape.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractPointListShape.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alexander Shatalin (Borland) - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractRouter.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractRouter.java index 39b39d710..0a803a3a3 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractRouter.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractRouter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AccessibleBase.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AccessibleBase.java index 96d4ed335..e8b7a94f1 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AccessibleBase.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AccessibleBase.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ActionEvent.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ActionEvent.java index fd02e90c5..9740c02c0 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ActionEvent.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ActionEvent.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ActionListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ActionListener.java index b0e760dff..1f5ea5ea2 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ActionListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ActionListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AncestorHelper.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AncestorHelper.java index 57a780d1f..59e7f0fa3 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AncestorHelper.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AncestorHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AncestorListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AncestorListener.java index 02b210465..8a33063c5 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AncestorListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AncestorListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AnchorListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AnchorListener.java index 269025527..9cc44e10b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AnchorListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AnchorListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Animation.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Animation.java index 01d26baa3..0324c4e88 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Animation.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Animation.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Animator.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Animator.java index 57f8e69f5..9e18fb17d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Animator.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Animator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ArrowButton.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ArrowButton.java index f4412794e..c88b7d8f0 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ArrowButton.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ArrowButton.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ArrowLocator.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ArrowLocator.java index 35c1c023a..8e039638c 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ArrowLocator.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ArrowLocator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/AutomaticRouter.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/AutomaticRouter.java index 5a9dfcdd3..4a0894a77 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/AutomaticRouter.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/AutomaticRouter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/BasicColorProvider.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/BasicColorProvider.java index 9e3e3ba3d..105fbdd7d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/BasicColorProvider.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/BasicColorProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 DBeaver Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Georgii Gvinepadze - georgii.gvinepadze@dbeaver.com initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Bendpoint.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Bendpoint.java index 29b439541..f011ebde7 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Bendpoint.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Bendpoint.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/BendpointConnectionRouter.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/BendpointConnectionRouter.java index be625c1c9..8d7897b43 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/BendpointConnectionRouter.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/BendpointConnectionRouter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/BendpointLocator.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/BendpointLocator.java index e041f8e83..1b58561fc 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/BendpointLocator.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/BendpointLocator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Border.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Border.java index 304163698..2cb84a565 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Border.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Border.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/BorderLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/BorderLayout.java index 8abaeb75b..64abc3e2b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/BorderLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/BorderLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/BufferedGraphicsSource.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/BufferedGraphicsSource.java index 937a62771..9493be56e 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/BufferedGraphicsSource.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/BufferedGraphicsSource.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Button.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Button.java index 9d6b37fc7..f97545743 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Button.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Button.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonBorder.java index dbaab595d..d1a345284 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonGroup.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonGroup.java index 195715352..22776b616 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonGroup.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonGroup.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonModel.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonModel.java index 41c45f1f9..a3dd2a200 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonModel.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonModel.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonStateTransitionListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonStateTransitionListener.java index 3ab94cb49..ba208fcc5 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonStateTransitionListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ButtonStateTransitionListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ChangeEvent.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ChangeEvent.java index 92f6c7bf0..11b5e983b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ChangeEvent.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ChangeEvent.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ChangeListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ChangeListener.java index 8572f4b64..2fc5e3d45 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ChangeListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ChangeListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/CheckBox.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/CheckBox.java index 5cfb7fb23..a52bf695d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/CheckBox.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/CheckBox.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ChopboxAnchor.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ChopboxAnchor.java index 47e4c36e3..168505c07 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ChopboxAnchor.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ChopboxAnchor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Clickable.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Clickable.java index 3f4299d42..ca01e4704 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Clickable.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Clickable.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ClickableEventHandler.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ClickableEventHandler.java index 83da20ed9..fa9cc019f 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ClickableEventHandler.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ClickableEventHandler.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ColorConstants.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ColorConstants.java index 3a2123fe5..4eb54aceb 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ColorConstants.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ColorConstants.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ColorProvider.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ColorProvider.java index 7c8514fda..bb13a4f47 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ColorProvider.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ColorProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Georgii Gvinepadze - georgii.gvinepadze@dbeaver.com diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/CompoundBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/CompoundBorder.java index ea15f770e..267dafbbf 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/CompoundBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/CompoundBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Connection.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Connection.java index 7b5df0ebb..086569bd5 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Connection.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Connection.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionAnchor.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionAnchor.java index a9b8027c6..bd222b54b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionAnchor.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionAnchor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionAnchorBase.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionAnchorBase.java index 3339996b8..1b9edf5bc 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionAnchorBase.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionAnchorBase.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionEndpointLocator.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionEndpointLocator.java index 6d811d0af..e1bfbf859 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionEndpointLocator.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionEndpointLocator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionLayer.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionLayer.java index 2a2dd908b..40f3a60cf 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionLayer.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionLayer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionLocator.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionLocator.java index 34ff338c1..a3555ed90 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionLocator.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionLocator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionRouter.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionRouter.java index 5c9e1e5ba..16fef3c83 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionRouter.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionRouter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/CoordinateListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/CoordinateListener.java index bdb384519..f21cab15b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/CoordinateListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/CoordinateListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Cursors.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Cursors.java index b349e2152..6d9fd852c 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Cursors.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Cursors.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/DefaultRangeModel.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/DefaultRangeModel.java index b837c9d97..0b2fba7c7 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/DefaultRangeModel.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/DefaultRangeModel.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/DeferredUpdateManager.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/DeferredUpdateManager.java index 1fb800a3d..5a33292e3 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/DeferredUpdateManager.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/DeferredUpdateManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/DelegatingLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/DelegatingLayout.java index 8116b8b1f..251fa0e65 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/DelegatingLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/DelegatingLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Ellipse.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Ellipse.java index 76db6c236..5ecaaaff6 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Ellipse.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Ellipse.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/EllipseAnchor.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/EllipseAnchor.java index 5c3d2b6df..f9f31cbc9 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/EllipseAnchor.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/EllipseAnchor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/EventDispatcher.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/EventDispatcher.java index 3cc463b74..344b00a67 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/EventDispatcher.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/EventDispatcher.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/EventListenerList.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/EventListenerList.java index edaa67f81..1314a1712 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/EventListenerList.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/EventListenerList.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ExclusionSearch.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ExclusionSearch.java index c21f38c5e..188633efc 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ExclusionSearch.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ExclusionSearch.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FanRouter.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FanRouter.java index 448736d91..87f99a296 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FanRouter.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FanRouter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Figure.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Figure.java index 8d685696e..cfb9f60b5 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Figure.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Figure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureCanvas.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureCanvas.java index e17978a9d..a2d61f6fc 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureCanvas.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureCanvas.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureListener.java index c11fcb8ab..7eb38b886 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureUtilities.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureUtilities.java index 61efab2fe..8dbfb4829 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureUtilities.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureUtilities.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FlowLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FlowLayout.java index 8ce5070a6..c6b0ebb40 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FlowLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FlowLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusBorder.java index 920d115fd..3f1cae3a6 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusEvent.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusEvent.java index fdce0a05f..8ea47c2fc 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusEvent.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusEvent.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusListener.java index cd3e9044a..b6cfb174d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusTraverseManager.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusTraverseManager.java index 52a28ac6b..40f5cf4b6 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusTraverseManager.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FocusTraverseManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FrameBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FrameBorder.java index 8ea4994d3..66cb66f72 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FrameBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FrameBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformFigure.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformFigure.java index 5ebe67fed..07b55ed5c 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformFigure.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformHelper.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformHelper.java index 1dd4274b5..b282555fe 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformHelper.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformLayer.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformLayer.java index 5cd71d841..8095d9ac7 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformLayer.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformLayer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformLayeredPane.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformLayeredPane.java index 55ee2569e..13fe2d42d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformLayeredPane.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformLayeredPane.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformLayout.java index ef50148ee..6cd66745b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformListener.java index f5bb1c517..6841e60b0 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformViewport.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformViewport.java index b89860f87..b6062d5f9 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformViewport.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/FreeformViewport.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/GhostImageFigure.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/GhostImageFigure.java index 60074d892..55a11f86a 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/GhostImageFigure.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/GhostImageFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Research Group Software Construction, diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Graphics.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Graphics.java index 823a45adb..a8fd7d6d0 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Graphics.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Graphics.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/GraphicsSource.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/GraphicsSource.java index 43376ddc3..abb13fc00 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/GraphicsSource.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/GraphicsSource.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/GridData.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/GridData.java index d3bc6fe18..5fd3af87c 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/GridData.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/GridData.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/GridLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/GridLayout.java index 60520c06e..62cd040ce 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/GridLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/GridLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/GroupBoxBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/GroupBoxBorder.java index 02c9f2436..4240fe4c5 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/GroupBoxBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/GroupBoxBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/IClippingStrategy.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/IClippingStrategy.java index d1629841d..9009df2d4 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/IClippingStrategy.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/IClippingStrategy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Research Group Software Construction, diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/IFigure.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/IFigure.java index 72b1d8fa0..7a35961c3 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/IFigure.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/IFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/IImageFigure.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/IImageFigure.java index b66df5c03..675c142b7 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/IImageFigure.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/IImageFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/IScalablePane.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/IScalablePane.java index 637ba3398..5b3ba8edf 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/IScalablePane.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/IScalablePane.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2022 Johannes Kepler University Linz and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alois Zoitl - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/IScrollableFigure.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/IScrollableFigure.java index a9d571467..805f7457b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/IScrollableFigure.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/IScrollableFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Research Group Software Construction, diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ImageFigure.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ImageFigure.java index a4e29a45e..956df9c38 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ImageFigure.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ImageFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ImageUtilities.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ImageUtilities.java index 93684d95a..47811ffbd 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ImageUtilities.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ImageUtilities.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2011 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java index 4664918ba..f153ee70b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/KeyEvent.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/KeyEvent.java index cbeb8cd23..03c693e4f 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/KeyEvent.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/KeyEvent.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/KeyListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/KeyListener.java index 43455cbf6..3296a87e8 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/KeyListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/KeyListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Label.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Label.java index fc264e6bf..dda4fadb3 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Label.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Label.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/LabelAnchor.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/LabelAnchor.java index 28b3243b9..8462380bc 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/LabelAnchor.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/LabelAnchor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/LabeledBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/LabeledBorder.java index 8987de520..d7b3d5696 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/LabeledBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/LabeledBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/LabeledContainer.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/LabeledContainer.java index 3e3dd07a0..be57cfebe 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/LabeledContainer.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/LabeledContainer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Layer.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Layer.java index 167618439..60aca0bb2 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Layer.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Layer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/LayeredPane.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/LayeredPane.java index 229af3148..3b37865a7 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/LayeredPane.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/LayeredPane.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/LayoutAnimator.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/LayoutAnimator.java index 37a83e4c7..01b9d4fbc 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/LayoutAnimator.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/LayoutAnimator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/LayoutListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/LayoutListener.java index 9281bd562..e75551e52 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/LayoutListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/LayoutListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/LayoutManager.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/LayoutManager.java index 7a076d128..9c4e66b8c 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/LayoutManager.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/LayoutManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/LightweightSystem.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/LightweightSystem.java index 51422a7f2..41809d43d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/LightweightSystem.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/LightweightSystem.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/LineBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/LineBorder.java index ac1eb388a..0268c1bc3 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/LineBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/LineBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Locator.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Locator.java index bb1589c78..20ad46287 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Locator.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Locator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ManhattanConnectionRouter.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ManhattanConnectionRouter.java index dd28224c7..efae10fae 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ManhattanConnectionRouter.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ManhattanConnectionRouter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/MarginBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/MarginBorder.java index d92ba9c88..31df0b569 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/MarginBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/MarginBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/MidpointLocator.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/MidpointLocator.java index 5d728359a..901307efd 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/MidpointLocator.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/MidpointLocator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseEvent.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseEvent.java index 7aecc9edf..dfa5bc202 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseEvent.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseEvent.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseListener.java index f419d06cc..d10446f11 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseMotionListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseMotionListener.java index 1ec020d58..5d090cf66 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseMotionListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseMotionListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/NativeGraphicsSource.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/NativeGraphicsSource.java index dc34c9362..58ec09837 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/NativeGraphicsSource.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/NativeGraphicsSource.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/OrderedLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/OrderedLayout.java index ad4dd8eac..599ee4c6e 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/OrderedLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/OrderedLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2011 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Orientable.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Orientable.java index e319d1a23..a264e127a 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Orientable.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Orientable.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Panel.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Panel.java index 5809e1d1e..93d8295af 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Panel.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Panel.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Polygon.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Polygon.java index a146e8236..9081b4c70 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Polygon.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Polygon.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/PolygonDecoration.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/PolygonDecoration.java index 16a81ff7a..582f00232 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/PolygonDecoration.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/PolygonDecoration.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/PolygonShape.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/PolygonShape.java index fe9221361..c4f369f5a 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/PolygonShape.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/PolygonShape.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alexander Shatalin (Borland) - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Polyline.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Polyline.java index 11fdee7ee..c1eaaee64 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Polyline.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Polyline.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/PolylineConnection.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/PolylineConnection.java index 0d5b39945..49fa916d3 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/PolylineConnection.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/PolylineConnection.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/PolylineDecoration.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/PolylineDecoration.java index e6f7cd065..dc09166d3 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/PolylineDecoration.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/PolylineDecoration.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/PolylineShape.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/PolylineShape.java index dcebd5555..231a920c2 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/PolylineShape.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/PolylineShape.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alexander Shatalin (Borland) - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/PopUpHelper.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/PopUpHelper.java index 858ea09df..201393572 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/PopUpHelper.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/PopUpHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/PositionConstants.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/PositionConstants.java index f91710dd2..df9c9c7ea 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/PositionConstants.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/PositionConstants.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/PrintFigureOperation.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/PrintFigureOperation.java index 1e60ed5a0..fde08c3ee 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/PrintFigureOperation.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/PrintFigureOperation.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/PrintOperation.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/PrintOperation.java index 7e38b6fd5..925fab9cd 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/PrintOperation.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/PrintOperation.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/PrinterGraphics.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/PrinterGraphics.java index ccf6bb775..666b403de 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/PrinterGraphics.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/PrinterGraphics.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/PuristicScrollPane.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/PuristicScrollPane.java index e1b9e7ebb..bb3efa3ac 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/PuristicScrollPane.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/PuristicScrollPane.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Research Group Software Construction, diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/RangeModel.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/RangeModel.java index 4123eba77..5cbe70364 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/RangeModel.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/RangeModel.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/RectangleFigure.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/RectangleFigure.java index b7ca05bf1..69b2d1573 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/RectangleFigure.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/RectangleFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/RelativeBendpoint.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/RelativeBendpoint.java index 7f9660b22..4ef47ecf0 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/RelativeBendpoint.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/RelativeBendpoint.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/RelativeLocator.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/RelativeLocator.java index caf11ca72..9b70ea51e 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/RelativeLocator.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/RelativeLocator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/RotatableDecoration.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/RotatableDecoration.java index 080cd82a6..a285cc3dd 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/RotatableDecoration.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/RotatableDecoration.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/RoundedRectangle.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/RoundedRectangle.java index d64ac8668..8ebc74adc 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/RoundedRectangle.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/RoundedRectangle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/RoundedRectangleAnchor.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/RoundedRectangleAnchor.java index bfd74d77b..01cb0c42f 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/RoundedRectangleAnchor.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/RoundedRectangleAnchor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.de) - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * itemis AG - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/RoutingAnimator.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/RoutingAnimator.java index d45d17446..ebda9aeb9 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/RoutingAnimator.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/RoutingAnimator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/RoutingListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/RoutingListener.java index 028dc3b02..0dca65ae6 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/RoutingListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/RoutingListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/SWTEventDispatcher.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/SWTEventDispatcher.java index fff2394eb..2b36d7cef 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/SWTEventDispatcher.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/SWTEventDispatcher.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalableFigure.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalableFigure.java index 0bf947eb8..9b0b88528 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalableFigure.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalableFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalableFreeformLayeredPane.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalableFreeformLayeredPane.java index 8db2e936b..eb69c79a6 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalableFreeformLayeredPane.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalableFreeformLayeredPane.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalableLayeredPane.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalableLayeredPane.java index 087f3a51d..5ba2ad31d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalableLayeredPane.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalableLayeredPane.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalablePolygonShape.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalablePolygonShape.java index d82851c58..41822ab2d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalablePolygonShape.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScalablePolygonShape.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alexander Shatalin (Borland) - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScaledGraphics.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScaledGraphics.java index 01c561219..5cbeaab47 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScaledGraphics.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScaledGraphics.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/SchemeBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/SchemeBorder.java index bf9496003..86ab23848 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/SchemeBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/SchemeBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollBar.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollBar.java index f3edf4b02..8957a88ab 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollBar.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollBar.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollBarLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollBarLayout.java index 3d55faac8..1a4b4d2f1 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollBarLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollBarLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPane.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPane.java index 97802b82d..77f4a6666 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPane.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPane.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPaneLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPaneLayout.java index 19aa39728..56fdb9e69 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPaneLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPaneLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPaneSolver.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPaneSolver.java index 18abe18ff..265eca3c5 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPaneSolver.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPaneSolver.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Shape.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Shape.java index 9216f7dfb..170c7348f 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Shape.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Shape.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ShortestPathConnectionRouter.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ShortestPathConnectionRouter.java index eef7b8562..c2e5a7857 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ShortestPathConnectionRouter.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ShortestPathConnectionRouter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/SimpleEtchedBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/SimpleEtchedBorder.java index 2122abfa0..3a83b0b36 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/SimpleEtchedBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/SimpleEtchedBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/SimpleLoweredBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/SimpleLoweredBorder.java index 7046cbf3d..cb268d37a 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/SimpleLoweredBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/SimpleLoweredBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/SimpleRaisedBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/SimpleRaisedBorder.java index 5a65555a9..b4678a921 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/SimpleRaisedBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/SimpleRaisedBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/StackLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/StackLayout.java index e3f4636bc..31b2623b8 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/StackLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/StackLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/SubordinateUpdateManager.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/SubordinateUpdateManager.java index c95ef9721..bceda3272 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/SubordinateUpdateManager.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/SubordinateUpdateManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/TextUtilities.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/TextUtilities.java index 7c214d234..7151fc202 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/TextUtilities.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/TextUtilities.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/TitleBarBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/TitleBarBorder.java index 881d94b73..ef679f682 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/TitleBarBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/TitleBarBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Toggle.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Toggle.java index 2a4540fd4..53f3fa0b3 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Toggle.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Toggle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ToggleButton.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ToggleButton.java index 21c6b5e54..061b0fe9f 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ToggleButton.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ToggleButton.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ToggleModel.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ToggleModel.java index a5298fee1..1d12a477e 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ToggleModel.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ToggleModel.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ToolTipHelper.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ToolTipHelper.java index 42b94c373..ea848ed46 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ToolTipHelper.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ToolTipHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2011 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ToolbarLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ToolbarLayout.java index d99ce7437..60e3d8f0b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ToolbarLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ToolbarLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/TreeSearch.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/TreeSearch.java index 02299148d..d1ecf655d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/TreeSearch.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/TreeSearch.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Triangle.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Triangle.java index df3d59a5d..805e4df11 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Triangle.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Triangle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/UpdateListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/UpdateListener.java index b885d25c2..811065f66 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/UpdateListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/UpdateListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/UpdateManager.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/UpdateManager.java index d0c83133a..8cc4059d3 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/UpdateManager.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/UpdateManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/Viewport.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/Viewport.java index 74b2f946d..89cc16785 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/Viewport.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/Viewport.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ViewportAwareConnectionLayerClippingStrategy.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ViewportAwareConnectionLayerClippingStrategy.java index c8f2fc88e..66f6e90af 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ViewportAwareConnectionLayerClippingStrategy.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ViewportAwareConnectionLayerClippingStrategy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ViewportLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ViewportLayout.java index ddf407266..1cfc9b6b4 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ViewportLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ViewportLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/ViewportUtilities.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/ViewportUtilities.java index 00629cb32..b0946259a 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/ViewportUtilities.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/ViewportUtilities.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Research Group Software Construction, diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/XYAnchor.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/XYAnchor.java index fc9c05847..badab022b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/XYAnchor.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/XYAnchor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/XYLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/XYLayout.java index 0dfdfc232..c28d7ec05 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/XYLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/XYLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Dimension.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Dimension.java index 5f8814810..c036ec197 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Dimension.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Dimension.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Geometry.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Geometry.java index 9e77864e0..66631f8cf 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Geometry.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Geometry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Insets.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Insets.java index 0e83fdeca..d7fb033c9 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Insets.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Insets.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Interval.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Interval.java index 497f8927e..cbcf2ad5d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Interval.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Interval.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2011, 2023 Google, Inc. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Google, Inc. - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Point.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Point.java index b647799f9..60d4d464a 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Point.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Point.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PointList.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PointList.java index 1e08335d5..203f7d537 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PointList.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PointList.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionDimension.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionDimension.java index 9de2ca0d5..867448c17 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionDimension.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionDimension.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionGeometry.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionGeometry.java index 8fe981b83..832149454 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionGeometry.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionGeometry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alexander Nyßen (itemis AG) - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionPoint.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionPoint.java index b856a89c2..d9b7ced3e 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionPoint.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionPoint.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java index 80140e2a2..e45583b2d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Ray.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Ray.java index 2b1f68b71..ca1f64576 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Ray.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Ray.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ package org.eclipse.draw2d.geometry; diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Rectangle.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Rectangle.java index cce15de9b..8f30b2f6a 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Rectangle.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Rectangle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Straight.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Straight.java index 46dd71010..9f2a5187d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Straight.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Straight.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 Research Group Software Construction, RWTH Aachen University and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alexander Nyßen (Research Group Software Contruction, RWTH Aachen University) - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Transform.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Transform.java index 96cf28b27..0b4c91ff2 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Transform.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Transform.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Translatable.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Translatable.java index bd50e5057..cb5d25d40 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Translatable.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Translatable.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Transposer.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Transposer.java index a10b9196c..b396bb942 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Transposer.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Transposer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Vector.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Vector.java index 27409aaaf..322f33a85 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Vector.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Vector.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/BreakCycles.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/BreakCycles.java index 51dc06dc6..b5b168de6 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/BreakCycles.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/BreakCycles.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Cell.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Cell.java index 6c2abc732..70035e827 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Cell.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Cell.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CollapsedEdges.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CollapsedEdges.java index 75528c87e..4ea31289a 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CollapsedEdges.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CollapsedEdges.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundBreakCycles.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundBreakCycles.java index b6ba8651a..a315cb700 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundBreakCycles.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundBreakCycles.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundDirectedGraph.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundDirectedGraph.java index c2aad32c4..037a97d26 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundDirectedGraph.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundDirectedGraph.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundDirectedGraphLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundDirectedGraphLayout.java index 89908f065..158812842 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundDirectedGraphLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundDirectedGraphLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundHorizontalPlacement.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundHorizontalPlacement.java index dfb06f273..2f1d1d535 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundHorizontalPlacement.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundHorizontalPlacement.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundPopulateRanks.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundPopulateRanks.java index ccdd011ad..ed5e12604 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundPopulateRanks.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundPopulateRanks.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundRankSorter.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundRankSorter.java index 6fe047ddc..e5cbf7edd 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundRankSorter.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundRankSorter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundTransposeMetrics.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundTransposeMetrics.java index b8e2fbbbf..3af87cad5 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundTransposeMetrics.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundTransposeMetrics.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundVerticalPlacement.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundVerticalPlacement.java index e20c6d4da..47768b499 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundVerticalPlacement.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/CompoundVerticalPlacement.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/ConvertCompoundGraph.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/ConvertCompoundGraph.java index 78f841928..3312438ca 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/ConvertCompoundGraph.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/ConvertCompoundGraph.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/DirectedGraph.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/DirectedGraph.java index 8806f844e..10332bd97 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/DirectedGraph.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/DirectedGraph.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/DirectedGraphLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/DirectedGraphLayout.java index 63a3c18aa..4263a1bea 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/DirectedGraphLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/DirectedGraphLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Edge.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Edge.java index 4ab8f7339..11f73a562 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Edge.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Edge.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/EdgeList.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/EdgeList.java index f9bbb3135..928282270 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/EdgeList.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/EdgeList.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/GraphUtilities.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/GraphUtilities.java index 55c55cae1..595b60b29 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/GraphUtilities.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/GraphUtilities.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/GraphVisitor.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/GraphVisitor.java index 2c22d4e4d..335c495d0 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/GraphVisitor.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/GraphVisitor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/HorizontalPlacement.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/HorizontalPlacement.java index 6211b1d98..1b0c17034 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/HorizontalPlacement.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/HorizontalPlacement.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/InitialRankSolver.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/InitialRankSolver.java index 3ebf36e67..d8ff65f31 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/InitialRankSolver.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/InitialRankSolver.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/InvertEdges.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/InvertEdges.java index 6003e25d9..075819c76 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/InvertEdges.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/InvertEdges.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/LocalOptimizer.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/LocalOptimizer.java index 0e0c4745b..17c03b963 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/LocalOptimizer.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/LocalOptimizer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/MinCross.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/MinCross.java index aac1ebee9..cf1cfe969 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/MinCross.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/MinCross.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NestingTree.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NestingTree.java index c432eafa6..68fd44aa7 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NestingTree.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NestingTree.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Node.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Node.java index aa11be1af..62e8b9d5c 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Node.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Node.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodeCluster.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodeCluster.java index ecfe04780..86d965db9 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodeCluster.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodeCluster.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodeList.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodeList.java index 2b8472893..31628346d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodeList.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodeList.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodePair.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodePair.java index cca2952fc..8154716f6 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodePair.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodePair.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Obstacle.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Obstacle.java index 93553d676..8aa845856 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Obstacle.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Obstacle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Path.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Path.java index 5de6a6bcc..53dfc8fae 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Path.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Path.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/PopulateRanks.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/PopulateRanks.java index 160118664..e608fed20 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/PopulateRanks.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/PopulateRanks.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Rank.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Rank.java index 380f35f84..c1fd00f8e 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Rank.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Rank.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RankAssignmentSolver.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RankAssignmentSolver.java index f79a324d7..7bb614958 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RankAssignmentSolver.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RankAssignmentSolver.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RankList.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RankList.java index 2a65f2e6b..9478b487e 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RankList.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RankList.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RankSorter.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RankSorter.java index ff0229b0b..2a54a57aa 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RankSorter.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RankSorter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RevertableChange.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RevertableChange.java index 38fa6d405..05cd77c57 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RevertableChange.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RevertableChange.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RouteEdges.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RouteEdges.java index 4164ee32f..58a11794d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RouteEdges.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/RouteEdges.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Segment.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Segment.java index 89bd55c9e..5760b97a2 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Segment.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Segment.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/ShortestPathRouter.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/ShortestPathRouter.java index 9d6071bba..11e36bb6b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/ShortestPathRouter.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/ShortestPathRouter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SortSubgraphs.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SortSubgraphs.java index 812f7ff7a..fb309a42a 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SortSubgraphs.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SortSubgraphs.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SpanningTreeVisitor.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SpanningTreeVisitor.java index e592c8098..abc4dc072 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SpanningTreeVisitor.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SpanningTreeVisitor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Subgraph.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Subgraph.java index 72262c318..32dd6ecbb 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Subgraph.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Subgraph.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SubgraphBoundary.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SubgraphBoundary.java index ecc053b98..422fece55 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SubgraphBoundary.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SubgraphBoundary.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/TightSpanningTreeSolver.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/TightSpanningTreeSolver.java index 1297434fb..dd602c046 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/TightSpanningTreeSolver.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/TightSpanningTreeSolver.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/TransposeMetrics.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/TransposeMetrics.java index c18b77b4e..9a1a643f8 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/TransposeMetrics.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/TransposeMetrics.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Vertex.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Vertex.java index 0921a1942..438b9aa84 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Vertex.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Vertex.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VerticalPlacement.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VerticalPlacement.java index 7d963fb05..bed2afc7b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VerticalPlacement.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VerticalPlacement.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VirtualNode.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VirtualNode.java index a7db797a8..7ba850b5e 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VirtualNode.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VirtualNode.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VirtualNodeCreation.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VirtualNodeCreation.java index 72a94a53e..36c94277c 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VirtualNodeCreation.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VirtualNodeCreation.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/internal/MultiValueMap.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/internal/MultiValueMap.java index f0e4a06bf..887c0e0b9 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/internal/MultiValueMap.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/internal/MultiValueMap.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/parts/ScrollableThumbnail.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/parts/ScrollableThumbnail.java index 8e2a3f933..d191d8ba6 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/parts/ScrollableThumbnail.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/parts/ScrollableThumbnail.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/parts/Thumbnail.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/parts/Thumbnail.java index c35fd884a..3889a7662 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/parts/Thumbnail.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/parts/Thumbnail.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/AbstractFlowBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/AbstractFlowBorder.java index 45c5f58f3..a5c62bd7a 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/AbstractFlowBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/AbstractFlowBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BidiChars.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BidiChars.java index 36132d4bb..b0b50de8d 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BidiChars.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BidiChars.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BidiInfo.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BidiInfo.java index a343cee0c..4aa7c3ec4 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BidiInfo.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BidiInfo.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BidiProcessor.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BidiProcessor.java index 0110c056f..c42a39fce 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BidiProcessor.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BidiProcessor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BlockBox.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BlockBox.java index eb4f329ef..5f8e71e8c 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BlockBox.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BlockBox.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BlockFlow.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BlockFlow.java index e7ba975b0..0b190d92f 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BlockFlow.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BlockFlow.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BlockFlowLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BlockFlowLayout.java index a4729ed66..1efb74338 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BlockFlowLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/BlockFlowLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/CaretInfo.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/CaretInfo.java index ce290b61f..fb9ba846a 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/CaretInfo.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/CaretInfo.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/CompositeBox.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/CompositeBox.java index 5f97d3943..42f0d95d3 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/CompositeBox.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/CompositeBox.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/ContentBox.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/ContentBox.java index 58a241ba6..54bf586bf 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/ContentBox.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/ContentBox.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowAdapter.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowAdapter.java index affd5b7ba..5752806b2 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowAdapter.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowAdapter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowBorder.java index 7cfef488d..44dbfe3d0 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowBox.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowBox.java index 7854958a4..0925f417c 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowBox.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowBox.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowContainerLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowContainerLayout.java index 48830af16..ec2052fc0 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowContainerLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowContainerLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowContext.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowContext.java index 88d2f144c..ef015fcd1 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowContext.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowContext.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowFigure.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowFigure.java index efe849bf9..199d9b99e 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowFigure.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowFigureLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowFigureLayout.java index bd8caffc3..50c3c36e8 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowFigureLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowFigureLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowPage.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowPage.java index a6dc644ec..8f303db7f 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowPage.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowPage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowUtilities.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowUtilities.java index 0a6910bc0..d9e4a88f9 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowUtilities.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/FlowUtilities.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/InlineFlow.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/InlineFlow.java index e4defe50e..c07c4826f 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/InlineFlow.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/InlineFlow.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/InlineFlowLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/InlineFlowLayout.java index 5108ad926..7fbce452b 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/InlineFlowLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/InlineFlowLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/LineBox.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/LineBox.java index 6261d98d1..7d935d0f1 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/LineBox.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/LineBox.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/LineRoot.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/LineRoot.java index d9a5e7d3c..355dee428 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/LineRoot.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/LineRoot.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/NestedLine.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/NestedLine.java index 68ccd7620..267a199e0 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/NestedLine.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/NestedLine.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/PageFlowLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/PageFlowLayout.java index 5be9fa6ae..25b4223f6 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/PageFlowLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/PageFlowLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/ParagraphTextLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/ParagraphTextLayout.java index 515072208..6026b60a9 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/ParagraphTextLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/ParagraphTextLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/SimpleTextLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/SimpleTextLayout.java index d2217f9e5..3802222c0 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/SimpleTextLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/SimpleTextLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/TextFlow.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/TextFlow.java index 9fb184772..642d9ed29 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/TextFlow.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/TextFlow.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/TextFragmentBox.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/TextFragmentBox.java index 4c0f88d00..79db8e0db 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/TextFragmentBox.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/TextFragmentBox.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/TextLayout.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/TextLayout.java index 04d847c5a..d3eef2edf 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/text/TextLayout.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/text/TextLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/widgets/ImageBorder.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/widgets/ImageBorder.java index d779501f7..58e546549 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/widgets/ImageBorder.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/widgets/ImageBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/widgets/MultiLineLabel.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/widgets/MultiLineLabel.java index af3ac127f..48496d180 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/widgets/MultiLineLabel.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/widgets/MultiLineLabel.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/AbstractZoomManager.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/AbstractZoomManager.java index e550b2999..d772c77ab 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/AbstractZoomManager.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/AbstractZoomManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/DefaultScrollPolicy.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/DefaultScrollPolicy.java index c5c07dcd6..82dd56ce9 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/DefaultScrollPolicy.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/DefaultScrollPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2022 Johannes Kepler University Linz - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alois Zoitl - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/IZoomScrollPolicy.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/IZoomScrollPolicy.java index f1c6a8775..9ed4b2d67 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/IZoomScrollPolicy.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/IZoomScrollPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2022 Johannes Kepler University Linz - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alois Zoitl - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/MouseLocationZoomScrollPolicy.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/MouseLocationZoomScrollPolicy.java index d1e4fe68b..4f8a46cfa 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/MouseLocationZoomScrollPolicy.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/MouseLocationZoomScrollPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2022 Johannes Kepler University Linz - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Alois Zoitl - initial API and implementation diff --git a/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/ZoomListener.java b/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/ZoomListener.java index 4e1ff334c..7ebf7f925 100644 --- a/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/ZoomListener.java +++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/zoom/ZoomListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/editor/Digraph1GraphicalEditor.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/editor/Digraph1GraphicalEditor.java index 0422dc2c2..3f660365a 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/editor/Digraph1GraphicalEditor.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/editor/Digraph1GraphicalEditor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/editpart/Digraph1GraphEditPart.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/editpart/Digraph1GraphEditPart.java index c87a02636..d4ffad907 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/editpart/Digraph1GraphEditPart.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/editpart/Digraph1GraphEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/editpart/Digraph1NodeEditPart.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/editpart/Digraph1NodeEditPart.java index 6c0b824fc..5a904ad5c 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/editpart/Digraph1NodeEditPart.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/editpart/Digraph1NodeEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/factory/Digraph1EditPartFactory.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/factory/Digraph1EditPartFactory.java index b99d0dec0..0d614243a 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/factory/Digraph1EditPartFactory.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/factory/Digraph1EditPartFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/figure/Digraph1NodeFigure.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/figure/Digraph1NodeFigure.java index 704cd3207..6aa9ae08d 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/figure/Digraph1NodeFigure.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/figure/Digraph1NodeFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/model/Digraph1Graph.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/model/Digraph1Graph.java index 6daf5eace..9707897b5 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/model/Digraph1Graph.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/model/Digraph1Graph.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/model/Digraph1Node.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/model/Digraph1Node.java index 03818fa68..6f573adf7 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/model/Digraph1Node.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/model/Digraph1Node.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/policy/Digraph1XYLayoutEditPolicy.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/policy/Digraph1XYLayoutEditPolicy.java index 91948109d..0b35a9d7a 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/policy/Digraph1XYLayoutEditPolicy.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/policy/Digraph1XYLayoutEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1Application.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1Application.java index d19e5fcff..12ffe2808 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1Application.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1Application.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1Perspective.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1Perspective.java index 59a46f68a..5d23e28b7 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1Perspective.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1Perspective.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1WorkbenchAdvisor.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1WorkbenchAdvisor.java index 68b97811b..1382d9c19 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1WorkbenchAdvisor.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1WorkbenchAdvisor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1WorkbenchWindowAdvisor.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1WorkbenchWindowAdvisor.java index 6c7c87885..e9744eaec 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1WorkbenchWindowAdvisor.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/rcp/Digraph1WorkbenchWindowAdvisor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/view/Digraph1GraphicalView.java b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/view/Digraph1GraphicalView.java index 5604c25aa..b7d7449ed 100644 --- a/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/view/Digraph1GraphicalView.java +++ b/org.eclipse.gef.examples.digraph1/src/org/eclipse/gef/examples/digraph1/view/Digraph1GraphicalView.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editor/Digraph2GraphicalEditor.java b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editor/Digraph2GraphicalEditor.java index 180139556..ab735a00f 100644 --- a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editor/Digraph2GraphicalEditor.java +++ b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editor/Digraph2GraphicalEditor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editpart/Digraph2EdgeEditPart.java b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editpart/Digraph2EdgeEditPart.java index f945043ce..63c36a2e8 100644 --- a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editpart/Digraph2EdgeEditPart.java +++ b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editpart/Digraph2EdgeEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editpart/Digraph2GraphEditPart.java b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editpart/Digraph2GraphEditPart.java index 3f6d3182a..eb61ed9d1 100644 --- a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editpart/Digraph2GraphEditPart.java +++ b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editpart/Digraph2GraphEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editpart/Digraph2NodeEditPart.java b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editpart/Digraph2NodeEditPart.java index 85187b723..2382dbbcc 100644 --- a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editpart/Digraph2NodeEditPart.java +++ b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/editpart/Digraph2NodeEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/factory/Digraph2EditPartFactory.java b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/factory/Digraph2EditPartFactory.java index 69ae22f66..a63c3c41f 100644 --- a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/factory/Digraph2EditPartFactory.java +++ b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/factory/Digraph2EditPartFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/figure/Digraph2ConnectionAnchor.java b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/figure/Digraph2ConnectionAnchor.java index 5a15d3cc6..12dec0323 100644 --- a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/figure/Digraph2ConnectionAnchor.java +++ b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/figure/Digraph2ConnectionAnchor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/figure/Digraph2NodeFigure.java b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/figure/Digraph2NodeFigure.java index e95e8bd7e..652305f07 100644 --- a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/figure/Digraph2NodeFigure.java +++ b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/figure/Digraph2NodeFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/model/Digraph2Edge.java b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/model/Digraph2Edge.java index 06a130fb9..9a7873dbd 100644 --- a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/model/Digraph2Edge.java +++ b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/model/Digraph2Edge.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/model/Digraph2Graph.java b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/model/Digraph2Graph.java index ec9bb4ddc..889fb7895 100644 --- a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/model/Digraph2Graph.java +++ b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/model/Digraph2Graph.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/model/Digraph2Node.java b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/model/Digraph2Node.java index f2b4337d4..2e8d585fc 100644 --- a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/model/Digraph2Node.java +++ b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/model/Digraph2Node.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/policy/Digraph2ConnectionEditPolicy.java b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/policy/Digraph2ConnectionEditPolicy.java index 841beefd6..c6d19bb60 100644 --- a/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/policy/Digraph2ConnectionEditPolicy.java +++ b/org.eclipse.gef.examples.digraph2/src/org/eclipse/gef/examples/digraph2/policy/Digraph2ConnectionEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/FlowEditorPaletteFactory.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/FlowEditorPaletteFactory.java index 96fd114c2..0397cec4e 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/FlowEditorPaletteFactory.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/FlowEditorPaletteFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/FlowImages.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/FlowImages.java index 699e49a4e..cb49ec393 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/FlowImages.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/FlowImages.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/FlowPlugin.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/FlowPlugin.java index 0b75c4800..2c23edeea 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/FlowPlugin.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/FlowPlugin.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/actions/FlowActionBarContributor.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/actions/FlowActionBarContributor.java index 52f79c94e..50da89f9f 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/actions/FlowActionBarContributor.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/actions/FlowActionBarContributor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/actions/FlowContextMenuProvider.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/actions/FlowContextMenuProvider.java index 7fb53b7be..8502d65c3 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/actions/FlowContextMenuProvider.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/actions/FlowContextMenuProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/EndTag.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/EndTag.java index fe4cafa70..435faba4e 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/EndTag.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/EndTag.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/ParallelActivityFigure.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/ParallelActivityFigure.java index f06df3ca3..7b91db119 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/ParallelActivityFigure.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/ParallelActivityFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/SequentialActivityFigure.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/SequentialActivityFigure.java index ef0c69b5d..afe634dfb 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/SequentialActivityFigure.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/SequentialActivityFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/SimpleActivityLabel.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/SimpleActivityLabel.java index 1deaa42bc..4acdf18ef 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/SimpleActivityLabel.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/SimpleActivityLabel.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/StartTag.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/StartTag.java index ad7ff78b2..ab8f45a50 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/StartTag.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/StartTag.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/SubgraphFigure.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/SubgraphFigure.java index 54509e2c4..e1d9deae4 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/SubgraphFigure.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/figures/SubgraphFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/Activity.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/Activity.java index 625a5462c..d7fea07c2 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/Activity.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/Activity.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/ActivityDiagram.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/ActivityDiagram.java index eedb2110b..cd09279fa 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/ActivityDiagram.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/ActivityDiagram.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/FlowElement.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/FlowElement.java index 09f111183..ad6427f2f 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/FlowElement.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/FlowElement.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/ParallelActivity.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/ParallelActivity.java index d0f2c6bd9..d65c57226 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/ParallelActivity.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/ParallelActivity.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/SequentialActivity.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/SequentialActivity.java index 27617c8c1..b086db29e 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/SequentialActivity.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/SequentialActivity.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/StructuredActivity.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/StructuredActivity.java index 716fdf558..c4ca7fa13 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/StructuredActivity.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/StructuredActivity.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/Transition.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/Transition.java index 6607d30d5..c98611057 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/Transition.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/Transition.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/AddAndAssignSourceCommand.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/AddAndAssignSourceCommand.java index c37c0ec09..a84e592c2 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/AddAndAssignSourceCommand.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/AddAndAssignSourceCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/AddCommand.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/AddCommand.java index e54a9610b..4734b345a 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/AddCommand.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/AddCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/ConnectionCreateCommand.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/ConnectionCreateCommand.java index e3befd418..1e26fb12c 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/ConnectionCreateCommand.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/ConnectionCreateCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/CreateAndAssignSourceCommand.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/CreateAndAssignSourceCommand.java index d4609e3ca..07ad06c6c 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/CreateAndAssignSourceCommand.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/CreateAndAssignSourceCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/CreateCommand.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/CreateCommand.java index 8863872be..5c59a722c 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/CreateCommand.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/CreateCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/DeleteCommand.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/DeleteCommand.java index db67d2b73..e2a7a70e7 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/DeleteCommand.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/DeleteCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/DeleteConnectionCommand.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/DeleteConnectionCommand.java index 43a198b02..dc1acbb21 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/DeleteConnectionCommand.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/DeleteConnectionCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/OrphanChildCommand.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/OrphanChildCommand.java index 48377bf8e..79b5773ab 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/OrphanChildCommand.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/OrphanChildCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/ReconnectSourceCommand.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/ReconnectSourceCommand.java index dd7748ea1..32574d96b 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/ReconnectSourceCommand.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/ReconnectSourceCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/ReconnectTargetCommand.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/ReconnectTargetCommand.java index 3f3516c89..b8fd9c8fa 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/ReconnectTargetCommand.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/ReconnectTargetCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/RenameActivityCommand.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/RenameActivityCommand.java index 9abcada16..ee01088b8 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/RenameActivityCommand.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/RenameActivityCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/SplitTransitionCommand.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/SplitTransitionCommand.java index 07fcdf030..b11d0cc57 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/SplitTransitionCommand.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/model/commands/SplitTransitionCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityCellEditorLocator.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityCellEditorLocator.java index eed688ae2..8f586913a 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityCellEditorLocator.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityCellEditorLocator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityDiagramPart.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityDiagramPart.java index 904e6c4b6..d2e1e9db5 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityDiagramPart.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityDiagramPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityDirectEditManager.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityDirectEditManager.java index 93b52f89e..c1b43072e 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityDirectEditManager.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityDirectEditManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityPart.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityPart.java index aad9926c6..f99dd7fb8 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityPart.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityPartFactory.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityPartFactory.java index 8165942e7..f0f349408 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityPartFactory.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ActivityPartFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/BottomAnchor.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/BottomAnchor.java index 81900b599..d29612e3f 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/BottomAnchor.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/BottomAnchor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/DummyLayout.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/DummyLayout.java index 045feb9a6..d4f2d831a 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/DummyLayout.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/DummyLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/GraphAnimation.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/GraphAnimation.java index f3ae72b0c..3d3a87ec0 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/GraphAnimation.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/GraphAnimation.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/GraphLayoutManager.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/GraphLayoutManager.java index 8887540d1..33821e4e4 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/GraphLayoutManager.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/GraphLayoutManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ParallelActivityPart.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ParallelActivityPart.java index 175bad5a1..79f6af7e5 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ParallelActivityPart.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/ParallelActivityPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/SequentialActivityPart.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/SequentialActivityPart.java index fc242b60a..aab9867d3 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/SequentialActivityPart.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/SequentialActivityPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/SimpleActivityPart.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/SimpleActivityPart.java index 30252586a..5e83ba00c 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/SimpleActivityPart.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/SimpleActivityPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/StructuredActivityPart.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/StructuredActivityPart.java index 2743c77ac..bb8bd73dd 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/StructuredActivityPart.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/StructuredActivityPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/TopAnchor.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/TopAnchor.java index bc2dbd165..6a5868cae 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/TopAnchor.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/TopAnchor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/TransitionPart.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/TransitionPart.java index bd47a2336..d2d55e10a 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/TransitionPart.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/parts/TransitionPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityContainerEditPolicy.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityContainerEditPolicy.java index b1016c8ce..2ab61fef8 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityContainerEditPolicy.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityContainerEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityContainerHighlightEditPolicy.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityContainerHighlightEditPolicy.java index 99099316b..3722139f4 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityContainerHighlightEditPolicy.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityContainerHighlightEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityDirectEditPolicy.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityDirectEditPolicy.java index 7d53cf24c..23d2c8994 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityDirectEditPolicy.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityDirectEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityEditPolicy.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityEditPolicy.java index 6fd6a7ee3..418ef4631 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityEditPolicy.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityNodeEditPolicy.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityNodeEditPolicy.java index bd2756eae..fdc34e803 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityNodeEditPolicy.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivityNodeEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivitySourceEditPolicy.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivitySourceEditPolicy.java index 296a18d6b..3074b6a42 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivitySourceEditPolicy.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/ActivitySourceEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/SimpleActivitySelectionEditPolicy.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/SimpleActivitySelectionEditPolicy.java index 259f86595..29529450b 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/SimpleActivitySelectionEditPolicy.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/SimpleActivitySelectionEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/StructuredActivityDirectEditPolicy.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/StructuredActivityDirectEditPolicy.java index d478ce95f..f6bebbb02 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/StructuredActivityDirectEditPolicy.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/StructuredActivityDirectEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/StructuredActivityLayoutEditPolicy.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/StructuredActivityLayoutEditPolicy.java index d75664ddf..aa397aa37 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/StructuredActivityLayoutEditPolicy.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/StructuredActivityLayoutEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/TransitionEditPolicy.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/TransitionEditPolicy.java index 56d1e36e2..c52fe3109 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/TransitionEditPolicy.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/policies/TransitionEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowCreationWizard.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowCreationWizard.java index e3aac8b11..2bec59f51 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowCreationWizard.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowCreationWizard.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowEditor.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowEditor.java index b20bd5388..8e3a63ea1 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowEditor.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowEditor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowWizardPage1.java b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowWizardPage1.java index aa7f6978b..8918c710d 100644 --- a/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowWizardPage1.java +++ b/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowWizardPage1.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicContextMenuProvider.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicContextMenuProvider.java index edbf8c7ac..d48f99453 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicContextMenuProvider.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicContextMenuProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicCreationWizard.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicCreationWizard.java index 39ea10a53..fae0df7c4 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicCreationWizard.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicCreationWizard.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicEditor.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicEditor.java index 2db15e049..05e05071c 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicEditor.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicEditor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicMessages.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicMessages.java index b11c95c17..cff63d9f5 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicMessages.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicMessages.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicPlugin.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicPlugin.java index ce127cf9a..c59019a9a 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicPlugin.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicPlugin.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicWizardPage1.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicWizardPage1.java index 914b5727e..584867b14 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicWizardPage1.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicWizardPage1.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/DecrementRetargetAction.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/DecrementRetargetAction.java index 271631635..842af2473 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/DecrementRetargetAction.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/DecrementRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/IncrementDecrementAction.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/IncrementDecrementAction.java index 16c92d8ad..6bd775525 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/IncrementDecrementAction.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/IncrementDecrementAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/IncrementRetargetAction.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/IncrementRetargetAction.java index d882c3bb5..90d1c1d5f 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/IncrementRetargetAction.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/IncrementRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/LogicActionBarContributor.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/LogicActionBarContributor.java index 009e4831e..a45db8ef1 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/LogicActionBarContributor.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/LogicActionBarContributor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/LogicPrintAction.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/LogicPrintAction.java index 78754d92c..327a36782 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/LogicPrintAction.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/LogicPrintAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/PrintModeDialog.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/PrintModeDialog.java index 007ab2a63..dd5dfb683 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/PrintModeDialog.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/PrintModeDialog.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/dnd/FileTransferDragSourceListener.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/dnd/FileTransferDragSourceListener.java index ce6c300cf..0c0a21b6a 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/dnd/FileTransferDragSourceListener.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/dnd/FileTransferDragSourceListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/dnd/TextTransferDropTargetListener.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/dnd/TextTransferDropTargetListener.java index fe5d81471..d07fd0190 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/dnd/TextTransferDropTargetListener.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/dnd/TextTransferDropTargetListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/CircuitEditPart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/CircuitEditPart.java index 8a28fb772..da606b4b9 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/CircuitEditPart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/CircuitEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/ContainerHighlightEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/ContainerHighlightEditPolicy.java index 472f3eb89..59e5f03c0 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/ContainerHighlightEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/ContainerHighlightEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/GateEditPart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/GateEditPart.java index 4d95610c4..61d52d6ab 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/GateEditPart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/GateEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/GraphicalPartFactory.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/GraphicalPartFactory.java index a80e0f9eb..9568e3653 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/GraphicalPartFactory.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/GraphicalPartFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LEDEditPart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LEDEditPart.java index 03538f9c0..8b04a9bf1 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LEDEditPart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LEDEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LEDEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LEDEditPolicy.java index 121966557..577a3d691 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LEDEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LEDEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LabelCellEditorLocator.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LabelCellEditorLocator.java index 8e00b5820..94c3f0cdd 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LabelCellEditorLocator.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LabelCellEditorLocator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LabelDirectEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LabelDirectEditPolicy.java index 09d66db86..ba43d65d1 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LabelDirectEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LabelDirectEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicContainerEditPart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicContainerEditPart.java index 536a8d7cd..624bdd189 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicContainerEditPart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicContainerEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicContainerEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicContainerEditPolicy.java index f64e14642..5b24b888c 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicContainerEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicContainerEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicContainerTreeEditPart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicContainerTreeEditPart.java index d7d38a683..6da5f3b3b 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicContainerTreeEditPart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicContainerTreeEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicDiagramEditPart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicDiagramEditPart.java index ed5cc170d..9caa4be33 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicDiagramEditPart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicDiagramEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicEditPart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicEditPart.java index 651cfeaed..5adf518fb 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicEditPart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicElementEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicElementEditPolicy.java index 8632ca8f7..ba143ced9 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicElementEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicElementEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicFlowContainerEditPart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicFlowContainerEditPart.java index 608989f0e..f2606b53f 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicFlowContainerEditPart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicFlowContainerEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicFlowEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicFlowEditPolicy.java index 04b644cf5..728a203c2 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicFlowEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicFlowEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditManager.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditManager.java index b04246f61..05e72ff98 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditManager.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditPart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditPart.java index ed71f0881..a696373a2 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditPart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditPolicy.java index 825d24a10..febd2b87c 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicNodeEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicNodeEditPolicy.java index 7db2998ed..5285eb4a2 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicNodeEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicNodeEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicResizableEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicResizableEditPolicy.java index 9ea906230..2ca7ed078 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicResizableEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicResizableEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeContainerEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeContainerEditPolicy.java index a6c0b8638..7459c4405 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeContainerEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeContainerEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeEditPart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeEditPart.java index 57a3954c4..46a7353c2 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeEditPart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeEditPolicy.java index 6397b23b3..4aed3bc1e 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicXYLayoutEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicXYLayoutEditPolicy.java index 1c238d08f..ca7aeec33 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicXYLayoutEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicXYLayoutEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2001, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/NativeDropRequest.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/NativeDropRequest.java index 49173a89e..5ac950e10 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/NativeDropRequest.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/NativeDropRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/OutputEditPart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/OutputEditPart.java index 2faa4a6fa..1a96e5413 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/OutputEditPart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/OutputEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/TreePartFactory.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/TreePartFactory.java index ce3ca019f..784cb1435 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/TreePartFactory.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/TreePartFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireBendpointEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireBendpointEditPolicy.java index 1f3840e38..14b876434 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireBendpointEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireBendpointEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPart.java index a94ad9fe4..c9bca5852 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPolicy.java index 4ced5d0d7..465bf2936 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEndpointEditPolicy.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEndpointEditPolicy.java index 94406121d..45884485b 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEndpointEditPolicy.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEndpointEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/AndGateFeedbackFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/AndGateFeedbackFigure.java index 8cabd8516..689c602a5 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/AndGateFeedbackFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/AndGateFeedbackFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/AndGateFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/AndGateFigure.java index 243ec2871..5bc1ac3c4 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/AndGateFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/AndGateFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/BentCornerFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/BentCornerFigure.java index f32fd97ab..37a4aba38 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/BentCornerFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/BentCornerFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitBorder.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitBorder.java index dc17bf850..96d40c7cd 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitBorder.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitFeedbackBorder.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitFeedbackBorder.java index c5cf3c369..15e1f58ac 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitFeedbackBorder.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitFeedbackBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitFeedbackFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitFeedbackFigure.java index a71061495..3fec79c70 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitFeedbackFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitFeedbackFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitFigure.java index 4a1d0e9ff..25ee429e0 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/CircuitFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/FigureFactory.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/FigureFactory.java index 53857a599..137abbeed 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/FigureFactory.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/FigureFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/FixedConnectionAnchor.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/FixedConnectionAnchor.java index 04540fa91..fbfce7c9c 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/FixedConnectionAnchor.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/FixedConnectionAnchor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/GateFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/GateFigure.java index a5a816cd2..e74ff5ea0 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/GateFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/GateFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/GroundFeedbackFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/GroundFeedbackFigure.java index 8a8388f5e..d2265fefd 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/GroundFeedbackFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/GroundFeedbackFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/GroundFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/GroundFigure.java index b069d1bb1..676330876 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/GroundFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/GroundFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LEDFeedbackFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LEDFeedbackFigure.java index cb73a6a45..39a1af343 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LEDFeedbackFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LEDFeedbackFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LEDFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LEDFigure.java index f49626cbd..36c057f0c 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LEDFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LEDFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LabelFeedbackFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LabelFeedbackFigure.java index e38dcbe99..14736477b 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LabelFeedbackFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LabelFeedbackFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LabelFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LabelFigure.java index 92f5e5120..a08bda129 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LabelFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LabelFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LiveOutputFeedbackFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LiveOutputFeedbackFigure.java index 9a35fc3df..580ec3de6 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LiveOutputFeedbackFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LiveOutputFeedbackFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LiveOutputFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LiveOutputFigure.java index 639e5f909..64b9ac4be 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LiveOutputFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LiveOutputFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicColorConstants.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicColorConstants.java index 55723aa8a..d7ef1d22d 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicColorConstants.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicColorConstants.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicFlowBorder.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicFlowBorder.java index 320a6a051..8fb514934 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicFlowBorder.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicFlowBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicFlowFeedbackBorder.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicFlowFeedbackBorder.java index 07a995f0b..377c7257a 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicFlowFeedbackBorder.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicFlowFeedbackBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicFlowFeedbackFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicFlowFeedbackFigure.java index 595db4de5..3de083b65 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicFlowFeedbackFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/LogicFlowFeedbackFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/NodeFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/NodeFigure.java index 7d37d1051..a79c48266 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/NodeFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/NodeFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/OrGateFeedbackFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/OrGateFeedbackFigure.java index c02354c28..bbc7356c7 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/OrGateFeedbackFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/OrGateFeedbackFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/OrGateFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/OrGateFigure.java index 0bc4b6010..92ad5feb6 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/OrGateFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/OrGateFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/OutputFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/OutputFigure.java index 10db9df71..57345ca45 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/OutputFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/OutputFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/XOrGateFeedbackFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/XOrGateFeedbackFigure.java index 258eca264..2cc00d6a5 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/XOrGateFeedbackFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/XOrGateFeedbackFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/XOrGateFigure.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/XOrGateFigure.java index 2c35a93c4..98c241916 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/XOrGateFigure.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/figures/XOrGateFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/AndGate.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/AndGate.java index 0dc28b7f3..3eb90e8cf 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/AndGate.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/AndGate.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/Circuit.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/Circuit.java index 964a16404..496ff2ad0 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/Circuit.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/Circuit.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/DimensionPropertySource.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/DimensionPropertySource.java index a7ac4f53c..d125c2c4d 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/DimensionPropertySource.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/DimensionPropertySource.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/Gate.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/Gate.java index f7b6abcdf..7a13bc1ed 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/Gate.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/Gate.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/GroundOutput.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/GroundOutput.java index d8c505891..7cb67e3e9 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/GroundOutput.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/GroundOutput.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LED.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LED.java index efabe4ed1..7fdd3dc62 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LED.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LED.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LiveOutput.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LiveOutput.java index 38ac5411d..2dea45d25 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LiveOutput.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LiveOutput.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LocationPropertySource.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LocationPropertySource.java index 0ebc38ea7..99f88bd28 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LocationPropertySource.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LocationPropertySource.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicDiagram.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicDiagram.java index c39f8c6c4..ded666774 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicDiagram.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicDiagram.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicDiagramFactory.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicDiagramFactory.java index 22abbc032..1600e3e48 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicDiagramFactory.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicDiagramFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicElement.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicElement.java index 94ad1135a..34aff11f8 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicElement.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicElement.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicFlowContainer.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicFlowContainer.java index b464968c1..948727243 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicFlowContainer.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicFlowContainer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicGuide.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicGuide.java index 2100678e9..aefe9ac35 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicGuide.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicGuide.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicLabel.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicLabel.java index 9804504ff..97165f64e 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicLabel.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicLabel.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicNumberCellEditorValidator.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicNumberCellEditorValidator.java index 0196de48a..fabb361a1 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicNumberCellEditorValidator.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicNumberCellEditorValidator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicRuler.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicRuler.java index ae7b7678d..007b6c6ed 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicRuler.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicRuler.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicSubpart.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicSubpart.java index 140ebaf2f..40ce8b57e 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicSubpart.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicSubpart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/OrGate.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/OrGate.java index 7e136e557..548eee000 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/OrGate.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/OrGate.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/SimpleOutput.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/SimpleOutput.java index 64d0b28d3..479365994 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/SimpleOutput.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/SimpleOutput.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/Wire.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/Wire.java index 90e05784e..71118eab8 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/Wire.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/Wire.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/WireBendpoint.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/WireBendpoint.java index 1fa25fb4c..ac1b54cd2 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/WireBendpoint.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/WireBendpoint.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/XORGate.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/XORGate.java index 34470d31e..2f6220fea 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/XORGate.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/XORGate.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/AddCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/AddCommand.java index 0dbf8582d..84d8ba905 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/AddCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/AddCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/BendpointCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/BendpointCommand.java index 3100ed7d1..7dba7c733 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/BendpointCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/BendpointCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/ChangeGuideCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/ChangeGuideCommand.java index e73083cb0..7139bbff7 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/ChangeGuideCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/ChangeGuideCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CloneCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CloneCommand.java index e3e5eb646..7ed81d483 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CloneCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CloneCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/ConnectionCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/ConnectionCommand.java index 2de6f2e3d..a09bb318b 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/ConnectionCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/ConnectionCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CreateBendpointCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CreateBendpointCommand.java index 7dd1885aa..3134922d0 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CreateBendpointCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CreateBendpointCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CreateCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CreateCommand.java index e3303ce06..18e93c643 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CreateCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CreateCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CreateGuideCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CreateGuideCommand.java index c56d3f3a3..25a4d9482 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CreateGuideCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/CreateGuideCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/DeleteBendpointCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/DeleteBendpointCommand.java index e940a4454..eded22ccb 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/DeleteBendpointCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/DeleteBendpointCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/DeleteCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/DeleteCommand.java index d287ed6a8..bec769e80 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/DeleteCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/DeleteCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/DeleteGuideCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/DeleteGuideCommand.java index ebe399aca..6aaa4fe9c 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/DeleteGuideCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/DeleteGuideCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/LogicLabelCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/LogicLabelCommand.java index f2a754d28..589439be4 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/LogicLabelCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/LogicLabelCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/MoveBendpointCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/MoveBendpointCommand.java index d2aaa979a..e7c8ccbfc 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/MoveBendpointCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/MoveBendpointCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/MoveGuideCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/MoveGuideCommand.java index 360e19823..ee3a5512b 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/MoveGuideCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/MoveGuideCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/OrphanChildCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/OrphanChildCommand.java index 81e10d197..906ad3a43 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/OrphanChildCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/OrphanChildCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/ReorderPartCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/ReorderPartCommand.java index 66979a591..fc891a166 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/ReorderPartCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/ReorderPartCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/SetConstraintCommand.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/SetConstraintCommand.java index 814ecef71..fba38300f 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/SetConstraintCommand.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/commands/SetConstraintCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/palette/LogicPaletteCustomizer.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/palette/LogicPaletteCustomizer.java index ab53fbfd2..d1cf7f081 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/palette/LogicPaletteCustomizer.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/palette/LogicPaletteCustomizer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/rulers/LogicRulerProvider.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/rulers/LogicRulerProvider.java index b93d067ed..1a5df38a1 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/rulers/LogicRulerProvider.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/rulers/LogicRulerProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/tools/LogicCreationTool.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/tools/LogicCreationTool.java index ef9c8c158..2a5dc5955 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/tools/LogicCreationTool.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/tools/LogicCreationTool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/tools/LogicResizeTracker.java b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/tools/LogicResizeTracker.java index 0bd576a6b..002219a82 100644 --- a/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/tools/LogicResizeTracker.java +++ b/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/tools/LogicResizeTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesCreationWizard.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesCreationWizard.java index 09e8ce1eb..fad5141a8 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesCreationWizard.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesCreationWizard.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditor.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditor.java index 3a6358830..ab987b7ec 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditor.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditorActionBarContributor.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditorActionBarContributor.java index eff83e78a..05b0d4dfb 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditorActionBarContributor.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditorActionBarContributor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditorContextMenuProvider.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditorContextMenuProvider.java index 95a6370d1..d81966c7f 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditorContextMenuProvider.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditorContextMenuProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditorPaletteFactory.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditorPaletteFactory.java index 172afcf76..6ae1848ca 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditorPaletteFactory.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditorPaletteFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesPlugin.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesPlugin.java index e52f0398f..4ab53005c 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesPlugin.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesPlugin.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/Connection.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/Connection.java index 6f2c4dcc4..9c0e0c226 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/Connection.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/Connection.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/EllipticalShape.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/EllipticalShape.java index e600a94c5..a952d1a6f 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/EllipticalShape.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/EllipticalShape.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/ModelElement.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/ModelElement.java index d8b8d5a9b..3332ad5cd 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/ModelElement.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/ModelElement.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/RectangularShape.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/RectangularShape.java index 147c126e5..134a9f3b7 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/RectangularShape.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/RectangularShape.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/Shape.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/Shape.java index ac6ddb48a..350637a9a 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/Shape.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/Shape.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ConnectionDeleteCommand.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ConnectionDeleteCommand.java index aecfe1263..aede294a9 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ConnectionDeleteCommand.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ConnectionDeleteCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ConnectionReconnectCommand.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ConnectionReconnectCommand.java index 88161e05b..04bd2a314 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ConnectionReconnectCommand.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ConnectionReconnectCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ShapeCreateCommand.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ShapeCreateCommand.java index 78e09450e..9cc0516fd 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ShapeCreateCommand.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ShapeCreateCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ShapeDeleteCommand.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ShapeDeleteCommand.java index 013cbd5a2..d116a7cc4 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ShapeDeleteCommand.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ShapeDeleteCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ShapeSetConstraintCommand.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ShapeSetConstraintCommand.java index df4f1df04..fa29b6a00 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ShapeSetConstraintCommand.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/commands/ShapeSetConstraintCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ConnectionEditPart.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ConnectionEditPart.java index 2404d68f1..1d86b9909 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ConnectionEditPart.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ConnectionEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/DiagramEditPart.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/DiagramEditPart.java index 332da5f4e..994c57083 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/DiagramEditPart.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/DiagramEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/DiagramTreeEditPart.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/DiagramTreeEditPart.java index f8c5c9116..30451b8f1 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/DiagramTreeEditPart.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/DiagramTreeEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeComponentEditPolicy.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeComponentEditPolicy.java index 358a412a2..943203690 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeComponentEditPolicy.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeComponentEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeEditPart.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeEditPart.java index 4ba6073ef..d9a7abd2f 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeEditPart.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeTreeEditPart.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeTreeEditPart.java index c42d73e8b..a689703c7 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeTreeEditPart.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeTreeEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapesEditPartFactory.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapesEditPartFactory.java index 384cb7a06..528a0aa5f 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapesEditPartFactory.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapesEditPartFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapesTreeEditPartFactory.java b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapesTreeEditPartFactory.java index 41cb7a750..6c83f6159 100644 --- a/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapesTreeEditPartFactory.java +++ b/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapesTreeEditPartFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 Elias Volanakis and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Elias Volanakis - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/AppendableCommand.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/AppendableCommand.java index ad2601d88..ee542d4b4 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/AppendableCommand.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/AppendableCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/GraphicalTextViewer.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/GraphicalTextViewer.java index c82b15db5..ce51bac65 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/GraphicalTextViewer.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/GraphicalTextViewer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/SelectionModel.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/SelectionModel.java index 47351ecde..100e14cdf 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/SelectionModel.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/SelectionModel.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/SelectionRange.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/SelectionRange.java index 41e57db91..a30347491 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/SelectionRange.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/SelectionRange.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/SelectionRangeRequest.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/SelectionRangeRequest.java index 732d5d35c..71481b168 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/SelectionRangeRequest.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/SelectionRangeRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextCommand.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextCommand.java index 610b9abc0..1f5c2738b 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextCommand.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextEditor.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextEditor.java index 8f55f3d6b..1b210d825 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextEditor.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextEditor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextLocation.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextLocation.java index a69050953..d1f49f1a0 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextLocation.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextLocation.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextUtilities.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextUtilities.java index 001df078d..e304cd811 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextUtilities.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextUtilities.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/BooleanStyleAction.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/BooleanStyleAction.java index 06f167369..dcb405e5f 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/BooleanStyleAction.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/BooleanStyleAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ChangeFontContributionItem.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ChangeFontContributionItem.java index 20ce29dd2..0b0f45f80 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ChangeFontContributionItem.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ChangeFontContributionItem.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/MultiStyleAction.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/MultiStyleAction.java index 603905be8..2bf609e9d 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/MultiStyleAction.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/MultiStyleAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java index f69ec3e69..2f963c00f 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleComboContributionItem.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleComboContributionItem.java index 2da5cc5ee..6668c021f 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleComboContributionItem.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleComboContributionItem.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleListener.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleListener.java index 30ce70c83..e49d93fb3 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleListener.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleProvider.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleProvider.java index 684ba2762..e43081ba7 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleProvider.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleRetargetAction.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleRetargetAction.java index a0cb650ab..8e6f7e933 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleRetargetAction.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleService.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleService.java index 91e2f2c96..c35b6b4d6 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleService.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleService.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/TextActionBarContributor.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/TextActionBarContributor.java index 153796946..749553efc 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/TextActionBarContributor.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/TextActionBarContributor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/TextActionConstants.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/TextActionConstants.java index ce4d9eda3..4b7a50e61 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/TextActionConstants.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/TextActionConstants.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/AbstractTextPart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/AbstractTextPart.java index f43b59ba5..c4914c364 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/AbstractTextPart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/AbstractTextPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/BlockEditPolicy.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/BlockEditPolicy.java index 92fcb4f20..d4bbe9112 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/BlockEditPolicy.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/BlockEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/BlockTextPart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/BlockTextPart.java index 1ba797a40..56b90f5fc 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/BlockTextPart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/BlockTextPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/CompoundTextPart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/CompoundTextPart.java index c17f5b7d8..e845fbacc 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/CompoundTextPart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/CompoundTextPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ContainerTreePart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ContainerTreePart.java index 1b95f64b5..af4323fa7 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ContainerTreePart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ContainerTreePart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/DocumentPart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/DocumentPart.java index 23d745752..7ff84a3f6 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/DocumentPart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/DocumentPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ExampleTreePart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ExampleTreePart.java index 40dd1eaed..6f87134cc 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ExampleTreePart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ExampleTreePart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/FontCache.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/FontCache.java index 54ddeeb77..3db581e17 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/FontCache.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/FontCache.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ImportPart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ImportPart.java index c764a3399..107e53c02 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ImportPart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ImportPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ImportsPart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ImportsPart.java index 2f7e6e45c..b81705d60 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ImportsPart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ImportsPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/InlineTextPart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/InlineTextPart.java index a2dc70b63..758a7dd86 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/InlineTextPart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/InlineTextPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextEditPart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextEditPart.java index eef320188..efc553405 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextEditPart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextFlowPart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextFlowPart.java index 0a0531e66..c423eef6b 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextFlowPart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextFlowPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextRunTreePart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextRunTreePart.java index 8ed434bcc..4c06fd0aa 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextRunTreePart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextRunTreePart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextStyleManager.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextStyleManager.java index 074715bc6..342a48385 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextStyleManager.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextStyleManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextualEditPart.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextualEditPart.java index d3ccd3367..4dbb322e3 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextualEditPart.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextualEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/BulletBorder.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/BulletBorder.java index 95dea07f3..618c73279 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/BulletBorder.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/BulletBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/CommentPage.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/CommentPage.java index d56bc0af4..992efd60d 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/CommentPage.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/CommentPage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/Images.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/Images.java index bcd0d7fcb..92cebe47a 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/Images.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/Images.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/ListItemBorder.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/ListItemBorder.java index f97ea1f20..162f02cc4 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/ListItemBorder.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/ListItemBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/StyleConstants.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/StyleConstants.java index 0a767363c..13f2ab6ee 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/StyleConstants.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/StyleConstants.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/TreeBorder.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/TreeBorder.java index b5e1f3eb3..a3ff33927 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/TreeBorder.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/TreeBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/TreeItemBorder.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/TreeItemBorder.java index 51b71547d..0614cd52c 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/TreeItemBorder.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/TreeItemBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Block.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Block.java index 93c14d007..427c0dd07 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Block.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Block.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/CanvasStyle.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/CanvasStyle.java index 135c4594c..17cc7871f 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/CanvasStyle.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/CanvasStyle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Container.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Container.java index 9492b2521..28132e686 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Container.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Container.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/InlineContainer.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/InlineContainer.java index 6fe9895cd..7df26ec19 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/InlineContainer.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/InlineContainer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/ModelElement.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/ModelElement.java index af4899260..2a261a26a 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/ModelElement.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/ModelElement.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/ModelLocation.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/ModelLocation.java index 79b3c94a6..a6909a812 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/ModelLocation.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/ModelLocation.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/ModelUtil.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/ModelUtil.java index 0f915e606..9b2fabb05 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/ModelUtil.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/ModelUtil.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Notifier.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Notifier.java index 871abfb06..7b41545cb 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Notifier.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Notifier.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Style.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Style.java index c90df898f..6c3423e64 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Style.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Style.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/TestModelUtil.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/TestModelUtil.java index 3c57e0c3c..839337d9e 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/TestModelUtil.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/TestModelUtil.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/TextRun.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/TextRun.java index bd19f6b7e..7b2f73147 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/TextRun.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/TextRun.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ApplyBooleanStyle.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ApplyBooleanStyle.java index e2f27aa9e..2bf29fa5b 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ApplyBooleanStyle.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ApplyBooleanStyle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ApplyMultiStyle.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ApplyMultiStyle.java index a2286fa2b..c946462ab 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ApplyMultiStyle.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ApplyMultiStyle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ChangeString.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ChangeString.java index 30b2acfd3..25b520a78 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ChangeString.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ChangeString.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundEditCommand.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundEditCommand.java index a4b3a62e8..c67f2854c 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundEditCommand.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundEditCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundTextCommand.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundTextCommand.java index 37017573a..46348730a 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundTextCommand.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundTextCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ConvertElementCommand.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ConvertElementCommand.java index 64136c64a..a4433b820 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ConvertElementCommand.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ConvertElementCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ExampleTextCommand.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ExampleTextCommand.java index f7d16024f..02d8e85d8 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ExampleTextCommand.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ExampleTextCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/InsertModelElement.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/InsertModelElement.java index 8810cfff8..26fcce40a 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/InsertModelElement.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/InsertModelElement.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/MergeWithPrevious.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/MergeWithPrevious.java index 4c330dec2..06fe7678e 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/MergeWithPrevious.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/MergeWithPrevious.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/MiniEdit.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/MiniEdit.java index 89f62f4cd..2d9b83d57 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/MiniEdit.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/MiniEdit.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/NestElementCommand.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/NestElementCommand.java index 2f6e941b3..f3dc9a802 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/NestElementCommand.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/NestElementCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ProcessMacroCommand.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ProcessMacroCommand.java index e2055c72c..3c803b11c 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ProcessMacroCommand.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ProcessMacroCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/PromoteElementCommand.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/PromoteElementCommand.java index 8340294ab..93382c1a8 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/PromoteElementCommand.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/PromoteElementCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/RemoveRange.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/RemoveRange.java index c6e2c0045..f20569592 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/RemoveRange.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/RemoveRange.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/RemoveText.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/RemoveText.java index 6620662f9..86ca0923c 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/RemoveText.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/RemoveText.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/SingleEditCommand.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/SingleEditCommand.java index aeabfad9e..f607eb924 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/SingleEditCommand.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/SingleEditCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/SubdivideElement.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/SubdivideElement.java index e62392614..c1e84c7bc 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/SubdivideElement.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/SubdivideElement.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/CaretRequest.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/CaretRequest.java index 762072d00..86de2a813 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/CaretRequest.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/CaretRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/SearchResult.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/SearchResult.java index dbeb5d006..9eb4f40df 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/SearchResult.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/SearchResult.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/TextRequest.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/TextRequest.java index d916f1680..4a7b14af9 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/TextRequest.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/TextRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/tools/SelectionRangeDragTracker.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/tools/SelectionRangeDragTracker.java index ceb8ff99f..fdb156922 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/tools/SelectionRangeDragTracker.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/tools/SelectionRangeDragTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/tools/TextTool.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/tools/TextTool.java index 3288471fb..e079b76fb 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/tools/TextTool.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/tools/TextTool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/wizard/NewFileWizardPage.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/wizard/NewFileWizardPage.java index 8792320e2..2d068d9bd 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/wizard/NewFileWizardPage.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/wizard/NewFileWizardPage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/wizard/TextEditorWizard.java b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/wizard/TextEditorWizard.java index a74383241..e5b9ba9b1 100644 --- a/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/wizard/TextEditorWizard.java +++ b/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/wizard/TextEditorWizard.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/GefExamplesPlugin.java b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/GefExamplesPlugin.java index 87e10237a..5524621cc 100644 --- a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/GefExamplesPlugin.java +++ b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/GefExamplesPlugin.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/l10n/Messages.java b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/l10n/Messages.java index 0129cc114..66ad11383 100644 --- a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/l10n/Messages.java +++ b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/l10n/Messages.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/FlowExampleNewWizard.java b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/FlowExampleNewWizard.java index 68cd022d5..44cd3de85 100644 --- a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/FlowExampleNewWizard.java +++ b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/FlowExampleNewWizard.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/LogicExampleNewWizard.java b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/LogicExampleNewWizard.java index 25b4e9bc9..8ebfc9fa9 100644 --- a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/LogicExampleNewWizard.java +++ b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/LogicExampleNewWizard.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java index 9abf9bf40..f03805acc 100644 --- a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java +++ b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ShapesExampleNewWizard.java b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ShapesExampleNewWizard.java index 19bf58c55..577ca8109 100644 --- a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ShapesExampleNewWizard.java +++ b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ShapesExampleNewWizard.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/TextExampleNewWizard.java b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/TextExampleNewWizard.java index 4c0f4c3d9..9e8b39708 100644 --- a/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/TextExampleNewWizard.java +++ b/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/TextExampleNewWizard.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.tests/src/org/eclipse/gef/test/DragEditPartsTrackerTest.java b/org.eclipse.gef.tests/src/org/eclipse/gef/test/DragEditPartsTrackerTest.java index c7cfe0d60..9d726a521 100644 --- a/org.eclipse.gef.tests/src/org/eclipse/gef/test/DragEditPartsTrackerTest.java +++ b/org.eclipse.gef.tests/src/org/eclipse/gef/test/DragEditPartsTrackerTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.tests/src/org/eclipse/gef/test/GEFTestSuite.java b/org.eclipse.gef.tests/src/org/eclipse/gef/test/GEFTestSuite.java index 2bd2b8d81..ced04219b 100644 --- a/org.eclipse.gef.tests/src/org/eclipse/gef/test/GEFTestSuite.java +++ b/org.eclipse.gef.tests/src/org/eclipse/gef/test/GEFTestSuite.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.tests/src/org/eclipse/gef/test/PaletteCustomizerTest.java b/org.eclipse.gef.tests/src/org/eclipse/gef/test/PaletteCustomizerTest.java index 608fc95a8..5ed8b0990 100644 --- a/org.eclipse.gef.tests/src/org/eclipse/gef/test/PaletteCustomizerTest.java +++ b/org.eclipse.gef.tests/src/org/eclipse/gef/test/PaletteCustomizerTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef.tests/src/org/eclipse/gef/test/ToolUtilitiesTest.java b/org.eclipse.gef.tests/src/org/eclipse/gef/test/ToolUtilitiesTest.java index e73927eb2..7f6e39788 100644 --- a/org.eclipse.gef.tests/src/org/eclipse/gef/test/ToolUtilitiesTest.java +++ b/org.eclipse.gef.tests/src/org/eclipse/gef/test/ToolUtilitiesTest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/AccessibleAnchorProvider.java b/org.eclipse.gef/src/org/eclipse/gef/AccessibleAnchorProvider.java index 7b792cb7b..6d9436ad1 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/AccessibleAnchorProvider.java +++ b/org.eclipse.gef/src/org/eclipse/gef/AccessibleAnchorProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/AccessibleEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/AccessibleEditPart.java index 726497a89..cd296c254 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/AccessibleEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/AccessibleEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/AccessibleHandleProvider.java b/org.eclipse.gef/src/org/eclipse/gef/AccessibleHandleProvider.java index eadbf08ca..5fed271ef 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/AccessibleHandleProvider.java +++ b/org.eclipse.gef/src/org/eclipse/gef/AccessibleHandleProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/AutoexposeHelper.java b/org.eclipse.gef/src/org/eclipse/gef/AutoexposeHelper.java index ebff39e71..ecde9b624 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/AutoexposeHelper.java +++ b/org.eclipse.gef/src/org/eclipse/gef/AutoexposeHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/CompoundSnapToHelper.java b/org.eclipse.gef/src/org/eclipse/gef/CompoundSnapToHelper.java index 8d1bcf35f..6ffd8dd78 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/CompoundSnapToHelper.java +++ b/org.eclipse.gef/src/org/eclipse/gef/CompoundSnapToHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ConnectionEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/ConnectionEditPart.java index a90ba1e02..517ef3843 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ConnectionEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ConnectionEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ContextMenuProvider.java b/org.eclipse.gef/src/org/eclipse/gef/ContextMenuProvider.java index 24c92aa56..c0527267c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ContextMenuProvider.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ContextMenuProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/DefaultEditDomain.java b/org.eclipse.gef/src/org/eclipse/gef/DefaultEditDomain.java index a57ff84ce..8de461c7d 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/DefaultEditDomain.java +++ b/org.eclipse.gef/src/org/eclipse/gef/DefaultEditDomain.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/Disposable.java b/org.eclipse.gef/src/org/eclipse/gef/Disposable.java index 7740a375b..5b73dff3a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/Disposable.java +++ b/org.eclipse.gef/src/org/eclipse/gef/Disposable.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/DragTracker.java b/org.eclipse.gef/src/org/eclipse/gef/DragTracker.java index 6fea1f1d8..191edee1a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/DragTracker.java +++ b/org.eclipse.gef/src/org/eclipse/gef/DragTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/EditDomain.java b/org.eclipse.gef/src/org/eclipse/gef/EditDomain.java index c24a7f2db..5510fccdb 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/EditDomain.java +++ b/org.eclipse.gef/src/org/eclipse/gef/EditDomain.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/EditPart.java b/org.eclipse.gef/src/org/eclipse/gef/EditPart.java index c82eef988..31e5a45d6 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/EditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/EditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/EditPartFactory.java b/org.eclipse.gef/src/org/eclipse/gef/EditPartFactory.java index 619d19c57..4e0d64ee7 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/EditPartFactory.java +++ b/org.eclipse.gef/src/org/eclipse/gef/EditPartFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/EditPartListener.java b/org.eclipse.gef/src/org/eclipse/gef/EditPartListener.java index 42a411576..f194d8450 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/EditPartListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/EditPartListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/EditPartViewer.java b/org.eclipse.gef/src/org/eclipse/gef/EditPartViewer.java index a41658566..05f6b3ade 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/EditPartViewer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/EditPartViewer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/EditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/EditPolicy.java index 68cd72f06..47f908bbb 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/EditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/EditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ExposeHelper.java b/org.eclipse.gef/src/org/eclipse/gef/ExposeHelper.java index 8ad4d9630..d1f660919 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ExposeHelper.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ExposeHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/GEF.java b/org.eclipse.gef/src/org/eclipse/gef/GEF.java index ac27804dc..fe6a2d453 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/GEF.java +++ b/org.eclipse.gef/src/org/eclipse/gef/GEF.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/GEFPlugin.java b/org.eclipse.gef/src/org/eclipse/gef/GEFPlugin.java index d36c9646e..b852ded60 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/GEFPlugin.java +++ b/org.eclipse.gef/src/org/eclipse/gef/GEFPlugin.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/GraphicalEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/GraphicalEditPart.java index 01840f2ef..d5aa9f381 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/GraphicalEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/GraphicalEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/GraphicalViewer.java b/org.eclipse.gef/src/org/eclipse/gef/GraphicalViewer.java index 7b8b94949..2b37c0421 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/GraphicalViewer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/GraphicalViewer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/Handle.java b/org.eclipse.gef/src/org/eclipse/gef/Handle.java index ae9b2863b..87bd2b47e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/Handle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/Handle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/KeyHandler.java b/org.eclipse.gef/src/org/eclipse/gef/KeyHandler.java index c5359190d..dfb8f2731 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/KeyHandler.java +++ b/org.eclipse.gef/src/org/eclipse/gef/KeyHandler.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/KeyStroke.java b/org.eclipse.gef/src/org/eclipse/gef/KeyStroke.java index 1fa2451cf..da49f5076 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/KeyStroke.java +++ b/org.eclipse.gef/src/org/eclipse/gef/KeyStroke.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/LayerConstants.java b/org.eclipse.gef/src/org/eclipse/gef/LayerConstants.java index 6911f569c..1d9950055 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/LayerConstants.java +++ b/org.eclipse.gef/src/org/eclipse/gef/LayerConstants.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/MouseWheelHandler.java b/org.eclipse.gef/src/org/eclipse/gef/MouseWheelHandler.java index e6c66b9f5..ef3cf01b7 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/MouseWheelHandler.java +++ b/org.eclipse.gef/src/org/eclipse/gef/MouseWheelHandler.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/MouseWheelHelper.java b/org.eclipse.gef/src/org/eclipse/gef/MouseWheelHelper.java index 685aa047b..cc1ff5a8b 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/MouseWheelHelper.java +++ b/org.eclipse.gef/src/org/eclipse/gef/MouseWheelHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/MouseWheelZoomHandler.java b/org.eclipse.gef/src/org/eclipse/gef/MouseWheelZoomHandler.java index 3103801e0..0698e4e1c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/MouseWheelZoomHandler.java +++ b/org.eclipse.gef/src/org/eclipse/gef/MouseWheelZoomHandler.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/NodeEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/NodeEditPart.java index d4d5b2e50..0e3ec53ab 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/NodeEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/NodeEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/NodeListener.java b/org.eclipse.gef/src/org/eclipse/gef/NodeListener.java index 0ba2cbc70..377a55e7a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/NodeListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/NodeListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/Request.java b/org.eclipse.gef/src/org/eclipse/gef/Request.java index bbf3e1296..da979a462 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/Request.java +++ b/org.eclipse.gef/src/org/eclipse/gef/Request.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/RequestConstants.java b/org.eclipse.gef/src/org/eclipse/gef/RequestConstants.java index a15722315..fdfc14d37 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/RequestConstants.java +++ b/org.eclipse.gef/src/org/eclipse/gef/RequestConstants.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/RootEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/RootEditPart.java index 22cd78d92..43717c188 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/RootEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/RootEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/SelectionManager.java b/org.eclipse.gef/src/org/eclipse/gef/SelectionManager.java index 2a77a6111..dac6084cc 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/SelectionManager.java +++ b/org.eclipse.gef/src/org/eclipse/gef/SelectionManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/SharedCursors.java b/org.eclipse.gef/src/org/eclipse/gef/SharedCursors.java index ce315e832..78d96a59d 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/SharedCursors.java +++ b/org.eclipse.gef/src/org/eclipse/gef/SharedCursors.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/SharedImages.java b/org.eclipse.gef/src/org/eclipse/gef/SharedImages.java index acc711d23..9d5dea70a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/SharedImages.java +++ b/org.eclipse.gef/src/org/eclipse/gef/SharedImages.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/SharedMessages.java b/org.eclipse.gef/src/org/eclipse/gef/SharedMessages.java index fb0b23815..f406c26e1 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/SharedMessages.java +++ b/org.eclipse.gef/src/org/eclipse/gef/SharedMessages.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/SnapToGeometry.java b/org.eclipse.gef/src/org/eclipse/gef/SnapToGeometry.java index 6fda21691..2c5db23aa 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/SnapToGeometry.java +++ b/org.eclipse.gef/src/org/eclipse/gef/SnapToGeometry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/SnapToGrid.java b/org.eclipse.gef/src/org/eclipse/gef/SnapToGrid.java index 9fd564a0a..d19a067b1 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/SnapToGrid.java +++ b/org.eclipse.gef/src/org/eclipse/gef/SnapToGrid.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/SnapToGuides.java b/org.eclipse.gef/src/org/eclipse/gef/SnapToGuides.java index 02cf36c28..cb3521093 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/SnapToGuides.java +++ b/org.eclipse.gef/src/org/eclipse/gef/SnapToGuides.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/SnapToHelper.java b/org.eclipse.gef/src/org/eclipse/gef/SnapToHelper.java index 78c60aa30..4b619af96 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/SnapToHelper.java +++ b/org.eclipse.gef/src/org/eclipse/gef/SnapToHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ThemeConstants.java b/org.eclipse.gef/src/org/eclipse/gef/ThemeConstants.java index 402350b63..27bbd4435 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ThemeConstants.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ThemeConstants.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 DBeaver Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Georgii Gvinepadze - georgii.gvinepadze@dbeaver.com initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/Tool.java b/org.eclipse.gef/src/org/eclipse/gef/Tool.java index 32921c98d..d2d022fc2 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/Tool.java +++ b/org.eclipse.gef/src/org/eclipse/gef/Tool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/TreeEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/TreeEditPart.java index ab1ba1aa9..a27fd2877 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/TreeEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/TreeEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/commands/Command.java b/org.eclipse.gef/src/org/eclipse/gef/commands/Command.java index 132074629..6f0444f83 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/commands/Command.java +++ b/org.eclipse.gef/src/org/eclipse/gef/commands/Command.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStack.java b/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStack.java index c8ef10b66..a1b398c6a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStack.java +++ b/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStack.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackEvent.java b/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackEvent.java index b18f67228..5e528f95f 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackEvent.java +++ b/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackEvent.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackEventListener.java b/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackEventListener.java index 2bd8da62b..8d5e4750e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackEventListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackEventListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackListener.java b/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackListener.java index 1e11637be..77309ce70 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/commands/CompoundCommand.java b/org.eclipse.gef/src/org/eclipse/gef/commands/CompoundCommand.java index b74d5fd2b..d34d8e020 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/commands/CompoundCommand.java +++ b/org.eclipse.gef/src/org/eclipse/gef/commands/CompoundCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/commands/ForwardUndoCompoundCommand.java b/org.eclipse.gef/src/org/eclipse/gef/commands/ForwardUndoCompoundCommand.java index cf5f6076c..ae105d834 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/commands/ForwardUndoCompoundCommand.java +++ b/org.eclipse.gef/src/org/eclipse/gef/commands/ForwardUndoCompoundCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/commands/UnexecutableCommand.java b/org.eclipse.gef/src/org/eclipse/gef/commands/UnexecutableCommand.java index 71c489b54..74f82039b 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/commands/UnexecutableCommand.java +++ b/org.eclipse.gef/src/org/eclipse/gef/commands/UnexecutableCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/dnd/AbstractTransferDragSourceListener.java b/org.eclipse.gef/src/org/eclipse/gef/dnd/AbstractTransferDragSourceListener.java index 5c281ca75..693bd1777 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/dnd/AbstractTransferDragSourceListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/dnd/AbstractTransferDragSourceListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/dnd/AbstractTransferDropTargetListener.java b/org.eclipse.gef/src/org/eclipse/gef/dnd/AbstractTransferDropTargetListener.java index 92cbac0e8..fa56bc7fb 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/dnd/AbstractTransferDropTargetListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/dnd/AbstractTransferDropTargetListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDragAdapter.java b/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDragAdapter.java index 5b0e14a91..6e0bf7619 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDragAdapter.java +++ b/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDragAdapter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDropAdapter.java b/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDropAdapter.java index ff2354f29..69f1bff0f 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDropAdapter.java +++ b/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDropAdapter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/dnd/SimpleObjectTransfer.java b/org.eclipse.gef/src/org/eclipse/gef/dnd/SimpleObjectTransfer.java index 598af6b46..8e7953ee5 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/dnd/SimpleObjectTransfer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/dnd/SimpleObjectTransfer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/dnd/TemplateTransfer.java b/org.eclipse.gef/src/org/eclipse/gef/dnd/TemplateTransfer.java index 4f08b4742..0bd25ce2b 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/dnd/TemplateTransfer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/dnd/TemplateTransfer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/dnd/TemplateTransferDragSourceListener.java b/org.eclipse.gef/src/org/eclipse/gef/dnd/TemplateTransferDragSourceListener.java index f241b087f..367bb7148 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/dnd/TemplateTransferDragSourceListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/dnd/TemplateTransferDragSourceListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/dnd/TemplateTransferDropTargetListener.java b/org.eclipse.gef/src/org/eclipse/gef/dnd/TemplateTransferDropTargetListener.java index 25f42ee01..c43e3cdaa 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/dnd/TemplateTransferDropTargetListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/dnd/TemplateTransferDropTargetListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/dnd/TransferDragSourceListener.java b/org.eclipse.gef/src/org/eclipse/gef/dnd/TransferDragSourceListener.java index 98205efc6..1ab5b6c6a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/dnd/TransferDragSourceListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/dnd/TransferDragSourceListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/dnd/TransferDropTargetListener.java b/org.eclipse.gef/src/org/eclipse/gef/dnd/TransferDropTargetListener.java index cc1920e65..59a173b65 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/dnd/TransferDropTargetListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/dnd/TransferDropTargetListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractConnectionEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractConnectionEditPart.java index a0773a6d8..0de574ebd 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractConnectionEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractConnectionEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java index 8d2f14e95..1fa0d3847 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractGraphicalEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractGraphicalEditPart.java index 4fee3081c..0caffdf68 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractGraphicalEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractGraphicalEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractTreeEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractTreeEditPart.java index dbeb4da74..21908db45 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractTreeEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractTreeEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/FreeformGraphicalRootEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/FreeformGraphicalRootEditPart.java index 16e8a80c6..2e995fb42 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/FreeformGraphicalRootEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/FreeformGraphicalRootEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/GraphicalRootEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/GraphicalRootEditPart.java index 592056736..9b80803bd 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/GraphicalRootEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/GraphicalRootEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/GridLayer.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/GridLayer.java index 630e80f03..769f27ad4 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/GridLayer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/GridLayer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/GuideLayer.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/GuideLayer.java index 536ca43da..29a156b49 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/GuideLayer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/GuideLayer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/IScrollableEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/IScrollableEditPart.java index 42a0f071f..04c8e68fc 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/IScrollableEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/IScrollableEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Research Group Software Construction, diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/LayerManager.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/LayerManager.java index 703b748ff..ff829c9ee 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/LayerManager.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/LayerManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/RootTreeEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/RootTreeEditPart.java index 792e5aa7a..564c6ff88 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/RootTreeEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/RootTreeEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/ScalableFreeformRootEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/ScalableFreeformRootEditPart.java index 3c512ca65..46a757608 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/ScalableFreeformRootEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/ScalableFreeformRootEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/ScalableRootEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/ScalableRootEditPart.java index d242bd895..cd88225e2 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/ScalableRootEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/ScalableRootEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/SimpleRootEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/SimpleRootEditPart.java index 81a4fc19b..561d97af9 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/SimpleRootEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/SimpleRootEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportAutoexposeHelper.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportAutoexposeHelper.java index b38f85eed..337642d00 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportAutoexposeHelper.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportAutoexposeHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportExposeHelper.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportExposeHelper.java index 95aaff87d..b4c581b9a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportExposeHelper.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportExposeHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportHelper.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportHelper.java index 64c326af4..a66a4853e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportHelper.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportMouseWheelHelper.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportMouseWheelHelper.java index d58ff23b0..9930475ee 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportMouseWheelHelper.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportMouseWheelHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/ZoomListener.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/ZoomListener.java index 08b5f3356..28d9a6278 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/ZoomListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/ZoomListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editparts/ZoomManager.java b/org.eclipse.gef/src/org/eclipse/gef/editparts/ZoomManager.java index c4ac0e623..29884c6ee 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editparts/ZoomManager.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editparts/ZoomManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/AbstractEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/AbstractEditPolicy.java index 2be021188..a4400a788 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/AbstractEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/AbstractEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/AbstractTreeContainerEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/AbstractTreeContainerEditPolicy.java index a829a17a1..5ad37fdc1 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/AbstractTreeContainerEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/AbstractTreeContainerEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/BendpointEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/BendpointEditPolicy.java index ecadf6304..6b07c9dd4 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/BendpointEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/BendpointEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ComponentEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ComponentEditPolicy.java index 370b913af..26ff8f0a8 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ComponentEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ComponentEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConnectionEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConnectionEditPolicy.java index 4383b8e13..ec9ea9fa5 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConnectionEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConnectionEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConnectionEndpointEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConnectionEndpointEditPolicy.java index 95da27e1d..09c363bea 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConnectionEndpointEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConnectionEndpointEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConstrainedLayoutEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConstrainedLayoutEditPolicy.java index 37beab810..662b62497 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConstrainedLayoutEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConstrainedLayoutEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ContainerEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ContainerEditPolicy.java index 5f0524392..ccf6ac6e7 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ContainerEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ContainerEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/DirectEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/DirectEditPolicy.java index 81bbe7160..6306696af 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/DirectEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/DirectEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/FeedbackHelper.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/FeedbackHelper.java index 37f7b90cd..b85b95340 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/FeedbackHelper.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/FeedbackHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/FlowLayoutEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/FlowLayoutEditPolicy.java index c38a846bc..d208dcc3b 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/FlowLayoutEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/FlowLayoutEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/GraphicalEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/GraphicalEditPolicy.java index 97ed6be30..f7547cdc6 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/GraphicalEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/GraphicalEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/GraphicalNodeEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/GraphicalNodeEditPolicy.java index e7e04c3ba..34d73f25c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/GraphicalNodeEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/GraphicalNodeEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/LayoutEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/LayoutEditPolicy.java index e89b81fea..421715d6d 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/LayoutEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/LayoutEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/NonResizableEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/NonResizableEditPolicy.java index e2e5c66f4..a3a5f04e7 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/NonResizableEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/NonResizableEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/OrderedLayoutEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/OrderedLayoutEditPolicy.java index 71a47a133..bdbba6a8c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/OrderedLayoutEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/OrderedLayoutEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ResizableEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ResizableEditPolicy.java index fab348799..b20f2adb6 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ResizableEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ResizableEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/RootComponentEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/RootComponentEditPolicy.java index 73c449ea0..c087d5690 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/RootComponentEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/RootComponentEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ScrollableSelectionFeedbackEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ScrollableSelectionFeedbackEditPolicy.java index 1a677f93b..dacdb10c3 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ScrollableSelectionFeedbackEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ScrollableSelectionFeedbackEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Research Group Software Construction, diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SelectionEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SelectionEditPolicy.java index 197ec884a..a61904125 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SelectionEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SelectionEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SelectionHandlesEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SelectionHandlesEditPolicy.java index 55116c1a0..5f65c770c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SelectionHandlesEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SelectionHandlesEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SnapFeedbackPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SnapFeedbackPolicy.java index 677887ac9..790eb9b1e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SnapFeedbackPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SnapFeedbackPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/StrokePointList.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/StrokePointList.java index 52b30b6a2..abce69e01 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/StrokePointList.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/StrokePointList.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/TreeContainerEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/TreeContainerEditPolicy.java index df95404b2..c5f695081 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/TreeContainerEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/TreeContainerEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/XYLayoutEditPolicy.java b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/XYLayoutEditPolicy.java index ac8872fe7..6547122da 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/editpolicies/XYLayoutEditPolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/editpolicies/XYLayoutEditPolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/AbstractHandle.java b/org.eclipse.gef/src/org/eclipse/gef/handles/AbstractHandle.java index 3e9d117a0..cf52a5da9 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/AbstractHandle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/AbstractHandle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/BendpointCreationHandle.java b/org.eclipse.gef/src/org/eclipse/gef/handles/BendpointCreationHandle.java index 82d628d97..3c7851fc5 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/BendpointCreationHandle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/BendpointCreationHandle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/BendpointHandle.java b/org.eclipse.gef/src/org/eclipse/gef/handles/BendpointHandle.java index de1a637b0..f96cf6086 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/BendpointHandle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/BendpointHandle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/BendpointMoveHandle.java b/org.eclipse.gef/src/org/eclipse/gef/handles/BendpointMoveHandle.java index fac39ba76..d325179a3 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/BendpointMoveHandle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/BendpointMoveHandle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionEndHandle.java b/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionEndHandle.java index f0b687d0a..b2d94f640 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionEndHandle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionEndHandle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionEndpointHandle.java b/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionEndpointHandle.java index 56acd33b1..4efa5af4d 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionEndpointHandle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionEndpointHandle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionHandle.java b/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionHandle.java index 66b892496..b93b77391 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionHandle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionHandle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionStartHandle.java b/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionStartHandle.java index da2f6e80e..ce2ba9c94 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionStartHandle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionStartHandle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/CornerTriangleBorder.java b/org.eclipse.gef/src/org/eclipse/gef/handles/CornerTriangleBorder.java index 6218479ea..5e8eaf742 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/CornerTriangleBorder.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/CornerTriangleBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/HandleBounds.java b/org.eclipse.gef/src/org/eclipse/gef/handles/HandleBounds.java index feb78846c..e7a0a3053 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/HandleBounds.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/HandleBounds.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/MoveHandle.java b/org.eclipse.gef/src/org/eclipse/gef/handles/MoveHandle.java index 718b7bc2a..a6f5b64bc 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/MoveHandle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/MoveHandle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/MoveHandleLocator.java b/org.eclipse.gef/src/org/eclipse/gef/handles/MoveHandleLocator.java index f9e0f84d5..094a6ac2c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/MoveHandleLocator.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/MoveHandleLocator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandle.java b/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandle.java index 034bcd5f7..d8b666a64 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java b/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java index b0ea4637f..856a7f611 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/RelativeHandleLocator.java b/org.eclipse.gef/src/org/eclipse/gef/handles/RelativeHandleLocator.java index af066a1f6..8b678040b 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/RelativeHandleLocator.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/RelativeHandleLocator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java b/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java index f47fefd54..1a1cae491 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/ResizeHandle.java b/org.eclipse.gef/src/org/eclipse/gef/handles/ResizeHandle.java index 1aaacdb89..72c742169 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/ResizeHandle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/ResizeHandle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/handles/SquareHandle.java b/org.eclipse.gef/src/org/eclipse/gef/handles/SquareHandle.java index 76536f39b..60d08afcd 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/handles/SquareHandle.java +++ b/org.eclipse.gef/src/org/eclipse/gef/handles/SquareHandle.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/GEFMessages.java b/org.eclipse.gef/src/org/eclipse/gef/internal/GEFMessages.java index c59cdf624..37d94e476 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/GEFMessages.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/GEFMessages.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/Internal.java b/org.eclipse.gef/src/org/eclipse/gef/internal/Internal.java index aeb3b77b8..3bd496097 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/Internal.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/Internal.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/InternalGEFPlugin.java b/org.eclipse.gef/src/org/eclipse/gef/internal/InternalGEFPlugin.java index 26a0d0aed..bc0f4ffab 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/InternalGEFPlugin.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/InternalGEFPlugin.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/InternalImages.java b/org.eclipse.gef/src/org/eclipse/gef/internal/InternalImages.java index e89ff15ba..c3c4a054c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/InternalImages.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/InternalImages.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/PropertySourceAdapterFactory.java b/org.eclipse.gef/src/org/eclipse/gef/internal/PropertySourceAdapterFactory.java index 42ba77a3f..9e34aff92 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/PropertySourceAdapterFactory.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/PropertySourceAdapterFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2006, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/PaletteColorUtil.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/PaletteColorUtil.java index 805215c42..51871d72d 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/PaletteColorUtil.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/PaletteColorUtil.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/PaletteSelectionTool.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/PaletteSelectionTool.java index c234dfbeb..7cf3fd73f 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/PaletteSelectionTool.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/PaletteSelectionTool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/ToolbarDropdownContributionItem.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/ToolbarDropdownContributionItem.java index a59157aa0..283a9a096 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/ToolbarDropdownContributionItem.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/ToolbarDropdownContributionItem.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/ColumnsLayout.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/ColumnsLayout.java index 76d22a0e6..7e105fa24 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/ColumnsLayout.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/ColumnsLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DetailedLabelFigure.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DetailedLabelFigure.java index 6a185b936..e52ea494b 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DetailedLabelFigure.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DetailedLabelFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DrawerEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DrawerEditPart.java index c19da3137..0535b3735 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DrawerEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DrawerEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DrawerFigure.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DrawerFigure.java index 2f15f5c54..f1fd07821 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DrawerFigure.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DrawerFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DropShadowButtonBorder.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DropShadowButtonBorder.java index 56e0d1ac6..8a9d9d1e6 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DropShadowButtonBorder.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DropShadowButtonBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/EditPartTipHelper.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/EditPartTipHelper.java index 2cf24a807..51ea73e9e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/EditPartTipHelper.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/EditPartTipHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/GroupEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/GroupEditPart.java index 0d863853e..c4fa5bd9e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/GroupEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/GroupEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/IPaletteStackEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/IPaletteStackEditPart.java index f76e7827c..dca8c3a9c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/IPaletteStackEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/IPaletteStackEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/OverlayScrollPaneLayout.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/OverlayScrollPaneLayout.java index e020a00b3..a040a5890 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/OverlayScrollPaneLayout.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/OverlayScrollPaneLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PaletteContainerFlowLayout.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PaletteContainerFlowLayout.java index 68fd00cfb..bf07b005c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PaletteContainerFlowLayout.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PaletteContainerFlowLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PaletteScrollBar.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PaletteScrollBar.java index 02a619495..377a6cfc3 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PaletteScrollBar.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PaletteScrollBar.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PaletteStackEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PaletteStackEditPart.java index 97ff9dee7..30e3bca85 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PaletteStackEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PaletteStackEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PinFigure.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PinFigure.java index d7ed883b2..f9904a3a6 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PinFigure.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PinFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PinnablePaletteStackEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PinnablePaletteStackEditPart.java index bd248f27c..172528d16 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PinnablePaletteStackEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PinnablePaletteStackEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PinnablePaletteStackFigure.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PinnablePaletteStackFigure.java index 73fe721a0..794e43830 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PinnablePaletteStackFigure.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/PinnablePaletteStackFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/RaisedBorder.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/RaisedBorder.java index 78b652931..65ffb17bb 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/RaisedBorder.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/RaisedBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SeparatorBorder.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SeparatorBorder.java index 7fc91f8c7..33f394ea4 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SeparatorBorder.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SeparatorBorder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SeparatorEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SeparatorEditPart.java index 55f9dd08e..7a86420fb 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SeparatorEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SeparatorEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SliderPaletteEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SliderPaletteEditPart.java index 6b187180d..2831b4e1f 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SliderPaletteEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SliderPaletteEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/TemplateEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/TemplateEditPart.java index 33b681e07..f5d8c0b12 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/TemplateEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/TemplateEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/ToolEntryEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/ToolEntryEditPart.java index 455d4e0a3..d5c48014d 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/ToolEntryEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/ToolEntryEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/ToolbarEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/ToolbarEditPart.java index f9541b31f..4ff04a1d4 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/ToolbarEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/ToolbarEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java index 1a3c693cb..7a6c345ab 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuideEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuideEditPart.java index a2905fea2..a4f262f65 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuideEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuideEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuideFigure.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuideFigure.java index d37d0631c..cca6260e0 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuideFigure.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuideFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuidePlaceHolder.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuidePlaceHolder.java index 20a0883e2..6ac3b8885 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuidePlaceHolder.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuidePlaceHolder.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerContextMenuProvider.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerContextMenuProvider.java index 82bbace36..07ea86643 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerContextMenuProvider.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerContextMenuProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerDragTracker.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerDragTracker.java index 8bef37e2c..dd6712558 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerDragTracker.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerDragTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerEditPart.java index 0748769a9..62a1ad709 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerEditPartFactory.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerEditPartFactory.java index 8ffe33fef..8e9af74e2 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerEditPartFactory.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerEditPartFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerFigure.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerFigure.java index 37c4a4fc1..f6459c7b1 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerFigure.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerFigure.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerLayout.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerLayout.java index 014cf1ea4..a1bfb4694 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerLayout.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerRootEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerRootEditPart.java index fb070260a..5cbb68a1d 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerRootEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerRootEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/CombinedTemplateCreationEntry.java b/org.eclipse.gef/src/org/eclipse/gef/palette/CombinedTemplateCreationEntry.java index f954b4328..6984ea6f5 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/CombinedTemplateCreationEntry.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/CombinedTemplateCreationEntry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/ConnectionCreationToolEntry.java b/org.eclipse.gef/src/org/eclipse/gef/palette/ConnectionCreationToolEntry.java index 2a4b80d5b..9d58a619b 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/ConnectionCreationToolEntry.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/ConnectionCreationToolEntry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/CreationToolEntry.java b/org.eclipse.gef/src/org/eclipse/gef/palette/CreationToolEntry.java index 48d85d531..6fa60af53 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/CreationToolEntry.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/CreationToolEntry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/MarqueeToolEntry.java b/org.eclipse.gef/src/org/eclipse/gef/palette/MarqueeToolEntry.java index 6e103f46c..8a0b433ec 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/MarqueeToolEntry.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/MarqueeToolEntry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteContainer.java b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteContainer.java index fd80eb182..091a4e031 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteContainer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteContainer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteDrawer.java b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteDrawer.java index 877002427..41e62f846 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteDrawer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteDrawer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteEntry.java b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteEntry.java index 0e6b766aa..685ab41eb 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteEntry.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteEntry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteGroup.java b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteGroup.java index c3384347d..4f57e13fb 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteGroup.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteGroup.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteListener.java b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteListener.java index ed12d12d5..f7bc21646 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteRoot.java b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteRoot.java index f269f5991..0d2167e55 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteRoot.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteRoot.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteSeparator.java b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteSeparator.java index 11d774d19..8fd86a4fc 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteSeparator.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteSeparator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteStack.java b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteStack.java index 8d0b8732b..fa74daf28 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteStack.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteStack.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteTemplateEntry.java b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteTemplateEntry.java index 336a570b2..260e90d57 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteTemplateEntry.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteTemplateEntry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteToolbar.java b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteToolbar.java index 5747c42e3..dc9eaf1a5 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteToolbar.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/PaletteToolbar.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/PanningSelectionToolEntry.java b/org.eclipse.gef/src/org/eclipse/gef/palette/PanningSelectionToolEntry.java index ecbc6148e..21362f081 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/PanningSelectionToolEntry.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/PanningSelectionToolEntry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/SelectionToolEntry.java b/org.eclipse.gef/src/org/eclipse/gef/palette/SelectionToolEntry.java index 56eb454ef..8d495af05 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/SelectionToolEntry.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/SelectionToolEntry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/palette/ToolEntry.java b/org.eclipse.gef/src/org/eclipse/gef/palette/ToolEntry.java index 25d2b693b..9ce33c8ca 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/palette/ToolEntry.java +++ b/org.eclipse.gef/src/org/eclipse/gef/palette/ToolEntry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/print/PrintGraphicalViewerOperation.java b/org.eclipse.gef/src/org/eclipse/gef/print/PrintGraphicalViewerOperation.java index 5e8d9f6ee..33410a14c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/print/PrintGraphicalViewerOperation.java +++ b/org.eclipse.gef/src/org/eclipse/gef/print/PrintGraphicalViewerOperation.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/AlignmentRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/AlignmentRequest.java index cd786c6cf..ee145ada8 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/AlignmentRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/AlignmentRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/BendpointRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/BendpointRequest.java index e077075d3..90407ba6f 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/BendpointRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/BendpointRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/ChangeBoundsRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/ChangeBoundsRequest.java index 77dc0d2ce..1ac34cbc5 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/ChangeBoundsRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/ChangeBoundsRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/CreateConnectionRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/CreateConnectionRequest.java index 74b11906c..e4d3d8172 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/CreateConnectionRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/CreateConnectionRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/CreateRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/CreateRequest.java index e6420b694..cf2e9beba 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/CreateRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/CreateRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/CreationFactory.java b/org.eclipse.gef/src/org/eclipse/gef/requests/CreationFactory.java index 3212f03ae..457c3871e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/CreationFactory.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/CreationFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/DirectEditRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/DirectEditRequest.java index d444222e8..7b266a124 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/DirectEditRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/DirectEditRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/DropRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/DropRequest.java index 20f135f17..67fae8048 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/DropRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/DropRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/ForwardedRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/ForwardedRequest.java index 92078f190..dba64fb73 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/ForwardedRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/ForwardedRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/GroupRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/GroupRequest.java index da6780579..bf69623f0 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/GroupRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/GroupRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/LocationRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/LocationRequest.java index 19dc25498..98098ce22 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/LocationRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/LocationRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/ReconnectRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/ReconnectRequest.java index 71f5c0ed1..e97c9056d 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/ReconnectRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/ReconnectRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/SelectionRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/SelectionRequest.java index 235bc0235..d50291418 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/SelectionRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/SelectionRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/SimpleFactory.java b/org.eclipse.gef/src/org/eclipse/gef/requests/SimpleFactory.java index 287e84937..eb1458bbc 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/SimpleFactory.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/SimpleFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/requests/TargetRequest.java b/org.eclipse.gef/src/org/eclipse/gef/requests/TargetRequest.java index c618aca89..2415f10ee 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/requests/TargetRequest.java +++ b/org.eclipse.gef/src/org/eclipse/gef/requests/TargetRequest.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerChangeListener.java b/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerChangeListener.java index 3527e75e4..22763e3a9 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerChangeListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerChangeListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java b/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java index 54b26fa42..34304a3cc 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java +++ b/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractConnectionCreationTool.java b/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractConnectionCreationTool.java index 5723501d1..de9947e70 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractConnectionCreationTool.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractConnectionCreationTool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractTool.java b/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractTool.java index 23d2bdb6e..9d6058d99 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractTool.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractTool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/CellEditorLocator.java b/org.eclipse.gef/src/org/eclipse/gef/tools/CellEditorLocator.java index 83678522d..ca0b7446a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/CellEditorLocator.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/CellEditorLocator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionBendpointTracker.java b/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionBendpointTracker.java index fad413056..d9110aeb9 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionBendpointTracker.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionBendpointTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionCreationTool.java b/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionCreationTool.java index d38402c2b..e54ee42dc 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionCreationTool.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionCreationTool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionDragCreationTool.java b/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionDragCreationTool.java index 70920f9e8..d9240ec33 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionDragCreationTool.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionDragCreationTool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionEndpointTracker.java b/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionEndpointTracker.java index 4b9e93913..fc2343ef7 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionEndpointTracker.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/ConnectionEndpointTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/CreationTool.java b/org.eclipse.gef/src/org/eclipse/gef/tools/CreationTool.java index 617031f1a..13690f553 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/CreationTool.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/CreationTool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/DelayedDirectEditHelper.java b/org.eclipse.gef/src/org/eclipse/gef/tools/DelayedDirectEditHelper.java index 5b08733ca..3e4a1fe4c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/DelayedDirectEditHelper.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/DelayedDirectEditHelper.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/DeselectAllTracker.java b/org.eclipse.gef/src/org/eclipse/gef/tools/DeselectAllTracker.java index e1ff61eeb..fdfef2aa0 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/DeselectAllTracker.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/DeselectAllTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/DirectEditManager.java b/org.eclipse.gef/src/org/eclipse/gef/tools/DirectEditManager.java index f09477e0d..c858b07ee 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/DirectEditManager.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/DirectEditManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/DragEditPartsTracker.java b/org.eclipse.gef/src/org/eclipse/gef/tools/DragEditPartsTracker.java index 3fd2bd386..e5be4debe 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/DragEditPartsTracker.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/DragEditPartsTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/DragTreeItemsTracker.java b/org.eclipse.gef/src/org/eclipse/gef/tools/DragTreeItemsTracker.java index 11ddf3518..19c11acda 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/DragTreeItemsTracker.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/DragTreeItemsTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/MarqueeDragTracker.java b/org.eclipse.gef/src/org/eclipse/gef/tools/MarqueeDragTracker.java index 6784805d2..22c5514aa 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/MarqueeDragTracker.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/MarqueeDragTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/MarqueeSelectionTool.java b/org.eclipse.gef/src/org/eclipse/gef/tools/MarqueeSelectionTool.java index 0b9c6dad4..eeadd0702 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/MarqueeSelectionTool.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/MarqueeSelectionTool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/PanningSelectionTool.java b/org.eclipse.gef/src/org/eclipse/gef/tools/PanningSelectionTool.java index 561473ec3..06d8e40a8 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/PanningSelectionTool.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/PanningSelectionTool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/ResizeTracker.java b/org.eclipse.gef/src/org/eclipse/gef/tools/ResizeTracker.java index 35ecd01e7..da20de821 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/ResizeTracker.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/ResizeTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/SelectEditPartTracker.java b/org.eclipse.gef/src/org/eclipse/gef/tools/SelectEditPartTracker.java index 613294777..297c59b4d 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/SelectEditPartTracker.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/SelectEditPartTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/SelectionTool.java b/org.eclipse.gef/src/org/eclipse/gef/tools/SelectionTool.java index b70364640..e61ca2cb8 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/SelectionTool.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/SelectionTool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/SimpleDragTracker.java b/org.eclipse.gef/src/org/eclipse/gef/tools/SimpleDragTracker.java index 8f1ac7dd4..1737fc982 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/SimpleDragTracker.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/SimpleDragTracker.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/TargetingTool.java b/org.eclipse.gef/src/org/eclipse/gef/tools/TargetingTool.java index 63e9f10f7..03020b2d9 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/TargetingTool.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/TargetingTool.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/tools/ToolUtilities.java b/org.eclipse.gef/src/org/eclipse/gef/tools/ToolUtilities.java index 3da8dd519..42c624abc 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/tools/ToolUtilities.java +++ b/org.eclipse.gef/src/org/eclipse/gef/tools/ToolUtilities.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ActionBarContributor.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ActionBarContributor.java index 2d4af1910..a18fa71da 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ActionBarContributor.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ActionBarContributor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ActionRegistry.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ActionRegistry.java index d61db09dc..717d0f322 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ActionRegistry.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ActionRegistry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentAction.java index ae1fa1999..53d1ba5fb 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentRetargetAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentRetargetAction.java index 595370210..08e3ee978 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentRetargetAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/Clipboard.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/Clipboard.java index 041a86be5..49b24456c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/Clipboard.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/Clipboard.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CopyRetargetAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CopyRetargetAction.java index d8ba2f1cd..444c35e4d 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CopyRetargetAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CopyRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CopyTemplateAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CopyTemplateAction.java index 909bf77e8..b0ec95004 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CopyTemplateAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CopyTemplateAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CreateGuideAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CreateGuideAction.java index 44c6d31df..f261dd07b 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CreateGuideAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CreateGuideAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DeleteAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DeleteAction.java index 6a1a71f31..1a7328c18 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DeleteAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DeleteAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DeleteRetargetAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DeleteRetargetAction.java index 11caf6999..309c3ccff 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DeleteRetargetAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DeleteRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DirectEditAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DirectEditAction.java index 3e2a32158..27ce2d7fa 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DirectEditAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DirectEditAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/EditorPartAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/EditorPartAction.java index 272b7280d..ec78e4654 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/EditorPartAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/EditorPartAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/GEFActionConstants.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/GEFActionConstants.java index fa6ee3e0b..eacf69a19 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/GEFActionConstants.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/GEFActionConstants.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchHeightAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchHeightAction.java index 40d9ffd08..bb878f7aa 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchHeightAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchHeightAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchHeightRetargetAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchHeightRetargetAction.java index 9b8ade5c6..1892c61ed 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchHeightRetargetAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchHeightRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchSizeAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchSizeAction.java index 8de51c9c1..12ad09e54 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchSizeAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchSizeAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchSizeRetargetAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchSizeRetargetAction.java index 200eea7f3..b57a0e6fb 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchSizeRetargetAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchSizeRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchWidthAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchWidthAction.java index 8325309fa..9c962a00a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchWidthAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchWidthAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchWidthRetargetAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchWidthRetargetAction.java index 8703c8ae8..7b5095753 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchWidthRetargetAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchWidthRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PasteRetargetAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PasteRetargetAction.java index 5b67e4ad7..36cf00384 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PasteRetargetAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PasteRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PasteTemplateAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PasteTemplateAction.java index 2236be43c..63e5ac9ba 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PasteTemplateAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PasteTemplateAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PrintAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PrintAction.java index 0ef2e8b6f..1820f7a18 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PrintAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PrintAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/RedoAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/RedoAction.java index 09545a616..02fd287b4 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/RedoAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/RedoAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/RedoRetargetAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/RedoRetargetAction.java index 937b45cb5..97998112c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/RedoRetargetAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/RedoRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SaveAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SaveAction.java index 33346383f..12924d80a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SaveAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SaveAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SelectAllAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SelectAllAction.java index 5fbe3ad7b..e0f5feab7 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SelectAllAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SelectAllAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SelectionAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SelectionAction.java index a22e5e34c..e87297698 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SelectionAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SelectionAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SetActivePaletteToolAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SetActivePaletteToolAction.java index b1c151530..c667ecef0 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SetActivePaletteToolAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SetActivePaletteToolAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/StackAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/StackAction.java index 14dad4e04..e0ced58c5 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/StackAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/StackAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ToggleGridAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ToggleGridAction.java index a47e92143..8e383f5e4 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ToggleGridAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ToggleGridAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ToggleRulerVisibilityAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ToggleRulerVisibilityAction.java index b82ca8785..1a02ac7b0 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ToggleRulerVisibilityAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ToggleRulerVisibilityAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ToggleSnapToGeometryAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ToggleSnapToGeometryAction.java index 5897fccef..4bf957728 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ToggleSnapToGeometryAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ToggleSnapToGeometryAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/UndoAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/UndoAction.java index 392d79368..41c27de61 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/UndoAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/UndoAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/UndoRetargetAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/UndoRetargetAction.java index 51c06bf31..a38759a1e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/UndoRetargetAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/UndoRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/UpdateAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/UpdateAction.java index b46bb0f29..9b8df4c85 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/UpdateAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/UpdateAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/WorkbenchPartAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/WorkbenchPartAction.java index eaba6fe09..fe45c620e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/WorkbenchPartAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/WorkbenchPartAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomAction.java index 3eae01054..280643f04 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomComboContributionItem.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomComboContributionItem.java index 8cd101c90..0eaacba9c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomComboContributionItem.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomComboContributionItem.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomInAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomInAction.java index f3420c92c..d7f9bacbf 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomInAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomInAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomInRetargetAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomInRetargetAction.java index 1a8231c60..6d8891ed4 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomInRetargetAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomInRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomOutAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomOutAction.java index 607aee35f..dd1807777 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomOutAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomOutAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomOutRetargetAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomOutRetargetAction.java index 79cdf81ce..c7c71687e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomOutRetargetAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomOutRetargetAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java b/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java index 154ee43d2..ccadbee97 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEFAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEFAction.java index 439cbebe4..eee9f75df 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEFAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEFAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/ChangeIconSizeAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/ChangeIconSizeAction.java index af5c6159c..1eb7afa99 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/ChangeIconSizeAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/ChangeIconSizeAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/CustomizeAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/CustomizeAction.java index 8bacf03ff..40e72b0a8 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/CustomizeAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/CustomizeAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/DefaultPaletteViewerPreferences.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/DefaultPaletteViewerPreferences.java index 559a2f291..5e0fbc25b 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/DefaultPaletteViewerPreferences.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/DefaultPaletteViewerPreferences.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/FlyoutPaletteComposite.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/FlyoutPaletteComposite.java index ee8b0a46b..d6240035e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/FlyoutPaletteComposite.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/FlyoutPaletteComposite.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/LayoutAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/LayoutAction.java index 90a8c786d..c0ca50317 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/LayoutAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/LayoutAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteContextMenuProvider.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteContextMenuProvider.java index b44b7b8ad..da21ca8c9 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteContextMenuProvider.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteContextMenuProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteCustomizer.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteCustomizer.java index b91612744..0441f46b3 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteCustomizer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteCustomizer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteEditPartFactory.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteEditPartFactory.java index 56a5492f7..fff9ef0b3 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteEditPartFactory.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteEditPartFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteMessages.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteMessages.java index 107c03f6b..740009573 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteMessages.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteMessages.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewer.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewer.java index 32bbb4a9c..afcc29d2d 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewerPreferences.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewerPreferences.java index 72df7ba89..49f0a0def 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewerPreferences.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewerPreferences.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewerProvider.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewerProvider.java index 7896959a4..33b3225af 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewerProvider.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewerProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PinDrawerAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PinDrawerAction.java index 82f64b302..52b84ab55 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PinDrawerAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PinDrawerAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/SettingsAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/SettingsAction.java index 25be4372e..b8850b07c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/SettingsAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/SettingsAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/DefaultEntryPage.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/DefaultEntryPage.java index 777e46d7d..8c3e912af 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/DefaultEntryPage.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/DefaultEntryPage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/DrawerEntryPage.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/DrawerEntryPage.java index e1e106b4c..b119e5a38 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/DrawerEntryPage.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/DrawerEntryPage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/EntryPage.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/EntryPage.java index ac6bbc27b..131678d3f 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/EntryPage.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/EntryPage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/EntryPageContainer.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/EntryPageContainer.java index 947f5c24f..14addb625 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/EntryPageContainer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/EntryPageContainer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteContainerFactory.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteContainerFactory.java index 6ebb12430..43d065194 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteContainerFactory.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteContainerFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteCustomizationAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteCustomizationAction.java index 3fbcd47c7..b98bddd53 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteCustomizationAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteCustomizationAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteCustomizerDialog.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteCustomizerDialog.java index 66bfe0bbb..4e447b0ca 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteCustomizerDialog.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteCustomizerDialog.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteDrawerFactory.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteDrawerFactory.java index 15faf837e..48cd2a3d7 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteDrawerFactory.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteDrawerFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteEntryFactory.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteEntryFactory.java index a9483afb1..76b49ac95 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteEntryFactory.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteEntryFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteGroupFactory.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteGroupFactory.java index d80017c20..689561d0c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteGroupFactory.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteGroupFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteLabelProvider.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteLabelProvider.java index 5d2eb45fd..1e7146e8b 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteLabelProvider.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteLabelProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteSeparatorFactory.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteSeparatorFactory.java index 37253d041..c27eff45f 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteSeparatorFactory.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteSeparatorFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteSettingsDialog.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteSettingsDialog.java index 06e100df9..62720eb40 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteSettingsDialog.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteSettingsDialog.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteStackFactory.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteStackFactory.java index 5962b9dc8..f8ab016df 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteStackFactory.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteStackFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteTreeProvider.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteTreeProvider.java index d3a398c3a..224ea8481 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteTreeProvider.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/customize/PaletteTreeProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/IPinnableEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/IPinnableEditPart.java index 2e83c36fd..e6dadc09a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/IPinnableEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/IPinnableEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/PaletteAnimator.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/PaletteAnimator.java index 6ffdc6008..d7dd17c9a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/PaletteAnimator.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/PaletteAnimator.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/PaletteEditPart.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/PaletteEditPart.java index 3ce6c3e44..d55daefe4 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/PaletteEditPart.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/PaletteEditPart.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/PaletteToolbarLayout.java b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/PaletteToolbarLayout.java index 4329491b0..56410a842 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/PaletteToolbarLayout.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/palette/editparts/PaletteToolbarLayout.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java index f5b37444e..e8e51feda 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/ContentOutlinePage.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/ContentOutlinePage.java index d77dd7974..18f51a113 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/ContentOutlinePage.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/ContentOutlinePage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/DomainEventDispatcher.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/DomainEventDispatcher.java index d38ac3935..a13454714 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/DomainEventDispatcher.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/DomainEventDispatcher.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditor.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditor.java index 5fa9e924c..6bdcad65a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditor.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditor.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditorWithFlyoutPalette.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditorWithFlyoutPalette.java index d72e3802f..a4bfaff8e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditorWithFlyoutPalette.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditorWithFlyoutPalette.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditorWithPalette.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditorWithPalette.java index bf5a5b531..e64beef76 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditorWithPalette.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditorWithPalette.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalViewerImpl.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalViewerImpl.java index ba9a65953..7a94c9b76 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalViewerImpl.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalViewerImpl.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalViewerKeyHandler.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalViewerKeyHandler.java index d6ef39c79..c63eee8cf 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalViewerKeyHandler.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalViewerKeyHandler.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/PaletteViewerKeyHandler.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/PaletteViewerKeyHandler.java index db32dce88..7d023f475 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/PaletteViewerKeyHandler.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/PaletteViewerKeyHandler.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/ScrollingGraphicalViewer.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/ScrollingGraphicalViewer.java index 8f94bd8ce..91cb7854e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/ScrollingGraphicalViewer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/ScrollingGraphicalViewer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/SelectionSynchronizer.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/SelectionSynchronizer.java index 68c4e7962..1696548c9 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/SelectionSynchronizer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/SelectionSynchronizer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/Splitter.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/Splitter.java index 1ee32904d..e51cd9df1 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/Splitter.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/Splitter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewer.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewer.java index 9b2fd276a..9b9214bda 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransfer.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransfer.java index a4adff78a..5b569e24c 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransfer.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransfer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java index 1267b5ada..0816f465a 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java index 7364ed281..6f442d8a7 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/properties/SetPropertyValueCommand.java b/org.eclipse.gef/src/org/eclipse/gef/ui/properties/SetPropertyValueCommand.java index 40eabdd46..86fb46300 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/properties/SetPropertyValueCommand.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/properties/SetPropertyValueCommand.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/properties/UndoablePropertySheetEntry.java b/org.eclipse.gef/src/org/eclipse/gef/ui/properties/UndoablePropertySheetEntry.java index fb652d584..8ce0881b8 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/properties/UndoablePropertySheetEntry.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/properties/UndoablePropertySheetEntry.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/properties/UndoablePropertySheetPage.java b/org.eclipse.gef/src/org/eclipse/gef/ui/properties/UndoablePropertySheetPage.java index 10914024f..b0afa63cf 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/properties/UndoablePropertySheetPage.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/properties/UndoablePropertySheetPage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2011 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/rulers/RulerComposite.java b/org.eclipse.gef/src/org/eclipse/gef/ui/rulers/RulerComposite.java index b6f9df348..93d64f76e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/rulers/RulerComposite.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/rulers/RulerComposite.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackInspector.java b/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackInspector.java index 2eb77ba3f..150dd71c2 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackInspector.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackInspector.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackInspectorPage.java b/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackInspectorPage.java index 1f0adb792..b32fb7d73 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackInspectorPage.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackInspectorPage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackViewerAction.java b/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackViewerAction.java index 6cfafc00e..7b77b5966 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackViewerAction.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackViewerAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/TreeContentProvider.java b/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/TreeContentProvider.java index d83564ae4..e91c5d33e 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/TreeContentProvider.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/TreeContentProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/TreeLabelProvider.java b/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/TreeLabelProvider.java index 683360b81..e396006c0 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/TreeLabelProvider.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/TreeLabelProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/views/palette/PalettePage.java b/org.eclipse.gef/src/org/eclipse/gef/ui/views/palette/PalettePage.java index d9d6e90f0..2c5f88bc0 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/views/palette/PalettePage.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/views/palette/PalettePage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/views/palette/PaletteView.java b/org.eclipse.gef/src/org/eclipse/gef/ui/views/palette/PaletteView.java index 1042e8a31..01bc77792 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/views/palette/PaletteView.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/views/palette/PaletteView.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/ui/views/palette/PaletteViewerPage.java b/org.eclipse.gef/src/org/eclipse/gef/ui/views/palette/PaletteViewerPage.java index 730731959..7ac056167 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/ui/views/palette/PaletteViewerPage.java +++ b/org.eclipse.gef/src/org/eclipse/gef/ui/views/palette/PaletteViewerPage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.gef/src/org/eclipse/gef/util/EditPartUtilities.java b/org.eclipse.gef/src/org/eclipse/gef/util/EditPartUtilities.java index 0ba92a27d..24e922898 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/util/EditPartUtilities.java +++ b/org.eclipse.gef/src/org/eclipse/gef/util/EditPartUtilities.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010, 2023 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Research Group Software Construction, diff --git a/org.eclipse.gef/src/org/eclipse/gef/util/FlagSupport.java b/org.eclipse.gef/src/org/eclipse/gef/util/FlagSupport.java index 88fbcdebe..e2c0f3726 100644 --- a/org.eclipse.gef/src/org/eclipse/gef/util/FlagSupport.java +++ b/org.eclipse.gef/src/org/eclipse/gef/util/FlagSupport.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/IFigureProvider.java b/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/IFigureProvider.java index c9d5ae9f8..f5e15e0d3 100644 --- a/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/IFigureProvider.java +++ b/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/IFigureProvider.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2009 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/SharedMessages.java b/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/SharedMessages.java index cf1a69671..bc4688ca1 100644 --- a/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/SharedMessages.java +++ b/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/SharedMessages.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2003, 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/ZoomManager.java b/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/ZoomManager.java index 151c830e2..eb0b0e10e 100644 --- a/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/ZoomManager.java +++ b/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/ZoomManager.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2022 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/CGraphNode.java b/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/CGraphNode.java index c23aa3592..98e66d1e7 100644 --- a/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/CGraphNode.java +++ b/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/CGraphNode.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2005, 2009 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation diff --git a/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java b/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java index 7205eae92..96e4698e3 100644 --- a/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java +++ b/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * University of Victoria - Adapted for XY Scaled Graphics diff --git a/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/ZestRootLayer.java b/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/ZestRootLayer.java index ec07bc8ef..16e3e8291 100644 --- a/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/ZestRootLayer.java +++ b/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/ZestRootLayer.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * University of Victoria - Adapted for XY Scaled Graphics diff --git a/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java b/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java index 66faf0ae5..2480dab98 100644 --- a/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java +++ b/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright 2005-2007, CHISEL Group, University of Victoria, Victoria, BC, Canada. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * The Chisel Group, University of Victoria diff --git a/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet2.java b/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet2.java index dce85d905..0032a9087 100644 --- a/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet2.java +++ b/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet2.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright 2005-2007, CHISEL Group, University of Victoria, Victoria, BC, Canada. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * The Chisel Group, University of Victoria diff --git a/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java b/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java index 4f0ccec1d..cc9017300 100644 --- a/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java +++ b/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright 2005-2007, CHISEL Group, University of Victoria, Victoria, BC, Canada. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * The Chisel Group, University of Victoria diff --git a/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet4.java b/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet4.java index 4e492d6f2..8a7b6a3f7 100644 --- a/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet4.java +++ b/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet4.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright 2005-2007, CHISEL Group, University of Victoria, Victoria, BC, Canada. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * The Chisel Group, University of Victoria diff --git a/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet6.java b/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet6.java index 98a2e4fef..9e05f8f5b 100644 --- a/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet6.java +++ b/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet6.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright 2005-2007, CHISEL Group, University of Victoria, Victoria, BC, Canada. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * The Chisel Group, University of Victoria diff --git a/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java b/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java index c3d0f092b..dfd7dc867 100644 --- a/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java +++ b/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright 2005-2007, CHISEL Group, University of Victoria, Victoria, BC, Canada. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * The Chisel Group, University of Victoria diff --git a/org.eclipse.zest.tests/src/org/eclipse/zest/tests/ZestTestSuite.java b/org.eclipse.zest.tests/src/org/eclipse/zest/tests/ZestTestSuite.java index 4d112d543..5a269b30f 100644 --- a/org.eclipse.zest.tests/src/org/eclipse/zest/tests/ZestTestSuite.java +++ b/org.eclipse.zest.tests/src/org/eclipse/zest/tests/ZestTestSuite.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. - * 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 + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation