From e55692b7015b660023c24dd57debc6921d325721 Mon Sep 17 00:00:00 2001 From: Stéphane Bégaudeau Date: Thu, 20 Sep 2018 11:58:22 +0200 Subject: [releng] Second part of the switch to EPLv2 - Java files - Metamodels Change-Id: I66cb5cf73ad4a8689ac81e06fe0f826a35f1df4a Signed-off-by: Stéphane Bégaudeau --- .../src/org/eclipse/eef/tests/internal/AQLInterpreter.java | 11 ++++++----- .../src/org/eclipse/eef/tests/internal/AllTests.java | 11 ++++++----- .../src/org/eclipse/eef/tests/internal/EEFDataTests.java | 11 ++++++----- .../src/org/eclipse/eef/tests/internal/EEFTestServices.java | 13 +++++++------ .../internal/controllers/AbstractEEFControllerTests.java | 11 ++++++----- .../internal/controllers/EEFButtonControllerTests.java | 11 ++++++----- .../internal/controllers/EEFCheckboxControllerTests.java | 11 ++++++----- .../tests/internal/controllers/EEFLabelControllerTests.java | 11 ++++++----- .../tests/internal/controllers/EEFRadioControllerTests.java | 11 ++++++----- .../internal/controllers/EEFSelectControllerTests.java | 11 ++++++----- .../tests/internal/controllers/EEFTextControllerTests.java | 11 ++++++----- .../eef/tests/internal/core/EEFDomainClassTesterTests.java | 11 ++++++----- .../src/org/eclipse/eef/tests/internal/core/EvalTests.java | 11 ++++++----- 13 files changed, 79 insertions(+), 66 deletions(-) (limited to 'tests/org.eclipse.eef.tests/src') diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/AQLInterpreter.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/AQLInterpreter.java index 542e9d489..214646784 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/AQLInterpreter.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/AQLInterpreter.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2016 Obeo. + * Copyright (c) 2016, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal; diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/AllTests.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/AllTests.java index 4b99e3edf..543a4c4f8 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/AllTests.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/AllTests.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2015, 2016 Obeo. + * Copyright (c) 2015, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal; diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/EEFDataTests.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/EEFDataTests.java index f862e0d56..803fcae42 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/EEFDataTests.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/EEFDataTests.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2016 Obeo. + * Copyright (c) 2016, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal; diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/EEFTestServices.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/EEFTestServices.java index 580fa32e3..29f9a7add 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/EEFTestServices.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/EEFTestServices.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2016 Obeo. + * Copyright (c) 2016, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal; @@ -21,7 +22,7 @@ import org.eclipse.emf.ecore.EStructuralFeature; public class EEFTestServices { /** * Sets the value of the given structural feature for the given EObject. - * + * * @param eObject * The EObject * @param eStructuralFeature diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/AbstractEEFControllerTests.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/AbstractEEFControllerTests.java index d1a1ca6b6..802ce4ecd 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/AbstractEEFControllerTests.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/AbstractEEFControllerTests.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2016 Obeo. + * Copyright (c) 2016, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal.controllers; diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFButtonControllerTests.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFButtonControllerTests.java index 8b9140872..b0065cfde 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFButtonControllerTests.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFButtonControllerTests.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2016 Obeo. + * Copyright (c) 2016, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal.controllers; diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFCheckboxControllerTests.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFCheckboxControllerTests.java index 88a0f8da2..bed931ae5 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFCheckboxControllerTests.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFCheckboxControllerTests.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2016 Obeo. + * Copyright (c) 2016, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal.controllers; diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFLabelControllerTests.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFLabelControllerTests.java index 7f51ca9fc..a46bc62f1 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFLabelControllerTests.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFLabelControllerTests.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2016 Obeo. + * Copyright (c) 2016, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal.controllers; diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFRadioControllerTests.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFRadioControllerTests.java index 215ae7fe4..389ebab8a 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFRadioControllerTests.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFRadioControllerTests.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2016 Obeo. + * Copyright (c) 2016, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal.controllers; diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFSelectControllerTests.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFSelectControllerTests.java index 78e0a22bf..69ffcce0b 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFSelectControllerTests.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFSelectControllerTests.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2016 Obeo. + * Copyright (c) 2016, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal.controllers; diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFTextControllerTests.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFTextControllerTests.java index 68dbf56ba..05dec926b 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFTextControllerTests.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/controllers/EEFTextControllerTests.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2015, 2016 Obeo. + * Copyright (c) 2015, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal.controllers; diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/core/EEFDomainClassTesterTests.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/core/EEFDomainClassTesterTests.java index cfd90ab97..11a16c421 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/core/EEFDomainClassTesterTests.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/core/EEFDomainClassTesterTests.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2016 Obeo. + * Copyright (c) 2016, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal.core; diff --git a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/core/EvalTests.java b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/core/EvalTests.java index c8c643b03..2c4e4e046 100644 --- a/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/core/EvalTests.java +++ b/tests/org.eclipse.eef.tests/src/org/eclipse/eef/tests/internal/core/EvalTests.java @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2016 Obeo. + * Copyright (c) 2016, 2018 Obeo. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0 * - * Contributors: - * Obeo - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.eef.tests.internal.core; -- cgit v1.2.3