From f0ce92d3b5719794f5f786e513b4b4ff8e0abe0f Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 20 Nov 2018 11:39:12 +0000 Subject: Bug 540371: normalize files before applying EPLv2 Change-Id: I8bfd427bba1df18579d6d5e58ad1e5d704485050 --- build/org.eclipse.cdt.autotools-feature/feature.properties | 7 ++++++- .../autotools/ui/properties/AutotoolsToolPropertyOptionPage.java | 1 + .../projecttemplates/HelloWorldCAutotoolsProject/template.xml | 2 +- .../projecttemplates/HelloWorldCPPAutotoolsProject/template.xml | 2 +- .../cdt/build/gcc/core/internal/Msys2ToolChainProvider.java | 5 +++-- .../projecttemplates/HelloWorldCAnsiProject/template.xml | 2 +- .../templates/projecttemplates/HelloWorldCCProject/template.xml | 2 +- .../codan/internal/ui/preferences/FieldEditorOverlayPage.java | 6 +++--- .../model/org/eclipse/cdt/internal/core/model/ASTCache.java | 9 +++++---- .../cdt/ui/tests/text/contentassist2/TemplateProposalTest.java | 9 +++++---- .../extractlocalvariable/ExtractLocalVariableRefactoring.java | 7 ++++--- .../src/org/eclipse/cdt/launch/remote/RemoteHelper.java | 7 ++++--- .../src/org/eclipse/cdt/launch/remote/RemoteUIHelper.java | 7 ++++--- .../cdt/dsf/gdb/service/command/IGDBBackendProcessWithoutIO.java | 2 +- .../src/org/eclipse/cdt/dsf/gdb/service/command/IGDBControl.java | 2 +- .../org.eclipse.cdt.docker.launcher-feature/feature.properties | 7 ++++++- lrparser/org.eclipse.cdt.core.lrparser/grammar/cpp/CPPGrammar.g | 2 +- lrparser/org.eclipse.cdt.core.lrparser/grammar/cpp/CPPParser.g | 2 +- lrparser/org.eclipse.cdt.core.lrparser/grammar/gpp/GPPParser.g | 2 +- .../grammar/template/LRParserTemplate.g | 2 +- .../grammar/template/LRSecondaryParserTemplate.g | 2 +- .../cdt/core/dom/lrparser/ScannerExtensionConfiguration.java | 9 +++++---- native/org.eclipse.cdt.native.serial/pom.xml | 4 ++-- pom.xml | 2 +- 24 files changed, 60 insertions(+), 42 deletions(-) diff --git a/build/org.eclipse.cdt.autotools-feature/feature.properties b/build/org.eclipse.cdt.autotools-feature/feature.properties index 426f6698c25..42248afb0d3 100644 --- a/build/org.eclipse.cdt.autotools-feature/feature.properties +++ b/build/org.eclipse.cdt.autotools-feature/feature.properties @@ -11,4 +11,9 @@ featureName=C/C++ Autotools support description=Plugins for maintaining C/C++ projects that use Autotools (autoconf and automake). provider=Eclipse CDT -copyright=Copyright 2006, 2007, 2008, 2009, 2010 Red Hat, Inc. +copyright=\ +Copyright (c) 2006, 2018 Red Hat, Inc. and others.\n\ +All rights reserved. This program and the accompanying materials\n\ +are made available under the terms of the Eclipse Public License v1.0\n\ +which accompanies this distribution, and is available at\n\ +http://www.eclipse.org/legal/epl-v10.html diff --git a/build/org.eclipse.cdt.autotools.ui/src/org/eclipse/cdt/internal/autotools/ui/properties/AutotoolsToolPropertyOptionPage.java b/build/org.eclipse.cdt.autotools.ui/src/org/eclipse/cdt/internal/autotools/ui/properties/AutotoolsToolPropertyOptionPage.java index 93344d60c78..754549713ec 100644 --- a/build/org.eclipse.cdt.autotools.ui/src/org/eclipse/cdt/internal/autotools/ui/properties/AutotoolsToolPropertyOptionPage.java +++ b/build/org.eclipse.cdt.autotools.ui/src/org/eclipse/cdt/internal/autotools/ui/properties/AutotoolsToolPropertyOptionPage.java @@ -1,5 +1,6 @@ /******************************************************************************* * Copyright (c) 2009, 2015 Red Hat 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 diff --git a/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/HelloWorldCAutotoolsProject/template.xml b/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/HelloWorldCAutotoolsProject/template.xml index 6e2dabb393d..119c95e19d1 100644 --- a/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/HelloWorldCAutotoolsProject/template.xml +++ b/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/HelloWorldCAutotoolsProject/template.xml @@ -1,6 +1,6 @@