From 8cf7abda8f344d5c858e8482fcc4681d39e49d34 Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Fri, 25 Feb 2022 15:56:15 +0100 Subject: [PATCH] added missing copyright headers Signed-off-by: Christian Dietrich --- .../eclipse/xtext/testing/FoldingConfiguration.java | 8 ++++++++ .../org/eclipse/xtext/util/formallang/StringPda.java | 8 ++++++++ .../generator/model/GeneratedJavaFileAccess.xtend | 8 ++++++++ .../ui/tasks/TaskTagPreferencePageFragment2.xtend | 8 ++++++++ .../generator/model/GeneratedJavaFileAccess.java | 8 ++++++++ .../ui/tasks/TaskTagPreferencePageFragment2.java | 8 ++++++++ .../org/eclipse/xtext/xtext/ide/XtextIdeModule.java | 11 ++++++++--- .../org/eclipse/xtext/xtext/ide/XtextIdeSetup.java | 11 ++++++++--- .../common/parser/packrat/TerminalsDelimiters.java | 11 ++++++++--- .../common/parser/packrat/TerminalsPackratParser.java | 11 ++++++++--- .../parser/packrat/TerminalsParserConfiguration.java | 11 ++++++++--- .../packrat/consumers/TerminalsANY_OTHERConsumer.java | 11 ++++++++--- .../parser/packrat/consumers/TerminalsIDConsumer.java | 11 ++++++++--- .../packrat/consumers/TerminalsINTConsumer.java | 11 ++++++++--- .../consumers/TerminalsML_COMMENTConsumer.java | 11 ++++++++--- .../consumers/TerminalsSL_COMMENTConsumer.java | 11 ++++++++--- .../packrat/consumers/TerminalsSTRINGConsumer.java | 11 ++++++++--- .../parser/packrat/consumers/TerminalsWSConsumer.java | 11 ++++++++--- .../src/org/eclipse/xtext/XtextStandaloneSetup.java | 9 ++++++++- .../eclipse/xtext/common/TerminalsRuntimeModule.java | 11 ++++++++--- .../xtext/common/TerminalsStandaloneSetup.java | 9 ++++++++- .../FormatterPreferenceValuesProvider.java | 8 ++++++++ .../formatting2/internal/TextReplacerContext.java | 8 ++++++++ .../trace/internal/AbstractLocationInResource.java | 8 ++++++++ .../generator/trace/internal/LocationInResource.java | 8 ++++++++ .../xtext/nodemodel/impl/BasicNodeIterable.java | 8 ++++++++ .../eclipse/xtext/nodemodel/util/NodeIterable.java | 8 ++++++++ .../org/eclipse/xtext/parser/antlr/TokenAcceptor.java | 8 ++++++++ .../xtext/resource/SynchronizedXtextResourceSet.java | 8 ++++++++ .../eclipse/xtext/resource/XtextResourceFactory.java | 8 ++++++++ .../FlatResourceSetBasedAllContainersState.java | 8 ++++++++ .../acceptor/DelegatingSequenceAcceptor.java | 8 ++++++++ .../acceptor/ISyntacticSequenceAcceptor.java | 8 ++++++++ .../analysis/IGrammarConstraintProvider.java | 8 ++++++++ .../serializer/sequencer/IHiddenTokenSequencer.java | 8 ++++++++ .../serializer/sequencer/ISemanticSequencer.java | 8 ++++++++ .../serializer/sequencer/ISyntacticSequencer.java | 8 ++++++++ .../serializer/sequencer/ITransientValueService.java | 8 ++++++++ .../sequencer/NodeModelSemanticSequencer.java | 8 ++++++++ .../serializer/tokens/ICrossReferenceSerializer.java | 8 ++++++++ .../serializer/tokens/IEnumLiteralSerializer.java | 8 ++++++++ .../xtext/serializer/tokens/IKeywordSerializer.java | 8 ++++++++ .../xtext/serializer/tokens/IValueSerializer.java | 8 ++++++++ .../tokens/SerializerScopeProviderBinding.java | 8 ++++++++ .../xtext/xtext/ReducedXtextResourceValidator.java | 8 ++++++++ 45 files changed, 360 insertions(+), 41 deletions(-) diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/FoldingConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/FoldingConfiguration.java index 1bf15e5fa..bdd80b881 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/FoldingConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/FoldingConfiguration.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2021 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.testing; public class FoldingConfiguration extends TextDocumentConfiguration { diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringPda.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringPda.java index 8b0704d56..78a37f7a4 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringPda.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringPda.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.util.formallang; import java.util.Map; diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/model/GeneratedJavaFileAccess.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/model/GeneratedJavaFileAccess.xtend index f2df3e634..861f5aff1 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/model/GeneratedJavaFileAccess.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/model/GeneratedJavaFileAccess.xtend @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.xtext.generator.model import java.util.List diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ui/tasks/TaskTagPreferencePageFragment2.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ui/tasks/TaskTagPreferencePageFragment2.xtend index 05c509779..ab686a5d7 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ui/tasks/TaskTagPreferencePageFragment2.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ui/tasks/TaskTagPreferencePageFragment2.xtend @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.xtext.generator.ui.tasks import com.google.inject.Inject diff --git a/org.eclipse.xtext.xtext.generator/xtend-gen/org/eclipse/xtext/xtext/generator/model/GeneratedJavaFileAccess.java b/org.eclipse.xtext.xtext.generator/xtend-gen/org/eclipse/xtext/xtext/generator/model/GeneratedJavaFileAccess.java index 497da805c..abaea9e18 100644 --- a/org.eclipse.xtext.xtext.generator/xtend-gen/org/eclipse/xtext/xtext/generator/model/GeneratedJavaFileAccess.java +++ b/org.eclipse.xtext.xtext.generator/xtend-gen/org/eclipse/xtext/xtext/generator/model/GeneratedJavaFileAccess.java @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.xtext.generator.model; import com.google.common.collect.Iterables; diff --git a/org.eclipse.xtext.xtext.generator/xtend-gen/org/eclipse/xtext/xtext/generator/ui/tasks/TaskTagPreferencePageFragment2.java b/org.eclipse.xtext.xtext.generator/xtend-gen/org/eclipse/xtext/xtext/generator/ui/tasks/TaskTagPreferencePageFragment2.java index b0c9fa9b9..cd9d71b49 100644 --- a/org.eclipse.xtext.xtext.generator/xtend-gen/org/eclipse/xtext/xtext/generator/ui/tasks/TaskTagPreferencePageFragment2.java +++ b/org.eclipse.xtext.xtext.generator/xtend-gen/org/eclipse/xtext/xtext/generator/ui/tasks/TaskTagPreferencePageFragment2.java @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.xtext.generator.ui.tasks; import com.google.inject.Inject; diff --git a/org.eclipse.xtext.xtext.ide/src/org/eclipse/xtext/xtext/ide/XtextIdeModule.java b/org.eclipse.xtext.xtext.ide/src/org/eclipse/xtext/xtext/ide/XtextIdeModule.java index b8214e94f..2dfbdbb91 100644 --- a/org.eclipse.xtext.xtext.ide/src/org/eclipse/xtext/xtext/ide/XtextIdeModule.java +++ b/org.eclipse.xtext.xtext.ide/src/org/eclipse/xtext/xtext/ide/XtextIdeModule.java @@ -1,6 +1,11 @@ -/* - * generated by Xtext - */ +/******************************************************************************* + * Copyright (c) 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.xtext.ide; diff --git a/org.eclipse.xtext.xtext.ide/src/org/eclipse/xtext/xtext/ide/XtextIdeSetup.java b/org.eclipse.xtext.xtext.ide/src/org/eclipse/xtext/xtext/ide/XtextIdeSetup.java index bacbf6a50..2a14bff05 100644 --- a/org.eclipse.xtext.xtext.ide/src/org/eclipse/xtext/xtext/ide/XtextIdeSetup.java +++ b/org.eclipse.xtext.xtext.ide/src/org/eclipse/xtext/xtext/ide/XtextIdeSetup.java @@ -1,6 +1,11 @@ -/* - * generated by Xtext - */ +/******************************************************************************* + * Copyright (c) 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.xtext.ide; import com.google.inject.Guice; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/TerminalsDelimiters.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/TerminalsDelimiters.java index b987aec1a..42838435d 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/TerminalsDelimiters.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/TerminalsDelimiters.java @@ -1,6 +1,11 @@ -/* -* generated by Xtext -*/ +/******************************************************************************* + * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.common.parser.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/TerminalsPackratParser.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/TerminalsPackratParser.java index cd7ae23ab..33ecc2e83 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/TerminalsPackratParser.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/TerminalsPackratParser.java @@ -1,6 +1,11 @@ -/* -* generated by Xtext -*/ +/******************************************************************************* + * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.common.parser.packrat; import java.io.Reader; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/TerminalsParserConfiguration.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/TerminalsParserConfiguration.java index 97f40d814..f3fbf998b 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/TerminalsParserConfiguration.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/TerminalsParserConfiguration.java @@ -1,6 +1,11 @@ -/* -* generated by Xtext -*/ +/******************************************************************************* + * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.common.parser.packrat; import org.eclipse.xtext.parser.packrat.AbstractParserConfiguration; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsANY_OTHERConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsANY_OTHERConsumer.java index f42478cef..bba204b17 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsANY_OTHERConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsANY_OTHERConsumer.java @@ -1,6 +1,11 @@ -/* -* generated by Xtext -*/ +/******************************************************************************* + * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.common.parser.packrat.consumers; import org.eclipse.xtext.parser.packrat.consumers.ITerminalConsumerConfiguration; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsIDConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsIDConsumer.java index f06e7808c..80a22677a 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsIDConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsIDConsumer.java @@ -1,6 +1,11 @@ -/* -* generated by Xtext -*/ +/******************************************************************************* + * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.common.parser.packrat.consumers; import org.eclipse.xtext.parser.packrat.consumers.ITerminalConsumerConfiguration; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsINTConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsINTConsumer.java index aac8ae339..1b2adc471 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsINTConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsINTConsumer.java @@ -1,6 +1,11 @@ -/* -* generated by Xtext -*/ +/******************************************************************************* + * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.common.parser.packrat.consumers; import org.eclipse.xtext.parser.packrat.consumers.ITerminalConsumerConfiguration; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsML_COMMENTConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsML_COMMENTConsumer.java index 21f26d62c..01dc63072 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsML_COMMENTConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsML_COMMENTConsumer.java @@ -1,6 +1,11 @@ -/* -* generated by Xtext -*/ +/******************************************************************************* + * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.common.parser.packrat.consumers; import org.eclipse.xtext.parser.packrat.consumers.ITerminalConsumerConfiguration; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsSL_COMMENTConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsSL_COMMENTConsumer.java index 29bfe6740..13da09355 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsSL_COMMENTConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsSL_COMMENTConsumer.java @@ -1,6 +1,11 @@ -/* -* generated by Xtext -*/ +/******************************************************************************* + * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.common.parser.packrat.consumers; import org.eclipse.xtext.parser.packrat.consumers.ITerminalConsumerConfiguration; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsSTRINGConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsSTRINGConsumer.java index 4491a953d..d4ddc1e88 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsSTRINGConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsSTRINGConsumer.java @@ -1,6 +1,11 @@ -/* -* generated by Xtext -*/ +/******************************************************************************* + * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.common.parser.packrat.consumers; import org.eclipse.xtext.parser.packrat.consumers.ITerminalConsumerConfiguration; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsWSConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsWSConsumer.java index 8af70c719..f5d3bbb8b 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsWSConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/common/parser/packrat/consumers/TerminalsWSConsumer.java @@ -1,6 +1,11 @@ -/* -* generated by Xtext -*/ +/******************************************************************************* + * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.common.parser.packrat.consumers; import org.eclipse.xtext.parser.packrat.consumers.ITerminalConsumerConfiguration; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/XtextStandaloneSetup.java b/org.eclipse.xtext/src/org/eclipse/xtext/XtextStandaloneSetup.java index 9e74d31ba..1207f3964 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/XtextStandaloneSetup.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/XtextStandaloneSetup.java @@ -1,4 +1,11 @@ - +/******************************************************************************* + * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext; import org.eclipse.emf.ecore.EPackage; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/common/TerminalsRuntimeModule.java b/org.eclipse.xtext/src/org/eclipse/xtext/common/TerminalsRuntimeModule.java index 74df89298..e31170a1d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/common/TerminalsRuntimeModule.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/common/TerminalsRuntimeModule.java @@ -1,6 +1,11 @@ -/* - * generated by Xtext - */ +/******************************************************************************* + * Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.common; /** diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/common/TerminalsStandaloneSetup.java b/org.eclipse.xtext/src/org/eclipse/xtext/common/TerminalsStandaloneSetup.java index c4c4116b8..7858a95f9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/common/TerminalsStandaloneSetup.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/common/TerminalsStandaloneSetup.java @@ -1,4 +1,11 @@ - +/******************************************************************************* + * Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.common; /** diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterPreferenceValuesProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterPreferenceValuesProvider.java index 97a909eb9..140cd7eec 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterPreferenceValuesProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterPreferenceValuesProvider.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2014, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.formatting2; import org.eclipse.emf.ecore.resource.Resource; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextReplacerContext.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextReplacerContext.java index 978a7f6a3..379985865 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextReplacerContext.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextReplacerContext.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.formatting2.internal; import static java.lang.String.*; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/AbstractLocationInResource.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/AbstractLocationInResource.java index 852834ed0..2d8028f0c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/AbstractLocationInResource.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/AbstractLocationInResource.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.generator.trace.internal; import java.io.IOException; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/LocationInResource.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/LocationInResource.java index bab073b67..736966b30 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/LocationInResource.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/LocationInResource.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.generator.trace.internal; import org.eclipse.xtext.generator.trace.SourceRelativeURI; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/BasicNodeIterable.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/BasicNodeIterable.java index e0e0cf9c3..d3c70f7b0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/BasicNodeIterable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/BasicNodeIterable.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2010, 2020 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.nodemodel.impl; import java.util.Objects; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeIterable.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeIterable.java index c48d8b559..f4c3609b0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeIterable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeIterable.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2010, 2020 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.nodemodel.util; import java.util.Objects; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenAcceptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenAcceptor.java index 3ccdc4f61..f6fafdae0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenAcceptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenAcceptor.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.parser.antlr; import java.util.Iterator; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/SynchronizedXtextResourceSet.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/SynchronizedXtextResourceSet.java index 61c46904a..b036a9041 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/SynchronizedXtextResourceSet.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/SynchronizedXtextResourceSet.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.resource; import java.util.Collection; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResourceFactory.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResourceFactory.java index 2549ebf46..247313480 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResourceFactory.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResourceFactory.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2008, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.resource; import org.eclipse.emf.common.util.URI; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/FlatResourceSetBasedAllContainersState.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/FlatResourceSetBasedAllContainersState.java index cacad8e91..c72566098 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/FlatResourceSetBasedAllContainersState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/FlatResourceSetBasedAllContainersState.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2012, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.resource.containers; import static com.google.common.collect.Lists.*; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/DelegatingSequenceAcceptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/DelegatingSequenceAcceptor.java index ea27f4634..5653b27bf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/DelegatingSequenceAcceptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/DelegatingSequenceAcceptor.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2012, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.acceptor; import org.eclipse.emf.ecore.EObject; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/ISyntacticSequenceAcceptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/ISyntacticSequenceAcceptor.java index d6556ef05..f1329dc87 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/ISyntacticSequenceAcceptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/ISyntacticSequenceAcceptor.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.acceptor; import org.eclipse.xtext.Action; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IGrammarConstraintProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IGrammarConstraintProvider.java index 8de44975b..6db167115 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IGrammarConstraintProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IGrammarConstraintProvider.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.analysis; import java.util.Collection; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/IHiddenTokenSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/IHiddenTokenSequencer.java index 5fc0eb932..90d745cca 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/IHiddenTokenSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/IHiddenTokenSequencer.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.sequencer; import org.eclipse.emf.ecore.EObject; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ISemanticSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ISemanticSequencer.java index 561ae94b7..9e289c4ea 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ISemanticSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ISemanticSequencer.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.sequencer; import org.eclipse.emf.ecore.EObject; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ISyntacticSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ISyntacticSequencer.java index 07f894a96..4a7196ee1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ISyntacticSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ISyntacticSequencer.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2011,2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.sequencer; import org.eclipse.emf.ecore.EObject; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ITransientValueService.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ITransientValueService.java index 86452d3f7..dc2854ecf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ITransientValueService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ITransientValueService.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.sequencer; import org.eclipse.emf.ecore.EObject; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/NodeModelSemanticSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/NodeModelSemanticSequencer.java index edf7e56a0..a33357ed7 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/NodeModelSemanticSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/NodeModelSemanticSequencer.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.sequencer; import java.util.Collections; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/ICrossReferenceSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/ICrossReferenceSerializer.java index 07a22f45d..dc211ec78 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/ICrossReferenceSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/ICrossReferenceSerializer.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.tokens; import org.eclipse.emf.ecore.EObject; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IEnumLiteralSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IEnumLiteralSerializer.java index 35f2c2d14..1501b3fc8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IEnumLiteralSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IEnumLiteralSerializer.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.tokens; import org.eclipse.emf.ecore.EObject; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IKeywordSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IKeywordSerializer.java index d15e48138..e420ee802 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IKeywordSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IKeywordSerializer.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.tokens; import org.eclipse.emf.ecore.EObject; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IValueSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IValueSerializer.java index 4a73c13df..c878f3e31 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IValueSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IValueSerializer.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.tokens; import org.eclipse.emf.ecore.EObject; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/SerializerScopeProviderBinding.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/SerializerScopeProviderBinding.java index 32a5fa9f5..5674c449c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/SerializerScopeProviderBinding.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/SerializerScopeProviderBinding.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2013, 2016 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.serializer.tokens; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ReducedXtextResourceValidator.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ReducedXtextResourceValidator.java index 8ebd1a43f..d93d334c5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ReducedXtextResourceValidator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ReducedXtextResourceValidator.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of 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.xtext.xtext; import org.eclipse.emf.ecore.resource.Resource;