diff --git a/Contribute.md b/Contribute.md
new file mode 100644
index 0000000000..24dbff1631
--- /dev/null
+++ b/Contribute.md
@@ -0,0 +1,28 @@
+# Contributing to Eclipse Xtext
+
+Thanks for your interest in this project.
+
+## Project description
+
+Xtext is a framework for development of programming languages and domain-specific languages.
+With Xtext you define your language using a powerful grammar language.
+As a result you get a full infrastructure, including parser, linker, typechecker, compiler as well as editing support for Eclipse,
+any editor that supports the Language Server Protocol and your favorite web browser.
+
+* https://xtext.org
+
+## Eclipse Contributor Agreement
+
+Before your contribution can be accepted by the project team contributors must
+electronically sign the Eclipse Contributor Agreement (ECA).
+
+* http://www.eclipse.org/legal/ECA.php
+
+Commits that are provided by non-committers must have a Signed-off-by field in
+the footer indicating that the author is aware of the terms by which the
+contribution has been provided to the project. The non-committer must
+additionally have an Eclipse Foundation account and must have a signed Eclipse
+Contributor Agreement (ECA) on file.
+
+For more information, please see the Eclipse Committer Handbook:
+https://www.eclipse.org/projects/handbook/#resources-commit
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index f735bee0e8..e23ece2c85 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,203 +1,277 @@
-Eclipse Public License - v 1.0
+Eclipse Public License - v 2.0
-THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
-LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
-CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+ PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
+ OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
1. DEFINITIONS
"Contribution" means:
-a) in the case of the initial Contributor, the initial code and documentation
- distributed under this Agreement, and
-b) in the case of each subsequent Contributor:
- i) changes to the Program, and
- ii) additions to the Program;
+ a) in the case of the initial Contributor, the initial content
+ Distributed under this Agreement, and
- where such changes and/or additions to the Program originate from and are
- distributed by that particular Contributor. A Contribution 'originates'
- from a Contributor if it was added to the Program by such Contributor
- itself or anyone acting on such Contributor's behalf. Contributions do not
- include additions to the Program which: (i) are separate modules of
- software distributed in conjunction with the Program under their own
- license agreement, and (ii) are not derivative works of the Program.
+ b) in the case of each subsequent Contributor:
+ i) changes to the Program, and
+ ii) additions to the Program;
+ where such changes and/or additions to the Program originate from
+ and are Distributed by that particular Contributor. A Contribution
+ "originates" from a Contributor if it was added to the Program by
+ such Contributor itself or anyone acting on such Contributor's behalf.
+ Contributions do not include changes or additions to the Program that
+ are not Modified Works.
-"Contributor" means any person or entity that distributes the Program.
+"Contributor" means any person or entity that Distributes the Program.
-"Licensed Patents" mean patent claims licensable by a Contributor which are
-necessarily infringed by the use or sale of its Contribution alone or when
-combined with the Program.
+"Licensed Patents" mean patent claims licensable by a Contributor which
+are necessarily infringed by the use or sale of its Contribution alone
+or when combined with the Program.
-"Program" means the Contributions distributed in accordance with this
+"Program" means the Contributions Distributed in accordance with this
Agreement.
-"Recipient" means anyone who receives the Program under this Agreement,
-including all Contributors.
+"Recipient" means anyone who receives the Program under this Agreement
+or any Secondary License (as applicable), including Contributors.
+
+"Derivative Works" shall mean any work, whether in Source Code or other
+form, that is based on (or derived from) the Program and for which the
+editorial revisions, annotations, elaborations, or other modifications
+represent, as a whole, an original work of authorship.
+
+"Modified Works" shall mean any work in Source Code or other form that
+results from an addition to, deletion from, or modification of the
+contents of the Program, including, for purposes of clarity any new file
+in Source Code form that contains any contents of the Program. Modified
+Works shall not include works that contain only declarations,
+interfaces, types, classes, structures, or files of the Program solely
+in each case in order to link to, bind by name, or subclass the Program
+or Modified Works thereof.
+
+"Distribute" means the acts of a) distributing or b) making available
+in any manner that enables the transfer of a copy.
+
+"Source Code" means the form of a Program preferred for making
+modifications, including but not limited to software source code,
+documentation source, and configuration files.
+
+"Secondary License" means either the GNU General Public License,
+Version 2.0, or any later versions of that license, including any
+exceptions or additional permissions as identified by the initial
+Contributor.
2. GRANT OF RIGHTS
- a) Subject to the terms of this Agreement, each Contributor hereby grants
- Recipient a non-exclusive, worldwide, royalty-free copyright license to
- reproduce, prepare derivative works of, publicly display, publicly
- perform, distribute and sublicense the Contribution of such Contributor,
- if any, and such derivative works, in source code and object code form.
- b) Subject to the terms of this Agreement, each Contributor hereby grants
- Recipient a non-exclusive, worldwide, royalty-free patent license under
- Licensed Patents to make, use, sell, offer to sell, import and otherwise
- transfer the Contribution of such Contributor, if any, in source code and
- object code form. This patent license shall apply to the combination of
- the Contribution and the Program if, at the time the Contribution is
- added by the Contributor, such addition of the Contribution causes such
- combination to be covered by the Licensed Patents. The patent license
- shall not apply to any other combinations which include the Contribution.
- No hardware per se is licensed hereunder.
- c) Recipient understands that although each Contributor grants the licenses
- to its Contributions set forth herein, no assurances are provided by any
- Contributor that the Program does not infringe the patent or other
- intellectual property rights of any other entity. Each Contributor
- disclaims any liability to Recipient for claims brought by any other
- entity based on infringement of intellectual property rights or
- otherwise. As a condition to exercising the rights and licenses granted
- hereunder, each Recipient hereby assumes sole responsibility to secure
- any other intellectual property rights needed, if any. For example, if a
- third party patent license is required to allow Recipient to distribute
- the Program, it is Recipient's responsibility to acquire that license
- before distributing the Program.
- d) Each Contributor represents that to its knowledge it has sufficient
- copyright rights in its Contribution, if any, to grant the copyright
- license set forth in this Agreement.
+
+ a) Subject to the terms of this Agreement, each Contributor hereby
+ grants Recipient a non-exclusive, worldwide, royalty-free copyright
+ license to reproduce, prepare Derivative Works of, publicly display,
+ publicly perform, Distribute and sublicense the Contribution of such
+ Contributor, if any, and such Derivative Works.
+
+ b) Subject to the terms of this Agreement, each Contributor hereby
+ grants Recipient a non-exclusive, worldwide, royalty-free patent
+ license under Licensed Patents to make, use, sell, offer to sell,
+ import and otherwise transfer the Contribution of such Contributor,
+ if any, in Source Code or other form. This patent license shall
+ apply to the combination of the Contribution and the Program if, at
+ the time the Contribution is added by the Contributor, such addition
+ of the Contribution causes such combination to be covered by the
+ Licensed Patents. The patent license shall not apply to any other
+ combinations which include the Contribution. No hardware per se is
+ licensed hereunder.
+
+ c) Recipient understands that although each Contributor grants the
+ licenses to its Contributions set forth herein, no assurances are
+ provided by any Contributor that the Program does not infringe the
+ patent or other intellectual property rights of any other entity.
+ Each Contributor disclaims any liability to Recipient for claims
+ brought by any other entity based on infringement of intellectual
+ property rights or otherwise. As a condition to exercising the
+ rights and licenses granted hereunder, each Recipient hereby
+ assumes sole responsibility to secure any other intellectual
+ property rights needed, if any. For example, if a third party
+ patent license is required to allow Recipient to Distribute the
+ Program, it is Recipient's responsibility to acquire that license
+ before distributing the Program.
+
+ d) Each Contributor represents that to its knowledge it has
+ sufficient copyright rights in its Contribution, if any, to grant
+ the copyright license set forth in this Agreement.
+
+ e) Notwithstanding the terms of any Secondary License, no
+ Contributor makes additional grants to any Recipient (other than
+ those set forth in this Agreement) as a result of such Recipient's
+ receipt of the Program under the terms of a Secondary License
+ (if permitted under the terms of Section 3).
3. REQUIREMENTS
-A Contributor may choose to distribute the Program in object code form under
-its own license agreement, provided that:
-
- a) it complies with the terms and conditions of this Agreement; and
- b) its license agreement:
- i) effectively disclaims on behalf of all Contributors all warranties
- and conditions, express and implied, including warranties or
- conditions of title and non-infringement, and implied warranties or
- conditions of merchantability and fitness for a particular purpose;
- ii) effectively excludes on behalf of all Contributors all liability for
- damages, including direct, indirect, special, incidental and
- consequential damages, such as lost profits;
- iii) states that any provisions which differ from this Agreement are
- offered by that Contributor alone and not by any other party; and
- iv) states that source code for the Program is available from such
- Contributor, and informs licensees how to obtain it in a reasonable
- manner on or through a medium customarily used for software exchange.
-
-When the Program is made available in source code form:
-
- a) it must be made available under this Agreement; and
- b) a copy of this Agreement must be included with each copy of the Program.
- Contributors may not remove or alter any copyright notices contained
- within the Program.
-
-Each Contributor must identify itself as the originator of its Contribution,
-if
-any, in a manner that reasonably allows subsequent Recipients to identify the
-originator of the Contribution.
+3.1 If a Contributor Distributes the Program in any form, then:
+
+ a) the Program must also be made available as Source Code, in
+ accordance with section 3.2, and the Contributor must accompany
+ the Program with a statement that the Source Code for the Program
+ is available under this Agreement, and informs Recipients how to
+ obtain it in a reasonable manner on or through a medium customarily
+ used for software exchange; and
+
+ b) the Contributor may Distribute the Program under a license
+ different than this Agreement, provided that such license:
+ i) effectively disclaims on behalf of all other Contributors all
+ warranties and conditions, express and implied, including
+ warranties or conditions of title and non-infringement, and
+ implied warranties or conditions of merchantability and fitness
+ for a particular purpose;
+
+ ii) effectively excludes on behalf of all other Contributors all
+ liability for damages, including direct, indirect, special,
+ incidental and consequential damages, such as lost profits;
+
+ iii) does not attempt to limit or alter the recipients' rights
+ in the Source Code under section 3.2; and
+
+ iv) requires any subsequent distribution of the Program by any
+ party to be under a license that satisfies the requirements
+ of this section 3.
+
+3.2 When the Program is Distributed as Source Code:
+
+ a) it must be made available under this Agreement, or if the
+ Program (i) is combined with other material in a separate file or
+ files made available under a Secondary License, and (ii) the initial
+ Contributor attached to the Source Code the notice described in
+ Exhibit A of this Agreement, then the Program may be made available
+ under the terms of such Secondary Licenses, and
+
+ b) a copy of this Agreement must be included with each copy of
+ the Program.
+
+3.3 Contributors may not remove or alter any copyright, patent,
+trademark, attribution notices, disclaimers of warranty, or limitations
+of liability ("notices") contained within the Program from any copy of
+the Program which they Distribute, provided that Contributors may add
+their own appropriate notices.
4. COMMERCIAL DISTRIBUTION
-Commercial distributors of software may accept certain responsibilities with
-respect to end users, business partners and the like. While this license is
-intended to facilitate the commercial use of the Program, the Contributor who
-includes the Program in a commercial product offering should do so in a manner
-which does not create potential liability for other Contributors. Therefore,
-if a Contributor includes the Program in a commercial product offering, such
-Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
-every other Contributor ("Indemnified Contributor") against any losses,
-damages and costs (collectively "Losses") arising from claims, lawsuits and
-other legal actions brought by a third party against the Indemnified
-Contributor to the extent caused by the acts or omissions of such Commercial
-Contributor in connection with its distribution of the Program in a commercial
-product offering. The obligations in this section do not apply to any claims
-or Losses relating to any actual or alleged intellectual property
-infringement. In order to qualify, an Indemnified Contributor must:
-a) promptly notify the Commercial Contributor in writing of such claim, and
-b) allow the Commercial Contributor to control, and cooperate with the
-Commercial Contributor in, the defense and any related settlement
-negotiations. The Indemnified Contributor may participate in any such claim at
-its own expense.
-
-For example, a Contributor might include the Program in a commercial product
-offering, Product X. That Contributor is then a Commercial Contributor. If
-that Commercial Contributor then makes performance claims, or offers
-warranties related to Product X, those performance claims and warranties are
-such Commercial Contributor's responsibility alone. Under this section, the
-Commercial Contributor would have to defend claims against the other
-Contributors related to those performance claims and warranties, and if a
-court requires any other Contributor to pay any damages as a result, the
-Commercial Contributor must pay those damages.
+Commercial distributors of software may accept certain responsibilities
+with respect to end users, business partners and the like. While this
+license is intended to facilitate the commercial use of the Program,
+the Contributor who includes the Program in a commercial product
+offering should do so in a manner which does not create potential
+liability for other Contributors. Therefore, if a Contributor includes
+the Program in a commercial product offering, such Contributor
+("Commercial Contributor") hereby agrees to defend and indemnify every
+other Contributor ("Indemnified Contributor") against any losses,
+damages and costs (collectively "Losses") arising from claims, lawsuits
+and other legal actions brought by a third party against the Indemnified
+Contributor to the extent caused by the acts or omissions of such
+Commercial Contributor in connection with its distribution of the Program
+in a commercial product offering. The obligations in this section do not
+apply to any claims or Losses relating to any actual or alleged
+intellectual property infringement. In order to qualify, an Indemnified
+Contributor must: a) promptly notify the Commercial Contributor in
+writing of such claim, and b) allow the Commercial Contributor to control,
+and cooperate with the Commercial Contributor in, the defense and any
+related settlement negotiations. The Indemnified Contributor may
+participate in any such claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those performance
+claims and warranties, and if a court requires any other Contributor to
+pay any damages as a result, the Commercial Contributor must pay
+those damages.
5. NO WARRANTY
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
-IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
-NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
-Recipient is solely responsible for determining the appropriateness of using
-and distributing the Program and assumes all risks associated with its
-exercise of rights under this Agreement , including but not limited to the
-risks and costs of program errors, compliance with applicable laws, damage to
-or loss of data, programs or equipment, and unavailability or interruption of
-operations.
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
+PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
+BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
+IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
+TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
+PURPOSE. Each Recipient is solely responsible for determining the
+appropriateness of using and distributing the Program and assumes all
+risks associated with its exercise of rights under this Agreement,
+including but not limited to the risks and costs of program errors,
+compliance with applicable laws, damage to or loss of data, programs
+or equipment, and unavailability or interruption of operations.
6. DISCLAIMER OF LIABILITY
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
-CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
-LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
+PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
+SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
+PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
-EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY
-OF SUCH DAMAGES.
+EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
7. GENERAL
If any provision of this Agreement is invalid or unenforceable under
-applicable law, it shall not affect the validity or enforceability of the
-remainder of the terms of this Agreement, and without further action by the
-parties hereto, such provision shall be reformed to the minimum extent
-necessary to make such provision valid and enforceable.
-
-If Recipient institutes patent litigation against any entity (including a
-cross-claim or counterclaim in a lawsuit) alleging that the Program itself
-(excluding combinations of the Program with other software or hardware)
-infringes such Recipient's patent(s), then such Recipient's rights granted
-under Section 2(b) shall terminate as of the date such litigation is filed.
-
-All Recipient's rights under this Agreement shall terminate if it fails to
-comply with any of the material terms or conditions of this Agreement and does
-not cure such failure in a reasonable period of time after becoming aware of
-such noncompliance. If all Recipient's rights under this Agreement terminate,
-Recipient agrees to cease use and distribution of the Program as soon as
-reasonably practicable. However, Recipient's obligations under this Agreement
-and any licenses granted by Recipient relating to the Program shall continue
-and survive.
-
-Everyone is permitted to copy and distribute copies of this Agreement, but in
-order to avoid inconsistency the Agreement is copyrighted and may only be
-modified in the following manner. The Agreement Steward reserves the right to
-publish new versions (including revisions) of this Agreement from time to
-time. No one other than the Agreement Steward has the right to modify this
-Agreement. The Eclipse Foundation is the initial Agreement Steward. The
-Eclipse Foundation may assign the responsibility to serve as the Agreement
-Steward to a suitable separate entity. Each new version of the Agreement will
-be given a distinguishing version number. The Program (including
-Contributions) may always be distributed subject to the version of the
-Agreement under which it was received. In addition, after a new version of the
-Agreement is published, Contributor may elect to distribute the Program
-(including its Contributions) under the new version. Except as expressly
-stated in Sections 2(a) and 2(b) above, Recipient receives no rights or
-licenses to the intellectual property of any Contributor under this Agreement,
-whether expressly, by implication, estoppel or otherwise. All rights in the
-Program not expressly granted under this Agreement are reserved.
-
-This Agreement is governed by the laws of the State of New York and the
-intellectual property laws of the United States of America. No party to this
-Agreement will bring a legal action under this Agreement more than one year
-after the cause of action arose. Each party waives its rights to a jury trial in
-any resulting litigation.
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further
+action by the parties hereto, such provision shall be reformed to the
+minimum extent necessary to make such provision valid and enforceable.
+
+If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other software
+or hardware) infringes such Recipient's patent(s), then such Recipient's
+rights granted under Section 2(b) shall terminate as of the date such
+litigation is filed.
+
+All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of
+time after becoming aware of such noncompliance. If all Recipient's
+rights under this Agreement terminate, Recipient agrees to cease use
+and distribution of the Program as soon as reasonably practicable.
+However, Recipient's obligations under this Agreement and any licenses
+granted by Recipient relating to the Program shall continue and survive.
+
+Everyone is permitted to copy and distribute copies of this Agreement,
+but in order to avoid inconsistency the Agreement is copyrighted and
+may only be modified in the following manner. The Agreement Steward
+reserves the right to publish new versions (including revisions) of
+this Agreement from time to time. No one other than the Agreement
+Steward has the right to modify this Agreement. The Eclipse Foundation
+is the initial Agreement Steward. The Eclipse Foundation may assign the
+responsibility to serve as the Agreement Steward to a suitable separate
+entity. Each new version of the Agreement will be given a distinguishing
+version number. The Program (including Contributions) may always be
+Distributed subject to the version of the Agreement under which it was
+received. In addition, after a new version of the Agreement is published,
+Contributor may elect to Distribute the Program (including its
+Contributions) under the new version.
+
+Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
+receives no rights or licenses to the intellectual property of any
+Contributor under this Agreement, whether expressly, by implication,
+estoppel or otherwise. All rights in the Program not expressly granted
+under this Agreement are reserved. Nothing in this Agreement is intended
+to be enforceable by any entity that is not a Contributor or Recipient.
+No third-party beneficiary rights are created under this Agreement.
+
+Exhibit A - Form of Secondary Licenses Notice
+
+"This Source Code may also be made available under the following
+Secondary Licenses when the conditions for such availability set forth
+in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
+version(s), and exceptions or additional permissions here}."
+
+ Simply including a copy of this Agreement, including this Exhibit A
+ is not sufficient to license the Source Code under Secondary Licenses.
+
+ If it is not possible or desirable to put the notice in a particular
+ file, then You may include the notice in a location (such as a LICENSE
+ file in a relevant directory) where a recipient would be likely to
+ look for such a notice.
+
+ You may add additional accurate notices of copyright ownership.
\ No newline at end of file
diff --git a/gradle/maven-deployment.gradle b/gradle/maven-deployment.gradle
index 4e41cf6025..d3f155e2ae 100644
--- a/gradle/maven-deployment.gradle
+++ b/gradle/maven-deployment.gradle
@@ -15,8 +15,8 @@ publishing {
url = 'https://www.eclipse.org/Xtext/'
licenses {
license {
- name = 'Eclipse Public License, Version 1.0'
- url = 'http://www.eclipse.org/legal/epl-v10.html'
+ name = 'Eclipse Public License, Version 2.0'
+ url = 'http://www.eclipse.org/legal/epl-2.0'
}
}
scm {
diff --git a/org.eclipse.xtext.ide.tests/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.ide.tests/.settings/org.eclipse.jdt.ui.prefs
index bab08ad6f5..65b769d007 100644
--- a/org.eclipse.xtext.ide.tests/.settings/org.eclipse.jdt.ui.prefs
+++ b/org.eclipse.xtext.ide.tests/.settings/org.eclipse.jdt.ui.prefs
@@ -63,7 +63,7 @@ org.eclipse.jdt.ui.keywordthis=false
org.eclipse.jdt.ui.ondemandthreshold=99
org.eclipse.jdt.ui.overrideannotation=true
org.eclipse.jdt.ui.staticondemandthreshold=1
-org.eclipse.jdt.ui.text.custom_code_templates=
June 5, 2007
-The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.
+November 30, 2017
+If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.
++ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +
+ ++ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +
\ No newline at end of file diff --git a/org.eclipse.xtext.ide.tests/build.properties b/org.eclipse.xtext.ide.tests/build.properties index 6438150976..7435b39ce1 100644 --- a/org.eclipse.xtext.ide.tests/build.properties +++ b/org.eclipse.xtext.ide.tests/build.properties @@ -1,7 +1,8 @@ bin.includes = .,\ META-INF/,\ plugin.properties,\ - about.html + about.html,\ + plugin.xml source.. = src-gen/,\ src/,\ xtend-gen/,\ @@ -9,4 +10,4 @@ source.. = src-gen/,\ testlang-src-gen/,\ suites output.. = bin/test/ -src.includes = about.html \ No newline at end of file +src.includes = about.html diff --git a/org.eclipse.xtext.ide.tests/model/generated/IndentationAwareUiTestLanguage.genmodel b/org.eclipse.xtext.ide.tests/model/generated/IndentationAwareUiTestLanguage.genmodel index 06502040e8..461b2fdbe8 100644 --- a/org.eclipse.xtext.ide.tests/model/generated/IndentationAwareUiTestLanguage.genmodel +++ b/org.eclipse.xtext.ide.tests/model/generated/IndentationAwareUiTestLanguage.genmodel @@ -1,6 +1,6 @@June 5, 2007
-The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.
+November 30, 2017
+If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.
++ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +
+ ++ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +
\ No newline at end of file diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/DefaultIdeModule.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/DefaultIdeModule.xtend index 420272fd47..c76bcb1822 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/DefaultIdeModule.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/DefaultIdeModule.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/ExecutorServiceProvider.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/ExecutorServiceProvider.xtend index dd6b319955..88818471d1 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/ExecutorServiceProvider.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/ExecutorServiceProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/LexerIdeBindings.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/LexerIdeBindings.java index 961389ca4d..cc74735e11 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/LexerIdeBindings.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/LexerIdeBindings.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/BracePair.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/BracePair.xtend index 67f1aeb251..e9db8b6231 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/BracePair.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/BracePair.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.bracketmatching diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/DefaultBracePairProvider.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/DefaultBracePairProvider.xtend index 9999ada129..7f6291cdbe 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/DefaultBracePairProvider.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/DefaultBracePairProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.bracketmatching diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/IBracePairProvider.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/IBracePairProvider.xtend index 51a87875f8..b31b88edff 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/IBracePairProvider.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/IBracePairProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.bracketmatching diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/XtextBracePairProvider.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/XtextBracePairProvider.xtend index 3aa1c3c814..0f363d343c 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/XtextBracePairProvider.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/bracketmatching/XtextBracePairProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.bracketmatching diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/AbstractIdeTemplateProposalProvider.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/AbstractIdeTemplateProposalProvider.xtend index de523359ad..4606501e27 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/AbstractIdeTemplateProposalProvider.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/AbstractIdeTemplateProposalProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/CompletionPrefixProvider.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/CompletionPrefixProvider.java index b9fd09ba79..5085c13bda 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/CompletionPrefixProvider.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/CompletionPrefixProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/ContentAssistContext.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/ContentAssistContext.java index 57dfe0d2d3..44a2b991f4 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/ContentAssistContext.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/ContentAssistContext.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/ContentAssistEntry.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/ContentAssistEntry.xtend index ceb821eea7..1437099099 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/ContentAssistEntry.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/ContentAssistEntry.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/FQNPrefixMatcher.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/FQNPrefixMatcher.xtend index 86a5db56ff..5c7bc96532 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/FQNPrefixMatcher.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/FQNPrefixMatcher.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IFollowElementAcceptor.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IFollowElementAcceptor.java index 1ff811623c..043ad7afed 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IFollowElementAcceptor.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IFollowElementAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IIdeContentProposalAcceptor.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IIdeContentProposalAcceptor.xtend index 16e125cdae..73dd254f96 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IIdeContentProposalAcceptor.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IIdeContentProposalAcceptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IPrefixMatcher.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IPrefixMatcher.xtend index 16c0ee1812..6c097cad44 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IPrefixMatcher.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IPrefixMatcher.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IProposalConflictHelper.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IProposalConflictHelper.java index c6714e34cb..b276cb99e0 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IProposalConflictHelper.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IProposalConflictHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalAcceptor.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalAcceptor.xtend index f0fea19c3a..58c368ceda 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalAcceptor.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalAcceptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalCreator.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalCreator.xtend index b12937febb..2bb6aa3071 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalCreator.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalCreator.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalPriorities.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalPriorities.xtend index b8ae650707..ed794e94b9 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalPriorities.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalPriorities.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalProvider.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalProvider.xtend index 7760b14ce5..6fee94e003 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalProvider.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeCrossrefProposalProvider.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeCrossrefProposalProvider.xtend index 0c4f7ab8f4..9a0da43bf5 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeCrossrefProposalProvider.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IdeCrossrefProposalProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IndentationAwareCompletionPrefixProvider.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IndentationAwareCompletionPrefixProvider.java index 049beb0a9c..b157e769f7 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IndentationAwareCompletionPrefixProvider.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/IndentationAwareCompletionPrefixProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.de) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/ProposalConflictHelper.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/ProposalConflictHelper.java index 10d6d8b3f3..1e025e8e37 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/ProposalConflictHelper.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/ProposalConflictHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AbstractContentAssistParser.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AbstractContentAssistParser.java index d9e285882f..ab6e6acf44 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AbstractContentAssistParser.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AbstractContentAssistParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AbstractPartialContentAssistParser.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AbstractPartialContentAssistParser.java index 2220ed25d3..ad37214eec 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AbstractPartialContentAssistParser.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AbstractPartialContentAssistParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AntlrProposalConflictHelper.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AntlrProposalConflictHelper.java index 6e928258a8..91c6e19628 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AntlrProposalConflictHelper.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AntlrProposalConflictHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/BaseContentAssistParser.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/BaseContentAssistParser.java index 1078b4f107..819bb26273 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/BaseContentAssistParser.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/BaseContentAssistParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.de) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/BaseFollowElement.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/BaseFollowElement.java index 6ecc745586..8d9a3d87d3 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/BaseFollowElement.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/BaseFollowElement.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.de) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/CallHierarchyHelper.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/CallHierarchyHelper.java index 5e2cf26e79..da569a5678 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/CallHierarchyHelper.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/CallHierarchyHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/ContentAssistContextFactory.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/ContentAssistContextFactory.java index 05e82113e1..976cf8bfbb 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/ContentAssistContextFactory.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/ContentAssistContextFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/EntryPointFinder.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/EntryPointFinder.java index 371530e499..ce718fe5a5 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/EntryPointFinder.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/EntryPointFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/EofListener.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/EofListener.java index ab5f6b5c8c..dfbdb8c103 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/EofListener.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/EofListener.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.de) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/FollowElement.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/FollowElement.java index 9249bb32c9..a956a57550 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/FollowElement.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/FollowElement.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/FollowElementCalculator.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/FollowElementCalculator.java index b12f9989b3..89e1e2336c 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/FollowElementCalculator.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/FollowElementCalculator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/FollowElementComputer.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/FollowElementComputer.java index 4d85f36d8e..1ec909ba80 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/FollowElementComputer.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/FollowElementComputer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/IContentAssistParser.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/IContentAssistParser.java index a3483802c0..ca5712b4e7 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/IContentAssistParser.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/IContentAssistParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/ILookAheadTerminal.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/ILookAheadTerminal.java index b050d4bccc..91b417bc9b 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/ILookAheadTerminal.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/ILookAheadTerminal.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/IPartialContentAssistParser.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/IPartialContentAssistParser.java index 3b6e7b23da..368418490e 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/IPartialContentAssistParser.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/IPartialContentAssistParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/IgnoreFirstEntranceUnorderedGroupHelper.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/IgnoreFirstEntranceUnorderedGroupHelper.java index be764b3346..ce2bdc69fa 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/IgnoreFirstEntranceUnorderedGroupHelper.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/IgnoreFirstEntranceUnorderedGroupHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.de) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LeafNodeFinder.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LeafNodeFinder.java index 5a21be24bc..a035a0d064 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LeafNodeFinder.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LeafNodeFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookAheadBasedTokenSource.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookAheadBasedTokenSource.java index 521d091ba2..c165abeb3f 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookAheadBasedTokenSource.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookAheadBasedTokenSource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.de) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookAheadTerminal.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookAheadTerminal.java index a3e6bf65c0..349412c0b5 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookAheadTerminal.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookAheadTerminal.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookAheadTerminalRuleCall.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookAheadTerminalRuleCall.java index 36c9eae444..5a6db34cca 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookAheadTerminalRuleCall.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookAheadTerminalRuleCall.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookaheadKeyword.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookaheadKeyword.java index a067fe4a26..a031a2cb64 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookaheadKeyword.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/LookaheadKeyword.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/ObservableXtextTokenStream.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/ObservableXtextTokenStream.java index 1612d50554..382e7e58e6 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/ObservableXtextTokenStream.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/ObservableXtextTokenStream.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/PartialContentAssistContextFactory.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/PartialContentAssistContextFactory.java index 23b303175f..a645ce84f5 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/PartialContentAssistContextFactory.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/PartialContentAssistContextFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/RequiredRuleNameComputer.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/RequiredRuleNameComputer.java index 77872c7248..d97863b7fb 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/RequiredRuleNameComputer.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/RequiredRuleNameComputer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/AbstractFollowElementFactory.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/AbstractFollowElementFactory.java index bf19ffe66e..2ab5c21205 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/AbstractFollowElementFactory.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/AbstractFollowElementFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.de) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr.internal; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/AbstractInternalContentAssistParser.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/AbstractInternalContentAssistParser.java index 1b9a9f9fef..afbf1766bc 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/AbstractInternalContentAssistParser.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/AbstractInternalContentAssistParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr.internal; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/BaseInternalContentAssistParser.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/BaseInternalContentAssistParser.java index cec72019a4..457c8020b2 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/BaseInternalContentAssistParser.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/BaseInternalContentAssistParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.de) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr.internal; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/DFA.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/DFA.java index 2823ca7c26..1a85a23680 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/DFA.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/DFA.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr.internal; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/InfiniteRecursion.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/InfiniteRecursion.java index d8faf93c9f..9451bbe2f4 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/InfiniteRecursion.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/InfiniteRecursion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr.internal; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/Lexer.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/Lexer.java index 5a6a13adcc..9eedfe4dd4 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/Lexer.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/Lexer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr.internal; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/LinkedHashSetWithoutNull.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/LinkedHashSetWithoutNull.java index 44b01dab1c..d6ea4b98b1 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/LinkedHashSetWithoutNull.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/internal/LinkedHashSetWithoutNull.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist.antlr.internal; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/AbstractHierarchyBuilder.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/AbstractHierarchyBuilder.xtend index fcdda67112..e58194760f 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/AbstractHierarchyBuilder.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/AbstractHierarchyBuilder.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultCallHierarchyBuilder.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultCallHierarchyBuilder.xtend index 355847e005..5322e27901 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultCallHierarchyBuilder.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultCallHierarchyBuilder.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNode.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNode.xtend index 30f412a6d7..8835d09834 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNode.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNode.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeLocationProvider.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeLocationProvider.xtend index 4049752589..2ba5bf9329 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeLocationProvider.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeLocationProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeReference.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeReference.xtend index 413499293f..1baf085cc3 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeReference.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeReference.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyRoot.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyRoot.xtend index 813c9d059c..ebd47560fa 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyRoot.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyRoot.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/ICallHierarchyBuilder.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/ICallHierarchyBuilder.xtend index eac50066aa..f7d9b61e86 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/ICallHierarchyBuilder.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/ICallHierarchyBuilder.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyBuilder.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyBuilder.xtend index 9e550a9dae..fa7514fec7 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyBuilder.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyBuilder.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNode.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNode.xtend index 788c6c83c3..d1c76e5ec8 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNode.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNode.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeLocationProvider.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeLocationProvider.xtend index 7936846036..eb9c6761d8 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeLocationProvider.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeLocationProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeReference.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeReference.xtend index 58a5edca21..e926758682 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeReference.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeReference.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyRoot.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyRoot.xtend index 92d449f1ea..9d4ae43ba3 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyRoot.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyRoot.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/model/TokenTypeToStringMapper.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/model/TokenTypeToStringMapper.xtend index 73fa6ac53d..11ffb2a525 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/model/TokenTypeToStringMapper.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/model/TokenTypeToStringMapper.xtend @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.model diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/navigation/INavigatable.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/navigation/INavigatable.xtend index 5075dd1b7f..d88bab8303 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/navigation/INavigatable.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/navigation/INavigatable.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.navigation diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/partialEditing/IPartialEditingContentAssistParser.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/partialEditing/IPartialEditingContentAssistParser.java index 0ce8d57024..02b7f2b0ba 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/partialEditing/IPartialEditingContentAssistParser.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/partialEditing/IPartialEditingContentAssistParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.partialEditing; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/AbstractAntlrTokenToAttributeIdMapper.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/AbstractAntlrTokenToAttributeIdMapper.xtend index 5106e4086f..c3c109d926 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/AbstractAntlrTokenToAttributeIdMapper.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/AbstractAntlrTokenToAttributeIdMapper.xtend @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/DefaultAntlrTokenToAttributeIdMapper.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/DefaultAntlrTokenToAttributeIdMapper.xtend index 6345437906..7d620c435e 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/DefaultAntlrTokenToAttributeIdMapper.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/DefaultAntlrTokenToAttributeIdMapper.xtend @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/DefaultSemanticHighlightingCalculator.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/DefaultSemanticHighlightingCalculator.java index 8cfa2c61b8..2eaa89e10b 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/DefaultSemanticHighlightingCalculator.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/DefaultSemanticHighlightingCalculator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/HighlightingStyles.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/HighlightingStyles.xtend index 78483f4bc4..8a72456e61 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/HighlightingStyles.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/HighlightingStyles.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/IEditorHighlightingConfigurationProvider.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/IEditorHighlightingConfigurationProvider.xtend index 10fb9d0829..a901814fd1 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/IEditorHighlightingConfigurationProvider.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/IEditorHighlightingConfigurationProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/IHighlightedPositionAcceptor.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/IHighlightedPositionAcceptor.java index 8e94572455..97e88816d7 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/IHighlightedPositionAcceptor.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/IHighlightedPositionAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/ISemanticHighlightingCalculator.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/ISemanticHighlightingCalculator.java index 13214067a6..76fabb8c8d 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/ISemanticHighlightingCalculator.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/ISemanticHighlightingCalculator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/LightweightPosition.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/LightweightPosition.java index 96d51c100e..48516b9dc6 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/LightweightPosition.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/LightweightPosition.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/MergingHighlightedPositionAcceptor.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/MergingHighlightedPositionAcceptor.java index 0fa9f9a248..aaf02ad6c2 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/MergingHighlightedPositionAcceptor.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/syntaxcoloring/MergingHighlightedPositionAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/labels/IImageDescription.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/labels/IImageDescription.xtend index e6ce4dc3d5..5c72f1e898 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/labels/IImageDescription.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/labels/IImageDescription.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.labels diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/labels/IImageDescriptionProvider.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/labels/IImageDescriptionProvider.xtend index c31bdd67d9..b92e9d430b 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/labels/IImageDescriptionProvider.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/labels/IImageDescriptionProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.labels diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/labels/INameLabelProvider.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/labels/INameLabelProvider.xtend index ab04f54d4a..cfc8aab59c 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/labels/INameLabelProvider.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/labels/INameLabelProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.labels diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/IRenameNameValidator.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/IRenameNameValidator.xtend index c1485ac389..30cd04d28c 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/IRenameNameValidator.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/IRenameNameValidator.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/IRenameStrategy2.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/IRenameStrategy2.xtend index 6c563807c5..1fca9f768a 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/IRenameStrategy2.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/IRenameStrategy2.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/IResourceRelocationStrategy.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/IResourceRelocationStrategy.xtend index 045a7a0533..434db81012 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/IResourceRelocationStrategy.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/IResourceRelocationStrategy.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/RefactoringIssueAcceptor.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/RefactoringIssueAcceptor.xtend index f4490a5fb5..de7898240f 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/RefactoringIssueAcceptor.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/RefactoringIssueAcceptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017, 2018 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/RenameChange.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/RenameChange.xtend index b52efce5bf..f6847c94a1 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/RenameChange.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/RenameChange.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/RenameContext.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/RenameContext.xtend index fb74d2a7ac..e820bcba31 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/RenameContext.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/RenameContext.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/ResourceRelocationChange.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/ResourceRelocationChange.xtend index b5c1093a3e..81e0d596b0 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/ResourceRelocationChange.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/ResourceRelocationChange.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/ResourceRelocationContext.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/ResourceRelocationContext.xtend index 8e7327bc36..223b85c4d8 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/ResourceRelocationContext.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/refactoring/ResourceRelocationContext.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/IChangeSerializer.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/IChangeSerializer.java index f42f9e4c81..fd7b07deb6 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/IChangeSerializer.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/IChangeSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/IEmfResourceChange.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/IEmfResourceChange.java index 4c08ebd8b6..1857be27d8 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/IEmfResourceChange.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/IEmfResourceChange.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/ITextDocumentChange.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/ITextDocumentChange.java index b09fa3496a..240a4b0739 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/ITextDocumentChange.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/ITextDocumentChange.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/debug/TextDocumentChangeToString.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/debug/TextDocumentChangeToString.java index 598dce5cf6..5e8e7c6217 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/debug/TextDocumentChangeToString.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/debug/TextDocumentChangeToString.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.debug; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IEObjectDescriptionProvider.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IEObjectDescriptionProvider.java index 0bd658b87e..c1c8c48018 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IEObjectDescriptionProvider.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IEObjectDescriptionProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.hooks; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IEObjectSnapshot.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IEObjectSnapshot.java index 6982ef6ddd..ec1a313280 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IEObjectSnapshot.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IEObjectSnapshot.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.hooks; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IReferenceSnapshot.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IReferenceSnapshot.java index e4167027ad..ee6edec269 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IReferenceSnapshot.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IReferenceSnapshot.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.hooks; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IReferenceUpdater.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IReferenceUpdater.java index 18fcae8454..9ae27eb6f4 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IReferenceUpdater.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IReferenceUpdater.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.hooks; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IReferenceUpdaterContext.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IReferenceUpdaterContext.java index 7db80792c8..f3e9478539 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IReferenceUpdaterContext.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IReferenceUpdaterContext.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.hooks; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IResourceSnapshot.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IResourceSnapshot.java index 229cbc97c7..d0feddf678 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IResourceSnapshot.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IResourceSnapshot.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.hooks; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IUpdatableReference.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IUpdatableReference.java index 3bd9518279..d6b7400049 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IUpdatableReference.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/hooks/IUpdatableReference.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.hooks; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ChangeSerializer.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ChangeSerializer.java index f715a0805a..14c153a837 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ChangeSerializer.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ChangeSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ChangeTreeProvider.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ChangeTreeProvider.java index 59280d77a0..aa559db7a0 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ChangeTreeProvider.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ChangeTreeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EObjectDescriptionDeltaProvider.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EObjectDescriptionDeltaProvider.java index 7c0bb3f70f..e5e5f4559c 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EObjectDescriptionDeltaProvider.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EObjectDescriptionDeltaProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EObjectDescriptionProvider.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EObjectDescriptionProvider.java index beb4856ba1..68ee23f7ec 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EObjectDescriptionProvider.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EObjectDescriptionProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EObjectSnapshotProvider.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EObjectSnapshotProvider.java index 705680769a..2ce0907998 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EObjectSnapshotProvider.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EObjectSnapshotProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EmfResourceChange.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EmfResourceChange.java index ab432daa80..3d5b2c67db 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EmfResourceChange.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/EmfResourceChange.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/InsertionPointFinder.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/InsertionPointFinder.java index 6f8f92efc1..342e64305f 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/InsertionPointFinder.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/InsertionPointFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/PartialSerializer.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/PartialSerializer.java index 6e9def5576..1cce45b418 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/PartialSerializer.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/PartialSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RecordingEmfResourceUpdater.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RecordingEmfResourceUpdater.java index 58f043a9db..25fa470bf9 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RecordingEmfResourceUpdater.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RecordingEmfResourceUpdater.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RecordingResourceUpdater.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RecordingResourceUpdater.java index 4cbd645252..e954cb18a6 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RecordingResourceUpdater.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RecordingResourceUpdater.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RecordingXtextResourceUpdater.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RecordingXtextResourceUpdater.java index d797b89c01..fd0e16e41e 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RecordingXtextResourceUpdater.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RecordingXtextResourceUpdater.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ReferenceUpdater.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ReferenceUpdater.java index b0225e9c2f..c3f177b760 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ReferenceUpdater.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ReferenceUpdater.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ReferenceUpdaterContext.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ReferenceUpdaterContext.java index d5eccca517..baca0ad191 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ReferenceUpdaterContext.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ReferenceUpdaterContext.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RegionDiffFormatter.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RegionDiffFormatter.java index 203f182228..3ee6f7dea9 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RegionDiffFormatter.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RegionDiffFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedEmfResourceUpdater.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedEmfResourceUpdater.java index 7c3ca312ff..6e42cabf18 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedEmfResourceUpdater.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedEmfResourceUpdater.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedResourceUpdater.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedResourceUpdater.java index bedf30fa0f..1637c973f9 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedResourceUpdater.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedResourceUpdater.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedResourcesProvider.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedResourcesProvider.java index a87d25a741..e179333362 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedResourcesProvider.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedResourcesProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedXtextResourceUpdater.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedXtextResourceUpdater.java index 9b1f0715de..d4b84c802f 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedXtextResourceUpdater.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/RelatedXtextResourceUpdater.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ResourceLifecycleManager.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ResourceLifecycleManager.java index 224436dfff..2211704f41 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ResourceLifecycleManager.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ResourceLifecycleManager.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ResourceUpdater.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ResourceUpdater.java index 34097c97f4..697339d350 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ResourceUpdater.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/ResourceUpdater.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/TextDocumentChange.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/TextDocumentChange.java index 54524e2ec2..8211e11e7e 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/TextDocumentChange.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/TextDocumentChange.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/UpdatableReference.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/UpdatableReference.java index 89bb99838c..b68757a6e5 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/UpdatableReference.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/UpdatableReference.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.serializer.impl; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/BuildListener.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/BuildListener.xtend index 17d356b19f..3160300b00 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/BuildListener.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/BuildListener.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/BuildManager.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/BuildManager.java index 7f57855dd7..65ec79d94c 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/BuildManager.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/BuildManager.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/DefaultProjectDescriptionFactory.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/DefaultProjectDescriptionFactory.java index a700332d40..fb120fbdd5 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/DefaultProjectDescriptionFactory.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/DefaultProjectDescriptionFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/Document.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/Document.xtend index 13fd2ecbc6..bd8fbd115e 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/Document.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/Document.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/DocumentExtensions.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/DocumentExtensions.xtend index d970a54ad1..d2fd3c4d51 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/DocumentExtensions.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/DocumentExtensions.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ICapabilitiesContributor.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ICapabilitiesContributor.xtend index abf923caac..f5168995f8 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ICapabilitiesContributor.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ICapabilitiesContributor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ILanguageServerAccess.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ILanguageServerAccess.xtend index 7fb847046f..db4f670992 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ILanguageServerAccess.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ILanguageServerAccess.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ILanguageServerExtension.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ILanguageServerExtension.xtend index f080046ff2..9a89b5d8b4 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ILanguageServerExtension.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ILanguageServerExtension.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ILanguageServerShutdownAndExitHandler.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ILanguageServerShutdownAndExitHandler.java index c89c22af62..01affd2cc6 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ILanguageServerShutdownAndExitHandler.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ILanguageServerShutdownAndExitHandler.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/IProjectDescriptionFactory.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/IProjectDescriptionFactory.java index 9b28e1c208..ca77472d98 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/IProjectDescriptionFactory.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/IProjectDescriptionFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/IWorkspaceConfigFactory.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/IWorkspaceConfigFactory.java index a3507ae693..aa85e8951d 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/IWorkspaceConfigFactory.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/IWorkspaceConfigFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/LanguageServerImpl.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/LanguageServerImpl.java index 5078bb103a..e314c5a8c7 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/LanguageServerImpl.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/LanguageServerImpl.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/MultiProjectWorkspaceConfigFactory.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/MultiProjectWorkspaceConfigFactory.java index 84e9ed03a7..e6c9f4d198 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/MultiProjectWorkspaceConfigFactory.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/MultiProjectWorkspaceConfigFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ProjectManager.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ProjectManager.java index b486630bfd..9e24b695a5 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ProjectManager.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ProjectManager.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ProjectWorkspaceConfigFactory.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ProjectWorkspaceConfigFactory.java index 3b3e189619..03d7ba763c 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ProjectWorkspaceConfigFactory.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ProjectWorkspaceConfigFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ServerLauncher.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ServerLauncher.xtend index c2b1bfb4cc..8e83aba95a 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ServerLauncher.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ServerLauncher.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ServerModule.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ServerModule.xtend index feb1046275..227fa06e5a 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ServerModule.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/ServerModule.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/SocketServerLauncher.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/SocketServerLauncher.xtend index 0ef2b90ced..b4309042dc 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/SocketServerLauncher.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/SocketServerLauncher.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/TopologicalSorter.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/TopologicalSorter.xtend index 558d3c3363..3ec1e81e18 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/TopologicalSorter.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/TopologicalSorter.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/UriExtensions.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/UriExtensions.xtend index 6ee7b1d8f2..8ea22bcac1 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/UriExtensions.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/UriExtensions.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/WorkspaceManager.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/WorkspaceManager.java index 4077923dc6..285569e208 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/WorkspaceManager.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/WorkspaceManager.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/codeActions/ICodeActionService.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/codeActions/ICodeActionService.xtend index 3db22891de..f482cae218 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/codeActions/ICodeActionService.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/codeActions/ICodeActionService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.codeActions diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/codelens/ICodeLensResolver.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/codelens/ICodeLensResolver.xtend index 0398105b4d..cbb114a53f 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/codelens/ICodeLensResolver.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/codelens/ICodeLensResolver.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.codelens diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/codelens/ICodeLensService.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/codelens/ICodeLensService.xtend index 5ecd024225..ea7ca81c11 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/codelens/ICodeLensService.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/codelens/ICodeLensService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.codelens diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/coloring/IColoringService.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/coloring/IColoringService.java index c4b62ef557..b3f6a22a44 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/coloring/IColoringService.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/coloring/IColoringService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.coloring; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/commands/ExecutableCommandRegistry.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/commands/ExecutableCommandRegistry.xtend index 29f0e874d8..44a326eb29 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/commands/ExecutableCommandRegistry.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/commands/ExecutableCommandRegistry.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.commands diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/commands/IExecutableCommandService.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/commands/IExecutableCommandService.xtend index 1a3f1e5432..1bd942e58b 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/commands/IExecutableCommandService.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/commands/IExecutableCommandService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.commands diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/AbstractRequest.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/AbstractRequest.java index 0b21313290..23ea42c709 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/AbstractRequest.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/AbstractRequest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.concurrent; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/Cancellable.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/Cancellable.java index 4e382b3cd2..d84ed926a5 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/Cancellable.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/Cancellable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.concurrent; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/ReadRequest.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/ReadRequest.java index 5154788d33..0ce68aff57 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/ReadRequest.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/ReadRequest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.concurrent; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/RequestCancelIndicator.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/RequestCancelIndicator.java index d05fe8bb11..81a5a29eac 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/RequestCancelIndicator.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/RequestCancelIndicator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.concurrent; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/RequestManager.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/RequestManager.java index 8cc63c0434..db5bcb9ec1 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/RequestManager.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/RequestManager.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.concurrent; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/WriteRequest.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/WriteRequest.java index 07824c365e..be02737c44 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/WriteRequest.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/concurrent/WriteRequest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.concurrent; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/contentassist/ContentAssistService.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/contentassist/ContentAssistService.xtend index abb382fe84..165b80bd2d 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/contentassist/ContentAssistService.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/contentassist/ContentAssistService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.contentassist diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/findReferences/WorkspaceResourceAccess.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/findReferences/WorkspaceResourceAccess.java index b127b35743..a406de0031 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/findReferences/WorkspaceResourceAccess.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/findReferences/WorkspaceResourceAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.findReferences; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/formatting/FormattingService.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/formatting/FormattingService.xtend index 852dfddd19..e983767e01 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/formatting/FormattingService.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/formatting/FormattingService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2018 itemis AG (http://www.itemis.com) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.formatting diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/hover/HoverService.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/hover/HoverService.xtend index 0c9a305006..0c762d47fc 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/hover/HoverService.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/hover/HoverService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2020 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.hover diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/hover/IHoverService.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/hover/IHoverService.xtend index fc3a0c141b..d0ea07f196 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/hover/IHoverService.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/hover/IHoverService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017, 2020 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.hover diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/occurrences/DefaultDocumentHighlightService.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/occurrences/DefaultDocumentHighlightService.java index c67cc2aa42..b9109e6adb 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/occurrences/DefaultDocumentHighlightService.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/occurrences/DefaultDocumentHighlightService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.occurrences; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/occurrences/IDocumentHighlightService.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/occurrences/IDocumentHighlightService.java index f48fa1961d..f5aa23ca73 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/occurrences/IDocumentHighlightService.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/occurrences/IDocumentHighlightService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.occurrences; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/occurrences/ITextRegionTransformer.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/occurrences/ITextRegionTransformer.java index dd1715df60..5d21dce7ce 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/occurrences/ITextRegionTransformer.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/occurrences/ITextRegionTransformer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.occurrences; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/ChangeConverter.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/ChangeConverter.xtend index 6f6049f26b..ca1155b7b8 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/ChangeConverter.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/ChangeConverter.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/ChangeConverter2.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/ChangeConverter2.xtend index a7098fe1fe..e9bca81c93 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/ChangeConverter2.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/ChangeConverter2.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/IRenameService.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/IRenameService.java index 4de3e4132f..8ef21b6b96 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/IRenameService.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/IRenameService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/IRenameService2.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/IRenameService2.xtend index dacf3b990f..471b7dc952 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/IRenameService2.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/IRenameService2.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/RenameService.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/RenameService.xtend index 36bca29ae7..290e830ad9 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/RenameService.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/RenameService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/RenameService2.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/RenameService2.xtend index 44d8e2208f..8948142641 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/RenameService2.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/RenameService2.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/ServerRefactoringIssueAcceptor.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/ServerRefactoringIssueAcceptor.xtend index 0bf58b5092..18f6d752a2 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/ServerRefactoringIssueAcceptor.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/rename/ServerRefactoringIssueAcceptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/semanticHighlight/ISemanticHighlightingStyleToTokenMapper.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/semanticHighlight/ISemanticHighlightingStyleToTokenMapper.xtend index 3c5ccc9d63..b8bb588e58 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/semanticHighlight/ISemanticHighlightingStyleToTokenMapper.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/semanticHighlight/ISemanticHighlightingStyleToTokenMapper.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 TypeFox and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.semanticHighlight diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/semanticHighlight/SemanticHighlightingRegistry.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/semanticHighlight/SemanticHighlightingRegistry.xtend index db8048a5d6..49de7e47e4 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/semanticHighlight/SemanticHighlightingRegistry.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/semanticHighlight/SemanticHighlightingRegistry.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 TypeFox and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.semanticHighlight diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/signatureHelp/ISignatureHelpService.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/signatureHelp/ISignatureHelpService.java index d897704739..5825ed0472 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/signatureHelp/ISignatureHelpService.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/signatureHelp/ISignatureHelpService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2020 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.signatureHelp; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/DocumentSymbolMapper.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/DocumentSymbolMapper.xtend index ac3e432956..ef2d8deaf2 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/DocumentSymbolMapper.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/DocumentSymbolMapper.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 TypeFox and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.symbol diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/DocumentSymbolService.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/DocumentSymbolService.xtend index c9e743134d..f7c3426ed1 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/DocumentSymbolService.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/DocumentSymbolService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.symbol diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/HierarchicalDocumentSymbolService.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/HierarchicalDocumentSymbolService.xtend index a0f3d0d360..6f8ab9ce65 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/HierarchicalDocumentSymbolService.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/HierarchicalDocumentSymbolService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 TypeFox and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.symbol diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/IDocumentSymbolService.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/IDocumentSymbolService.xtend index 11b53b393e..7fe0c087b0 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/IDocumentSymbolService.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/IDocumentSymbolService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 TypeFox and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.symbol diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/WorkspaceSymbolService.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/WorkspaceSymbolService.xtend index eacc2ef184..c033138fd7 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/WorkspaceSymbolService.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/symbol/WorkspaceSymbolService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.symbol diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/CancelIndicatorProgressMonitor.xtend b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/CancelIndicatorProgressMonitor.xtend index 6f7c13ec72..60313636b5 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/CancelIndicatorProgressMonitor.xtend +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/CancelIndicatorProgressMonitor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.util diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/DocumentHighlightComparator.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/DocumentHighlightComparator.java index 922cf501d7..9aa1602397 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/DocumentHighlightComparator.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/DocumentHighlightComparator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.util; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/PositionComparator.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/PositionComparator.java index a482b2fca4..e0e416ebff 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/PositionComparator.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/PositionComparator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.util; diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/RangeComparator.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/RangeComparator.java index 7c24cf238b..ad2099664b 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/RangeComparator.java +++ b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/util/RangeComparator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.util; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/DefaultIdeModule.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/DefaultIdeModule.java index ba6188cefb..5fc6aadb08 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/DefaultIdeModule.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/DefaultIdeModule.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/ExecutorServiceProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/ExecutorServiceProvider.java index 8885969689..0bec1f865c 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/ExecutorServiceProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/ExecutorServiceProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/BracePair.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/BracePair.java index 9fda301819..0cb14d505f 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/BracePair.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/BracePair.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.bracketmatching; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/DefaultBracePairProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/DefaultBracePairProvider.java index 1ef5efd919..187fd8f3be 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/DefaultBracePairProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/DefaultBracePairProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.bracketmatching; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/IBracePairProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/IBracePairProvider.java index 0575dc0a19..33037da675 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/IBracePairProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/IBracePairProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.bracketmatching; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/XtextBracePairProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/XtextBracePairProvider.java index 39f41e5557..5ec5138485 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/XtextBracePairProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/bracketmatching/XtextBracePairProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.bracketmatching; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/AbstractIdeTemplateProposalProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/AbstractIdeTemplateProposalProvider.java index cdc16241a2..5f93e0e9e3 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/AbstractIdeTemplateProposalProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/AbstractIdeTemplateProposalProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/ContentAssistEntry.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/ContentAssistEntry.java index fae806b5b6..6e9c17a81e 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/ContentAssistEntry.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/ContentAssistEntry.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/FQNPrefixMatcher.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/FQNPrefixMatcher.java index df66841457..dba28ee426 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/FQNPrefixMatcher.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/FQNPrefixMatcher.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IIdeContentProposalAcceptor.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IIdeContentProposalAcceptor.java index c6f86abbd3..9d89e865b4 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IIdeContentProposalAcceptor.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IIdeContentProposalAcceptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IPrefixMatcher.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IPrefixMatcher.java index b11c23e06a..551c023522 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IPrefixMatcher.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IPrefixMatcher.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalAcceptor.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalAcceptor.java index 43734dd640..ed4f6dfda5 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalAcceptor.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalAcceptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalCreator.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalCreator.java index b5f8dd67dc..4b35bb35c5 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalCreator.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalCreator.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalPriorities.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalPriorities.java index 2e54d49951..f88844e7ca 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalPriorities.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalPriorities.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalProvider.java index a6748d1c94..5c23114813 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeContentProposalProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeCrossrefProposalProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeCrossrefProposalProvider.java index 96393dd4a8..4981a4ac54 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeCrossrefProposalProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/contentassist/IdeCrossrefProposalProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.contentassist; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/AbstractHierarchyBuilder.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/AbstractHierarchyBuilder.java index d6bda38247..70ece2987c 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/AbstractHierarchyBuilder.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/AbstractHierarchyBuilder.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultCallHierarchyBuilder.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultCallHierarchyBuilder.java index ff6ddce524..f6dba4cb00 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultCallHierarchyBuilder.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultCallHierarchyBuilder.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNode.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNode.java index af453a76f0..84c6adaaad 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNode.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNode.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeLocationProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeLocationProvider.java index 53886f8e63..2ac91b0105 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeLocationProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeLocationProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeReference.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeReference.java index 606af055bf..c64d22c6a5 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeReference.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeReference.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyRoot.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyRoot.java index 30a899f858..b51cc85149 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyRoot.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyRoot.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/ICallHierarchyBuilder.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/ICallHierarchyBuilder.java index 134f1ce1de..7c82407ab2 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/ICallHierarchyBuilder.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/ICallHierarchyBuilder.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyBuilder.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyBuilder.java index 4b8ac24bcd..9cc08aae57 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyBuilder.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyBuilder.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNode.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNode.java index 5cee957c79..34097ae0d6 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNode.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNode.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeLocationProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeLocationProvider.java index f3d3cbae21..5c889148b9 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeLocationProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeLocationProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeReference.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeReference.java index 225866e269..83d8487fd7 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeReference.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyNodeReference.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyRoot.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyRoot.java index e604fe95aa..63680df347 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyRoot.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/IHierarchyRoot.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.hierarchy; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/model/TokenTypeToStringMapper.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/model/TokenTypeToStringMapper.java index 5a066bbda3..2c0fad3fa9 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/model/TokenTypeToStringMapper.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/model/TokenTypeToStringMapper.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.model; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/navigation/INavigatable.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/navigation/INavigatable.java index bf28073887..0dc688dec2 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/navigation/INavigatable.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/navigation/INavigatable.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.navigation; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/AbstractAntlrTokenToAttributeIdMapper.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/AbstractAntlrTokenToAttributeIdMapper.java index cf44ef50f0..7a8ae46825 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/AbstractAntlrTokenToAttributeIdMapper.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/AbstractAntlrTokenToAttributeIdMapper.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/DefaultAntlrTokenToAttributeIdMapper.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/DefaultAntlrTokenToAttributeIdMapper.java index 64c1bc7ddd..eaa374ae7b 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/DefaultAntlrTokenToAttributeIdMapper.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/DefaultAntlrTokenToAttributeIdMapper.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/HighlightingStyles.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/HighlightingStyles.java index afbf6f8318..7fbbe80505 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/HighlightingStyles.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/HighlightingStyles.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/IEditorHighlightingConfigurationProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/IEditorHighlightingConfigurationProvider.java index 444de2516c..9eeb47e53d 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/IEditorHighlightingConfigurationProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/syntaxcoloring/IEditorHighlightingConfigurationProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.editor.syntaxcoloring; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/AlternativeImageDescription.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/AlternativeImageDescription.java index c31e04dfc0..ee013355b4 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/AlternativeImageDescription.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/AlternativeImageDescription.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.labels; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/DecoratedImageDescription.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/DecoratedImageDescription.java index 0e7cc0c9e3..dc4aa1ef28 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/DecoratedImageDescription.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/DecoratedImageDescription.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.labels; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/EClassImageDescriptionProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/EClassImageDescriptionProvider.java index 08e3c8a333..986761cc2e 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/EClassImageDescriptionProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/EClassImageDescriptionProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.labels; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/IImageDescription.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/IImageDescription.java index 2b3a6f795e..1d506a4a10 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/IImageDescription.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/IImageDescription.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.labels; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/IImageDescriptionProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/IImageDescriptionProvider.java index 83d3b34fe5..0619382f80 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/IImageDescriptionProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/IImageDescriptionProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.labels; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/INameLabelProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/INameLabelProvider.java index ee4068f7cf..425ac1ea96 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/INameLabelProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/INameLabelProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.labels; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/SimpleImageDescription.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/SimpleImageDescription.java index 0103883628..74914a1613 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/SimpleImageDescription.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/SimpleImageDescription.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.labels; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/SimpleNameLabelProvider.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/SimpleNameLabelProvider.java index a0ffd220db..0316164446 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/SimpleNameLabelProvider.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/labels/SimpleNameLabelProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.labels; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IRenameNameValidator.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IRenameNameValidator.java index 12f3675254..72b2a51c0b 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IRenameNameValidator.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IRenameNameValidator.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IRenameStrategy2.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IRenameStrategy2.java index d21ba0d737..b091d5fb80 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IRenameStrategy2.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IRenameStrategy2.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IResourceRelocationStrategy.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IResourceRelocationStrategy.java index d4c0d54b33..8c1c62c7fc 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IResourceRelocationStrategy.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/IResourceRelocationStrategy.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/RefactoringIssueAcceptor.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/RefactoringIssueAcceptor.java index 66e8aad2cb..c0dc9252b3 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/RefactoringIssueAcceptor.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/RefactoringIssueAcceptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017, 2018 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/RenameChange.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/RenameChange.java index 2ab9501c3c..8eced9a326 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/RenameChange.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/RenameChange.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/RenameContext.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/RenameContext.java index 6bcd3cdc7e..92fddf6912 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/RenameContext.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/RenameContext.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/ResourceRelocationChange.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/ResourceRelocationChange.java index 68d58924f9..f879fecda9 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/ResourceRelocationChange.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/ResourceRelocationChange.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/ResourceRelocationContext.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/ResourceRelocationContext.java index 37c9ff69c4..a5ebed1b8c 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/ResourceRelocationContext.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/refactoring/ResourceRelocationContext.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.refactoring; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/BuildListener.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/BuildListener.java index 05797f7fa9..eb8fb9592d 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/BuildListener.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/BuildListener.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/Document.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/Document.java index ff1d19e5c2..0785607f47 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/Document.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/Document.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/DocumentExtensions.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/DocumentExtensions.java index 20b1ec485a..d37cb2b00a 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/DocumentExtensions.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/DocumentExtensions.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ICapabilitiesContributor.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ICapabilitiesContributor.java index 5d9e0d1f40..1b4a418e65 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ICapabilitiesContributor.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ICapabilitiesContributor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ILanguageServerAccess.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ILanguageServerAccess.java index d8a760f49d..03caea8b5b 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ILanguageServerAccess.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ILanguageServerAccess.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ILanguageServerExtension.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ILanguageServerExtension.java index 97d6660e4a..4b81be0190 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ILanguageServerExtension.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ILanguageServerExtension.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/LaunchArgs.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/LaunchArgs.java index 194e40da6d..5a1288ea2e 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/LaunchArgs.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/LaunchArgs.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ServerLauncher.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ServerLauncher.java index 63b3d37c18..dd2f263208 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ServerLauncher.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ServerLauncher.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ServerModule.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ServerModule.java index 559a756a6a..12d77e8e3f 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ServerModule.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/ServerModule.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/SocketServerLauncher.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/SocketServerLauncher.java index b1c89eecf9..8393550526 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/SocketServerLauncher.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/SocketServerLauncher.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/TopologicalSorter.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/TopologicalSorter.java index 7782f79a86..879650f01c 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/TopologicalSorter.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/TopologicalSorter.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/UriExtensions.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/UriExtensions.java index 57923ef5f9..c2658f2850 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/UriExtensions.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/UriExtensions.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codeActions/ICodeActionService.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codeActions/ICodeActionService.java index 2553fbb459..48764e7ce8 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codeActions/ICodeActionService.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codeActions/ICodeActionService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.codeActions; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codeActions/ICodeActionService2.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codeActions/ICodeActionService2.java index c4e97248e6..a216e1a2dc 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codeActions/ICodeActionService2.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codeActions/ICodeActionService2.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.codeActions; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codelens/ICodeLensResolver.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codelens/ICodeLensResolver.java index 49579b4802..bd00a0b5ce 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codelens/ICodeLensResolver.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codelens/ICodeLensResolver.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.codelens; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codelens/ICodeLensService.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codelens/ICodeLensService.java index 4271f9b299..7e77491ed4 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codelens/ICodeLensService.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/codelens/ICodeLensService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.codelens; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/commands/ExecutableCommandRegistry.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/commands/ExecutableCommandRegistry.java index 54959afcec..97333d6ad3 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/commands/ExecutableCommandRegistry.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/commands/ExecutableCommandRegistry.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.commands; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/commands/IExecutableCommandService.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/commands/IExecutableCommandService.java index ddb757814e..1aa109e5dd 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/commands/IExecutableCommandService.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/commands/IExecutableCommandService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.commands; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/contentassist/ContentAssistService.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/contentassist/ContentAssistService.java index ad12f26db7..fa39d99d75 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/contentassist/ContentAssistService.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/contentassist/ContentAssistService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.contentassist; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/formatting/FormattingService.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/formatting/FormattingService.java index 92b778b440..09230c4b2e 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/formatting/FormattingService.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/formatting/FormattingService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2018 itemis AG (http://www.itemis.com) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.formatting; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/hover/HoverContext.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/hover/HoverContext.java index 592c4176c8..6c9d31dd2b 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/hover/HoverContext.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/hover/HoverContext.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2020 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.hover; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/hover/HoverService.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/hover/HoverService.java index 476f2e17cf..0cbc779ba0 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/hover/HoverService.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/hover/HoverService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2020 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.hover; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/hover/IHoverService.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/hover/IHoverService.java index c8f931c316..25a4a393d1 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/hover/IHoverService.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/hover/IHoverService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017, 2020 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.hover; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/ChangeConverter.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/ChangeConverter.java index 4fcc5f7951..7ec71df571 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/ChangeConverter.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/ChangeConverter.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/ChangeConverter2.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/ChangeConverter2.java index 3f629cc31f..9a199d5ec9 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/ChangeConverter2.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/ChangeConverter2.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/IRenameService2.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/IRenameService2.java index fa932e4ac2..d63a6eca32 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/IRenameService2.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/IRenameService2.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/RenameService.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/RenameService.java index 375dc5036d..e0b9ced541 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/RenameService.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/RenameService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/RenameService2.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/RenameService2.java index 12a8ae8f79..8211a99b6c 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/RenameService2.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/RenameService2.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/ServerRefactoringIssueAcceptor.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/ServerRefactoringIssueAcceptor.java index d2a1a2109a..84de898d18 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/ServerRefactoringIssueAcceptor.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/rename/ServerRefactoringIssueAcceptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.rename; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/semanticHighlight/ISemanticHighlightingStyleToTokenMapper.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/semanticHighlight/ISemanticHighlightingStyleToTokenMapper.java index ea0791d93b..f9cdc5e088 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/semanticHighlight/ISemanticHighlightingStyleToTokenMapper.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/semanticHighlight/ISemanticHighlightingStyleToTokenMapper.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 TypeFox and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.semanticHighlight; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/semanticHighlight/SemanticHighlightingRegistry.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/semanticHighlight/SemanticHighlightingRegistry.java index 858bc92627..01a6409fdd 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/semanticHighlight/SemanticHighlightingRegistry.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/semanticHighlight/SemanticHighlightingRegistry.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 TypeFox and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.semanticHighlight; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/DocumentSymbolMapper.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/DocumentSymbolMapper.java index 535cd7423e..77b16ffe42 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/DocumentSymbolMapper.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/DocumentSymbolMapper.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 TypeFox and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.symbol; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/DocumentSymbolService.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/DocumentSymbolService.java index d12f85075b..33307856e0 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/DocumentSymbolService.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/DocumentSymbolService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.symbol; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/HierarchicalDocumentSymbolService.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/HierarchicalDocumentSymbolService.java index da5d38f30c..5de3b4b81b 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/HierarchicalDocumentSymbolService.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/HierarchicalDocumentSymbolService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 TypeFox and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.symbol; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/IDocumentSymbolService.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/IDocumentSymbolService.java index f119c49d9e..9221aa7178 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/IDocumentSymbolService.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/IDocumentSymbolService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 TypeFox and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.symbol; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/WorkspaceSymbolService.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/WorkspaceSymbolService.java index f1b27d7705..b34bfcfba1 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/WorkspaceSymbolService.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/symbol/WorkspaceSymbolService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.server.symbol; diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/util/CancelIndicatorProgressMonitor.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/util/CancelIndicatorProgressMonitor.java index aa87f4681e..7a49a2cf21 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/util/CancelIndicatorProgressMonitor.java +++ b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/util/CancelIndicatorProgressMonitor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ide.util; diff --git a/org.eclipse.xtext.testing/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.xtext.testing/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..35068d95fc --- /dev/null +++ b/org.eclipse.xtext.testing/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/org.eclipse.xtext.testing/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.testing/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 0000000000..e4d1f4e6df --- /dev/null +++ b/org.eclipse.xtext.testing/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.ui.javadoc=false +org.eclipse.jdt.ui.text.custom_code_templates=June 5, 2007
-The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.
+November 30, 2017
+If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.
++ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +
+ ++ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +
\ No newline at end of file diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/AbstractLanguageServerTest.xtend b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/AbstractLanguageServerTest.xtend index 77bb9d4f79..bc36501144 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/AbstractLanguageServerTest.xtend +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/AbstractLanguageServerTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2020 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/ColoringConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/ColoringConfiguration.java index 864ea827c8..3dd8848d6f 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/ColoringConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/ColoringConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/DefinitionTestConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/DefinitionTestConfiguration.java index f42a7045c3..4988eb347c 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/DefinitionTestConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/DefinitionTestConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/DocumentHighlightConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/DocumentHighlightConfiguration.java index 62e126102f..8b9d08a163 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/DocumentHighlightConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/DocumentHighlightConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/DocumentSymbolConfiguraiton.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/DocumentSymbolConfiguraiton.java index f307b81df1..70d21e9f7f 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/DocumentSymbolConfiguraiton.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/DocumentSymbolConfiguraiton.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/FileInfo.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/FileInfo.java index 8c196e7f9c..9e50caf161 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/FileInfo.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/FileInfo.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/Flaky.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/Flaky.java index fad04b1383..544410b6b9 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/Flaky.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/Flaky.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/FormattingConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/FormattingConfiguration.java index abe1c12980..6df325ba84 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/FormattingConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/FormattingConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/GlobalRegistries.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/GlobalRegistries.java index 2b033c2898..fbb163f103 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/GlobalRegistries.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/GlobalRegistries.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/HoverTestConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/HoverTestConfiguration.java index 67dbb1c374..6f976a9df3 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/HoverTestConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/HoverTestConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/IInjectorProvider.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/IInjectorProvider.java index 440afdff31..83540bd164 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/IInjectorProvider.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/IInjectorProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/IRegistryConfigurator.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/IRegistryConfigurator.java index dc9c74362e..c06b3c3f31 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/IRegistryConfigurator.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/IRegistryConfigurator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/InjectWith.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/InjectWith.java index c2d1c39f97..e4425abd64 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/InjectWith.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/InjectWith.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/RangeFormattingConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/RangeFormattingConfiguration.java index 1cd300ead0..83e2f79869 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/RangeFormattingConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/RangeFormattingConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/ReferenceTestConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/ReferenceTestConfiguration.java index ac56a333b7..9350b94c55 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/ReferenceTestConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/ReferenceTestConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/RepeatedTest.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/RepeatedTest.java index 5474cfe2b9..4fd4ba4563 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/RepeatedTest.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/RepeatedTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/SignatureHelpConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/SignatureHelpConfiguration.java index 6c8a271c5e..a7305b45de 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/SignatureHelpConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/SignatureHelpConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/TestCompletionConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/TestCompletionConfiguration.java index 64f81c80d0..139b0cc5a7 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/TestCompletionConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/TestCompletionConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/TextDocumentConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/TextDocumentConfiguration.java index d3b80097f3..b37b36a713 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/TextDocumentConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/TextDocumentConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/TextDocumentPositionConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/TextDocumentPositionConfiguration.java index 813e7b0b0c..e2097e5603 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/TextDocumentPositionConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/TextDocumentPositionConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/WorkspaceSymbolConfiguration.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/WorkspaceSymbolConfiguration.java index 06356272cc..a3bdcd8d0d 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/WorkspaceSymbolConfiguration.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/WorkspaceSymbolConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/XtextRunner.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/XtextRunner.java index cf6d860c65..a03c8c38bb 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/XtextRunner.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/XtextRunner.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/builder/AbstractIncrementalBuilderTest.xtend b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/builder/AbstractIncrementalBuilderTest.xtend index 183f57e981..f6d880eaf4 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/builder/AbstractIncrementalBuilderTest.xtend +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/builder/AbstractIncrementalBuilderTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.builder diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/extensions/InjectionExtension.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/extensions/InjectionExtension.java index c85483e978..ae25a659c7 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/extensions/InjectionExtension.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/extensions/InjectionExtension.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.extensions; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/formatter/FormatterTestHelper.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/formatter/FormatterTestHelper.java index 8a9cdc7c8d..29b582b836 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/formatter/FormatterTestHelper.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/formatter/FormatterTestHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatter; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/formatter/FormatterTestRequest.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/formatter/FormatterTestRequest.java index b7171eeea4..0cd0297a0f 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/formatter/FormatterTestRequest.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/formatter/FormatterTestRequest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatter; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/internal/InjectorProviders.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/internal/InjectorProviders.java index fb0cab5810..ff445fd6b6 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/internal/InjectorProviders.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/internal/InjectorProviders.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/logging/LoggingTester.xtend b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/logging/LoggingTester.xtend index c766722714..1d21959f71 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/logging/LoggingTester.xtend +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/logging/LoggingTester.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.logging diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/AssertNodeModelAcceptor.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/AssertNodeModelAcceptor.java index a4fb75f717..f74b4c5a81 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/AssertNodeModelAcceptor.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/AssertNodeModelAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.serializer; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/AssertStructureAcceptor.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/AssertStructureAcceptor.java index dfc3d7d555..ff22de07ec 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/AssertStructureAcceptor.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/AssertStructureAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.serializer; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/DebugSequenceAcceptor.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/DebugSequenceAcceptor.java index 530ba28fe6..d40ff732c6 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/DebugSequenceAcceptor.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/DebugSequenceAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.serializer; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/SerializerTestHelper.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/SerializerTestHelper.java index 1d2a279e9b..b9cc7b175a 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/SerializerTestHelper.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/serializer/SerializerTestHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.serializer; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/AbstractSmokeTest.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/AbstractSmokeTest.java index 31517be6ce..5bc0537862 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/AbstractSmokeTest.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/AbstractSmokeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/DeltaScenarioProcessor.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/DeltaScenarioProcessor.java index 04447ef563..f7a4df0fdf 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/DeltaScenarioProcessor.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/DeltaScenarioProcessor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/IgnoredBySmokeTest.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/IgnoredBySmokeTest.java index a8857eba68..e92177dfc2 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/IgnoredBySmokeTest.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/IgnoredBySmokeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/ProcessedBy.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/ProcessedBy.java index d6583c13db..c40eb0a8e8 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/ProcessedBy.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/ProcessedBy.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/Scenario.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/Scenario.java index 1c2e4161d1..7ebfaffc14 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/Scenario.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/Scenario.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/ScenarioProcessor.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/ScenarioProcessor.java index 152bca93fa..9c3c8752f3 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/ScenarioProcessor.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/ScenarioProcessor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/Scenarios.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/Scenarios.java index 84fe43a43f..eb1178f4fe 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/Scenarios.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/Scenarios.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/XtextSmokeTestRunner.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/XtextSmokeTestRunner.java index c251bbf5ad..610a430262 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/XtextSmokeTestRunner.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/XtextSmokeTestRunner.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/AbstractParallelScenarioRunner.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/AbstractParallelScenarioRunner.java index 3e24c2acaf..2f643faa82 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/AbstractParallelScenarioRunner.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/AbstractParallelScenarioRunner.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/AbstractScenarioRunner.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/AbstractScenarioRunner.java index c908ebee03..fce5e340b3 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/AbstractScenarioRunner.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/AbstractScenarioRunner.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/AllScenariosRunner.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/AllScenariosRunner.java index 061e04916f..1d01dfc25e 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/AllScenariosRunner.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/AllScenariosRunner.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/CompleteInputScenarioRunner.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/CompleteInputScenarioRunner.java index 39ba143587..24aef730c9 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/CompleteInputScenarioRunner.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/CompleteInputScenarioRunner.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/InjectorCache.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/InjectorCache.java index a92e2a4e7d..38138feb20 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/InjectorCache.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/InjectorCache.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/ParallelCompleteInputScenarioRunner.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/ParallelCompleteInputScenarioRunner.java index ef22dac49f..7f24ec5c60 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/ParallelCompleteInputScenarioRunner.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/ParallelCompleteInputScenarioRunner.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/ParallelPermutingScenarioRunner.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/ParallelPermutingScenarioRunner.java index e5f8a29a51..290448a98b 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/ParallelPermutingScenarioRunner.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/ParallelPermutingScenarioRunner.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/PermutingScenarioRunner.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/PermutingScenarioRunner.java index dc4b50d7e0..e16c7cca44 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/PermutingScenarioRunner.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/PermutingScenarioRunner.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/RunnerBuilder.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/RunnerBuilder.java index 9081348008..10dd1836c5 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/RunnerBuilder.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/RunnerBuilder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/TestDataCarrier.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/TestDataCarrier.java index 8319803984..ce6fc96704 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/TestDataCarrier.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/TestDataCarrier.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/TestDataProvider.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/TestDataProvider.java index 9f8b2664fc..b817d11d46 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/TestDataProvider.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/TestDataProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/WrappingInjectorProvider.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/WrappingInjectorProvider.java index 3604f92188..a569161923 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/WrappingInjectorProvider.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/internal/WrappingInjectorProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.internal; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/processors/PartialParsingProcessor.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/processors/PartialParsingProcessor.java index b32c6f36d1..4b630ee374 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/processors/PartialParsingProcessor.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/smoketest/processors/PartialParsingProcessor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.smoketest.processors; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/util/InMemoryURIHandler.xtend b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/util/InMemoryURIHandler.xtend index a867a79b8d..e249d243d0 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/util/InMemoryURIHandler.xtend +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/util/InMemoryURIHandler.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.util diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/util/ParseHelper.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/util/ParseHelper.java index 39605414d2..4d42a3fca2 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/util/ParseHelper.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/util/ParseHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.util; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/util/ResourceHelper.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/util/ResourceHelper.java index 4e7d574380..b9df5ca727 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/util/ResourceHelper.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/util/ResourceHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.util; diff --git a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/validation/ValidationTestHelper.java b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/validation/ValidationTestHelper.java index 29da39559b..5928735031 100644 --- a/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/validation/ValidationTestHelper.java +++ b/org.eclipse.xtext.testing/src/org/eclipse/xtext/testing/validation/ValidationTestHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/AbstractJUnitIntegrationTest.java b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/AbstractJUnitIntegrationTest.java index cbe2997e62..953f59bbbc 100644 --- a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/AbstractJUnitIntegrationTest.java +++ b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/AbstractJUnitIntegrationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/FlakyFailsFourTimes.java b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/FlakyFailsFourTimes.java index f7513b7b8c..b4245b6af4 100644 --- a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/FlakyFailsFourTimes.java +++ b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/FlakyFailsFourTimes.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/FlakyFailsTwoTimes.java b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/FlakyFailsTwoTimes.java index a1bdcd4f9e..1b453f1e10 100644 --- a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/FlakyFailsTwoTimes.java +++ b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/FlakyFailsTwoTimes.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/IllegalFlakyConfigTest.java b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/IllegalFlakyConfigTest.java index ed79fe6dfb..e639e09ce3 100644 --- a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/IllegalFlakyConfigTest.java +++ b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/IllegalFlakyConfigTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/InjectionExtensionTest.java b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/InjectionExtensionTest.java index 1fa87ddb83..aa8d87c746 100644 --- a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/InjectionExtensionTest.java +++ b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/InjectionExtensionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/SmokeTestScenarioTest.java b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/SmokeTestScenarioTest.java index e871feabb9..fda97b96bb 100644 --- a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/SmokeTestScenarioTest.java +++ b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/SmokeTestScenarioTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/XtextRunnerTest.java b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/XtextRunnerTest.java index e3d1dcb328..a1c5063ff6 100644 --- a/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/XtextRunnerTest.java +++ b/org.eclipse.xtext.testing/tests/org/eclipse/xtext/testing/tests/XtextRunnerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/AbstractLanguageServerTest.java b/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/AbstractLanguageServerTest.java index cbf7c7db58..4f503ffcf9 100644 --- a/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/AbstractLanguageServerTest.java +++ b/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/AbstractLanguageServerTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2020 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/builder/AbstractIncrementalBuilderTest.java b/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/builder/AbstractIncrementalBuilderTest.java index f863ca06ce..ee6f126e80 100644 --- a/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/builder/AbstractIncrementalBuilderTest.java +++ b/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/builder/AbstractIncrementalBuilderTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.builder; diff --git a/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/logging/LoggingTester.java b/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/logging/LoggingTester.java index 9ac884fef3..ce3ffc9955 100644 --- a/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/logging/LoggingTester.java +++ b/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/logging/LoggingTester.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.logging; diff --git a/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/util/InMemoryURIHandler.java b/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/util/InMemoryURIHandler.java index 6d261ca270..dcb725a9ef 100644 --- a/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/util/InMemoryURIHandler.java +++ b/org.eclipse.xtext.testing/xtend-gen/org/eclipse/xtext/testing/util/InMemoryURIHandler.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.util; diff --git a/org.eclipse.xtext.testlanguages.ide/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.xtext.testlanguages.ide/.settings/org.eclipse.jdt.core.prefs index c1916f1961..358b1563db 100644 --- a/org.eclipse.xtext.testlanguages.ide/.settings/org.eclipse.jdt.core.prefs +++ b/org.eclipse.xtext.testlanguages.ide/.settings/org.eclipse.jdt.core.prefs @@ -1,4 +1,7 @@ eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.source=1.8 org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 diff --git a/org.eclipse.xtext.testlanguages.ide/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.testlanguages.ide/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 0000000000..e4d1f4e6df --- /dev/null +++ b/org.eclipse.xtext.testlanguages.ide/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.ui.javadoc=false +org.eclipse.jdt.ui.text.custom_code_templates=June 5, 2007
-The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.
+November 30, 2017
+If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.
++ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +
+ ++ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +
\ No newline at end of file diff --git a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/backtracking/BeeLangTestLanguage.xtext b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/backtracking/BeeLangTestLanguage.xtext index 32dbf03ab7..ab4427f69d 100644 --- a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/backtracking/BeeLangTestLanguage.xtext +++ b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/backtracking/BeeLangTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.backtracking.BeeLangTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/backtracking/ExBeeLangTestLanguage.xtext b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/backtracking/ExBeeLangTestLanguage.xtext index 3a3bc139af..d62033f811 100644 --- a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/backtracking/ExBeeLangTestLanguage.xtext +++ b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/backtracking/ExBeeLangTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.backtracking.ExBeeLangTestLanguage with org.eclipse.xtext.testlanguages.backtracking.BeeLangTestLanguage diff --git a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/backtracking/SimpleBeeLangTestLanguage.xtext b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/backtracking/SimpleBeeLangTestLanguage.xtext index 1e412c924b..fd1c0667bc 100644 --- a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/backtracking/SimpleBeeLangTestLanguage.xtext +++ b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/backtracking/SimpleBeeLangTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.backtracking.SimpleBeeLangTestLanguage with org.eclipse.xtext.testlanguages.backtracking.BeeLangTestLanguage diff --git a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreQualifiedNameProvider.java b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreQualifiedNameProvider.java index 2aad5c8372..f7fd021072 100644 --- a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreQualifiedNameProvider.java +++ b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreQualifiedNameProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages.ecore; diff --git a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreResourceDescriptionStrategy.java b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreResourceDescriptionStrategy.java index 4264ccaea6..2f988956c6 100644 --- a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreResourceDescriptionStrategy.java +++ b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreResourceDescriptionStrategy.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages.ecore; diff --git a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreRuntimeModule.java b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreRuntimeModule.java index bd06de8fcb..aee93a885d 100644 --- a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreRuntimeModule.java +++ b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreRuntimeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages.ecore; diff --git a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreSupport.java b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreSupport.java index a19c8d38c7..9cbcab18c1 100644 --- a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreSupport.java +++ b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreSupport.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages.ecore; diff --git a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreSupportStandaloneSetup.java b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreSupportStandaloneSetup.java index 77c3c77c8c..78b2058de7 100644 --- a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreSupportStandaloneSetup.java +++ b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/EcoreSupportStandaloneSetup.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages.ecore; diff --git a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/NsURIQualifiedNameProvider.java b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/NsURIQualifiedNameProvider.java index f193c9e34c..57603084c5 100644 --- a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/NsURIQualifiedNameProvider.java +++ b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/ecore/NsURIQualifiedNameProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages.ecore; diff --git a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/noJdt/NoJdtTestLanguage.xtext b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/noJdt/NoJdtTestLanguage.xtext index 3f6fd6d3c4..818a43e64c 100644 --- a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/noJdt/NoJdtTestLanguage.xtext +++ b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/noJdt/NoJdtTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.noJdt.NoJdtTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/xtextgrammar/XtextGrammarTestLanguage.xtext b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/xtextgrammar/XtextGrammarTestLanguage.xtext index e024013e37..6e6b0a1026 100755 --- a/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/xtextgrammar/XtextGrammarTestLanguage.xtext +++ b/org.eclipse.xtext.testlanguages/src/org/eclipse/xtext/testlanguages/xtextgrammar/XtextGrammarTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2016 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 *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.xtextgrammar.XtextGrammarTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.xtext.tests/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..35068d95fc --- /dev/null +++ b/org.eclipse.xtext.tests/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/org.eclipse.xtext.tests/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.tests/.settings/org.eclipse.jdt.ui.prefs index f2433e320b..75ba19cc83 100644 --- a/org.eclipse.xtext.tests/.settings/org.eclipse.jdt.ui.prefs +++ b/org.eclipse.xtext.tests/.settings/org.eclipse.jdt.ui.prefs @@ -70,7 +70,7 @@ org.eclipse.jdt.ui.keywordthis=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.overrideannotation=true org.eclipse.jdt.ui.staticondemandthreshold=1 -org.eclipse.jdt.ui.text.custom_code_templates=June 5, 2007
-The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.
+November 30, 2017
+If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.
++ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +
+ ++ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +
\ No newline at end of file diff --git a/org.eclipse.xtext.tests/generator/src/org/eclipse/xtext/tests/ImportURIScopingFragment2.xtend b/org.eclipse.xtext.tests/generator/src/org/eclipse/xtext/tests/ImportURIScopingFragment2.xtend index d8dfd45e44..3bb0b6ef6a 100644 --- a/org.eclipse.xtext.tests/generator/src/org/eclipse/xtext/tests/ImportURIScopingFragment2.xtend +++ b/org.eclipse.xtext.tests/generator/src/org/eclipse/xtext/tests/ImportURIScopingFragment2.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests diff --git a/org.eclipse.xtext.tests/generator/src/org/eclipse/xtext/tests/TestsEMFGeneratorFragment.xtend b/org.eclipse.xtext.tests/generator/src/org/eclipse/xtext/tests/TestsEMFGeneratorFragment.xtend index df78b35216..3ab6cf7321 100644 --- a/org.eclipse.xtext.tests/generator/src/org/eclipse/xtext/tests/TestsEMFGeneratorFragment.xtend +++ b/org.eclipse.xtext.tests/generator/src/org/eclipse/xtext/tests/TestsEMFGeneratorFragment.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests diff --git a/org.eclipse.xtext.tests/generator/xtend-gen/org/eclipse/xtext/tests/ImportURIScopingFragment2.java b/org.eclipse.xtext.tests/generator/xtend-gen/org/eclipse/xtext/tests/ImportURIScopingFragment2.java index 5251e7963a..dfe1623896 100644 --- a/org.eclipse.xtext.tests/generator/xtend-gen/org/eclipse/xtext/tests/ImportURIScopingFragment2.java +++ b/org.eclipse.xtext.tests/generator/xtend-gen/org/eclipse/xtext/tests/ImportURIScopingFragment2.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.tests/generator/xtend-gen/org/eclipse/xtext/tests/TestsEMFGeneratorFragment.java b/org.eclipse.xtext.tests/generator/xtend-gen/org/eclipse/xtext/tests/TestsEMFGeneratorFragment.java index 6d55a75c5f..f5a62fc393 100644 --- a/org.eclipse.xtext.tests/generator/xtend-gen/org/eclipse/xtext/tests/TestsEMFGeneratorFragment.java +++ b/org.eclipse.xtext.tests/generator/xtend-gen/org/eclipse/xtext/tests/TestsEMFGeneratorFragment.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/AllContentsPerformanceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/AllContentsPerformanceTest.java index 6d436fd464..2804c241b1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/AllContentsPerformanceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/AllContentsPerformanceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/EcoreUtil2Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/EcoreUtil2Test.java index a6bc533d17..157d4813b3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/EcoreUtil2Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/EcoreUtil2Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/GenerateAllTestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/GenerateAllTestLanguages.mwe2 index 92932d3087..edc1a024da 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/GenerateAllTestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/GenerateAllTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.GenerateAllTestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/GrammarUtilGetReferenceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/GrammarUtilGetReferenceTest.java index 7f26b8a7df..9cd1e276cb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/GrammarUtilGetReferenceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/GrammarUtilGetReferenceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/GrammarUtilTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/GrammarUtilTest.xtend index bc54307100..cac1024dea 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/GrammarUtilTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/GrammarUtilTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/TestLanguagesFragments.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/TestLanguagesFragments.mwe2 index c36186c84e..99d5f5375c 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/TestLanguagesFragments.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/TestLanguagesFragments.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.TestLanguagesFragments diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/TestLanguagesFragmentsQualifiedNames.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/TestLanguagesFragmentsQualifiedNames.mwe2 index b630312bc4..70aaf1c3e7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/TestLanguagesFragmentsQualifiedNames.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/TestLanguagesFragmentsQualifiedNames.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.TestLanguagesFragmentsQualifiedNames diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/XtextGrammarTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/XtextGrammarTest.java index 659c131f01..b5696b0374 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/XtextGrammarTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/XtextGrammarTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/XtextGrammarTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/XtextGrammarTestLanguage.java index 0083697805..b207b16fda 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/XtextGrammarTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/XtextGrammarTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/XtextGrammarTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/XtextGrammarTestLanguage.xtext index 46c0e10566..de03176e49 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/XtextGrammarTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/XtextGrammarTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 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 *******************************************************************************/ grammar org.eclipse.xtext.XtextGrammarTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/actions/AntlrParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/actions/AntlrParserTest.java index 76ec63e0a7..b707ee0e04 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/actions/AntlrParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/actions/AntlrParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.actions; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/build/IncrementalBuilderTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/build/IncrementalBuilderTest.xtend index 27d2c678d8..fba81569d3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/build/IncrementalBuilderTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/build/IncrementalBuilderTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.build diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/common/services/DefaultTerminalConverterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/common/services/DefaultTerminalConverterTest.java index f27f18aab8..0c74ec561e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/common/services/DefaultTerminalConverterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/common/services/DefaultTerminalConverterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.services; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/concurrent/ReadWriteAccessTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/concurrent/ReadWriteAccessTest.java index d590133cda..fa8eaa6f37 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/concurrent/ReadWriteAccessTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/concurrent/ReadWriteAccessTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.concurrent; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/conversion/impl/DeclarativeValueConverterServiceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/conversion/impl/DeclarativeValueConverterServiceTest.java index 30de56a9ab..c87672d565 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/conversion/impl/DeclarativeValueConverterServiceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/conversion/impl/DeclarativeValueConverterServiceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/documentation/impl/MultiLineCommentDocumentationProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/documentation/impl/MultiLineCommentDocumentationProviderTest.java index 6190953961..96194b69ad 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/documentation/impl/MultiLineCommentDocumentationProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/documentation/impl/MultiLineCommentDocumentationProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 Christoph Kulla - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Christoph Kulla - Initial API and implementation diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/documentation/impl/MultiLineCommentFileHeaderProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/documentation/impl/MultiLineCommentFileHeaderProviderTest.java index c165efefc5..e0016e8763 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/documentation/impl/MultiLineCommentFileHeaderProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/documentation/impl/MultiLineCommentFileHeaderProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.documentation.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/dummy/DummyTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/dummy/DummyTestLanguage.xtext index 40dd1bd163..4f4eff7e39 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/dummy/DummyTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/dummy/DummyTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.dummy.DummyTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/AbstractEnumRulesTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/AbstractEnumRulesTest.java index 0eb54616dc..df03c50f46 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/AbstractEnumRulesTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/AbstractEnumRulesTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.enumrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/EnumAndReferenceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/EnumAndReferenceTest.java index 1dc3fb8443..fec61d4fd2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/EnumAndReferenceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/EnumAndReferenceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.enumrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/EnumAndReferenceTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/EnumAndReferenceTestLanguage.xtext index 9f87126cbc..d6a99067b3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/EnumAndReferenceTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/EnumAndReferenceTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.enumrules.EnumAndReferenceTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/EnumRulesTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/EnumRulesTestLanguage.xtext index d47c24c2e0..97e378a120 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/EnumRulesTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/EnumRulesTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.enumrules.EnumRulesTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/GenerateEnumRuleTestLanguage.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/GenerateEnumRuleTestLanguage.mwe2 index 6d2ab8f47a..c678c6c163 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/GenerateEnumRuleTestLanguage.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/GenerateEnumRuleTestLanguage.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.enumrules.GenerateEnumRuleTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/GrammarParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/GrammarParserTest.java index 95973cb16f..ff16397875 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/GrammarParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/GrammarParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.enumrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/MultiRuleEnumTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/MultiRuleEnumTest.xtend index f84202bee4..88814f93e5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/MultiRuleEnumTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/MultiRuleEnumTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.enumrules diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/MultiRuleEnumTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/MultiRuleEnumTestLanguage.xtext index f904df7ff1..adf4a9e20c 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/MultiRuleEnumTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/MultiRuleEnumTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.enumrules.MultiRuleEnumTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/ParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/ParserTest.java index bc44c8c467..a8ba025b88 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/ParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/ParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.enumrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/SerializationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/SerializationTest.java index e41ecdd732..23b311c501 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/SerializationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/enumrules/SerializationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.enumrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/filesystem/URIBasedFileSystemAccessTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/filesystem/URIBasedFileSystemAccessTest.xtend index 403aac13fb..1fb3a1053e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/filesystem/URIBasedFileSystemAccessTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/filesystem/URIBasedFileSystemAccessTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.filesystem diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/debug/TextRegionsToStringTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/debug/TextRegionsToStringTest.xtend index 5be91bf90b..b1ff773197 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/debug/TextRegionsToStringTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/debug/TextRegionsToStringTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.debug diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/CommentFormatterTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/CommentFormatterTest.xtend index f4d55b10dd..8740bb2409 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/CommentFormatterTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/CommentFormatterTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormattableDocumentTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormattableDocumentTest.xtend index 40f453df25..3abe892221 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormattableDocumentTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormattableDocumentTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormatterReplacementsTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormatterReplacementsTest.xtend index 1b967e3ccf..3108199995 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormatterReplacementsTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormatterReplacementsTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormatterSerializerIntegrationTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormatterSerializerIntegrationTest.xtend index 151e12ca99..059a4395f1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormatterSerializerIntegrationTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormatterSerializerIntegrationTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormatterTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormatterTestLanguage.xtext index 96dc737e2a..31993550b0 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormatterTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormatterTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.formatting2.internal.FormatterTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormattingConflictTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormattingConflictTest.xtend index 5718019d03..1d2d1794e0 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormattingConflictTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/FormattingConflictTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/GenerateFormatterTestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/GenerateFormatterTestLanguages.mwe2 index 1693a6ac60..18bb548e76 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/GenerateFormatterTestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/GenerateFormatterTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parsetree.formatter.GenerateFormatterTestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/GenericFormatterTester.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/GenericFormatterTester.xtend index 90e34a9739..67f28ff95e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/GenericFormatterTester.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/GenericFormatterTester.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/RegionSetTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/RegionSetTest.xtend index c00f11158c..163a4fea5f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/RegionSetTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/internal/RegionSetTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessBuilderTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessBuilderTest.xtend index fa991cfa18..04238d08b2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessBuilderTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessBuilderTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessCommentsTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessCommentsTest.xtend index 2340b7e06c..2075370edd 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessCommentsTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessCommentsTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessDiffTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessDiffTest.xtend index 5884f4db75..e72d5d0436 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessDiffTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessDiffTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessTestHelper.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessTestHelper.xtend index 96efeed02a..4379e15c89 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessTestHelper.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessTestHelper.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessTestLanguage.xtext index 3e9f6299f4..5c0ba3f793 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.formatting2.regionaccess.internal.RegionAccessTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionFinderTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionFinderTest.xtend index bda248747e..b0358792f2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionFinderTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionFinderTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/AbstractLargeMetamodelTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/AbstractLargeMetamodelTest.java index 8988eeb501..72b381e1d9 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/AbstractLargeMetamodelTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/AbstractLargeMetamodelTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/JavaIoFileSystemAccessTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/JavaIoFileSystemAccessTest.java index 39df9c8b5c..77540f7f1c 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/JavaIoFileSystemAccessTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/JavaIoFileSystemAccessTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/LineSeparatorHarminizerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/LineSeparatorHarminizerTest.java index 16b85144ab..00da1389d0 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/LineSeparatorHarminizerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/LineSeparatorHarminizerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ManifestMerger2Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ManifestMerger2Test.java index 29b126ffdc..e8cdb30103 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ManifestMerger2Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ManifestMerger2Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ManifestMergerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ManifestMergerTest.java index 9a1d2fec85..6f4f6e8bec 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ManifestMergerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ManifestMergerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/TypeReferenceTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/TypeReferenceTest.xtend index a9345fb89f..fdd13b6b0d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/TypeReferenceTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/TypeReferenceTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/AccessTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/AccessTest.java index 2ec266d0bd..75da3f4bf0 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/AccessTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/AccessTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecore; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/ActionLanguage2Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/ActionLanguage2Test.java index add80484d5..d7c200e606 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/ActionLanguage2Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/ActionLanguage2Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecore; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/GenModelAccessTest.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/GenModelAccessTest.mwe2 index a8df92f1be..130a83fc47 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/GenModelAccessTest.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/GenModelAccessTest.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.generator.ecore.GenModelAccess diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/GenModelTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/GenModelTest.java index e710d3bae8..2f7344ca81 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/GenModelTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/GenModelTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecore; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/SubTestLanguage.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/SubTestLanguage.mwe2 index f6fe92a5b9..d38c9f12fd 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/SubTestLanguage.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/ecore/SubTestLanguage.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.generator.ecore.SubTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/grammarAccess/ElementFinderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/grammarAccess/ElementFinderTest.java index 77a17af6af..0d6ad80b2f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/grammarAccess/ElementFinderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/grammarAccess/ElementFinderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammarAccess; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/grammarAccess/GenerateGrammarAccessTestLanguage.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/grammarAccess/GenerateGrammarAccessTestLanguage.mwe2 index b6cd1c88e4..7752c23846 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/grammarAccess/GenerateGrammarAccessTestLanguage.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/grammarAccess/GenerateGrammarAccessTestLanguage.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.generator.grammarAccess.GenerateGrammarAccessTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/grammarAccess/ParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/grammarAccess/ParserTest.java index a8fb75f4a2..6aeabde34f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/grammarAccess/ParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/grammarAccess/ParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammarAccess; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AbstractAntlrSplitterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AbstractAntlrSplitterTest.java index ca3feb10a5..4e0f29772c 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AbstractAntlrSplitterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AbstractAntlrSplitterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AntlrGrammarComparator.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AntlrGrammarComparator.java index 34c09cc0cf..2871c5ac52 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AntlrGrammarComparator.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AntlrGrammarComparator.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTest.xtend index 4ba0c80d7c..d82761d2fd 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTestHelper.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTestHelper.xtend index 0dab3b686c..56190ab42d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTestHelper.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTestHelper.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/FirstSetComputationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/FirstSetComputationTest.java index bfc1ae61c1..7c77782b28 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/FirstSetComputationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/FirstSetComputationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/TerminalRuleToLexerBodyTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/TerminalRuleToLexerBodyTest.java index 271f954d75..8952717347 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/TerminalRuleToLexerBodyTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/TerminalRuleToLexerBodyTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/ex/common/KeywordHelperTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/ex/common/KeywordHelperTest.java index b6d5a896a8..5ec8d6552b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/ex/common/KeywordHelperTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/ex/common/KeywordHelperTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser.ex.common; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/AntlrLexerSplitterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/AntlrLexerSplitterTest.java index e5321c0ce7..1350f4aa24 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/AntlrLexerSplitterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/AntlrLexerSplitterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser.splitting; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/AntlrParserSplitterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/AntlrParserSplitterTest.java index 9b1ab89c96..5e4762507a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/AntlrParserSplitterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/AntlrParserSplitterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser.splitting; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/CondititionSimplifierTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/CondititionSimplifierTest.java index 7d0bc6c2e2..93a0e66262 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/CondititionSimplifierTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/CondititionSimplifierTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser.splitting; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/LexerSpecialStateTransitionSplitterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/LexerSpecialStateTransitionSplitterTest.java index 8713151841..4b30d5931d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/LexerSpecialStateTransitionSplitterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/parser/splitting/LexerSpecialStateTransitionSplitterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser.splitting; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/LineMappingNormalizationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/LineMappingNormalizationTest.java index cd4ef7b0f1..e98787a250 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/LineMappingNormalizationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/LineMappingNormalizationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceFileNameProviderTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceFileNameProviderTest.xtend index e6eafb8008..bcc87a5274 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceFileNameProviderTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceFileNameProviderTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionMergerTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionMergerTest.xtend index 2e46483058..56f46802cd 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionMergerTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionMergerTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionSerializerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionSerializerTest.java index 0408940d71..6ae8810c81 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionSerializerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionSerializerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionTest.java index a717112a0c..2b06eb13d1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionToStringTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionToStringTest.xtend index b735ecacde..c0bffcaa47 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionToStringTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/TraceRegionToStringTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/GeneratorNodePerformanceTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/GeneratorNodePerformanceTest.xtend index 20feabcb79..fa283c9f89 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/GeneratorNodePerformanceTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/GeneratorNodePerformanceTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 TypeFox (https://typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/GeneratorNodeTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/GeneratorNodeTest.xtend index 8454c9c613..68c8c2a5a2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/GeneratorNodeTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/GeneratorNodeTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox (https://typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/TemplateNodeTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/TemplateNodeTest.xtend index 8f1ef34263..fa9e129017 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/TemplateNodeTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/TemplateNodeTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox (https://typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/TracingSugarTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/TracingSugarTest.xtend index 2f7d620121..29dfb5645b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/TracingSugarTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/generator/trace/node/TracingSugarTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox (https://typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/AbstractTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/AbstractTestLanguage.xtext index 5b8991ec1f..d881864d7b 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/AbstractTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/AbstractTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.grammarinheritance.AbstractTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/AbstractTestLanguageValueConverters.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/AbstractTestLanguageValueConverters.java index 88e87308bb..0ab64c9a90 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/AbstractTestLanguageValueConverters.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/AbstractTestLanguageValueConverters.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammarinheritance; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/AnotherInheritanceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/AnotherInheritanceTest.java index eb78e8b9a2..c7a60c7b39 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/AnotherInheritanceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/AnotherInheritanceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammarinheritance; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/BaseInheritanceTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/BaseInheritanceTestLanguage.java index 8ffdc53d23..75b1b3b4f3 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/BaseInheritanceTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/BaseInheritanceTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammarinheritance; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/BaseInheritanceTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/BaseInheritanceTestLanguage.xtext index d1849d1f3e..15d94861ba 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/BaseInheritanceTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/BaseInheritanceTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.grammarinheritance.BaseInheritanceTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/Bug265111Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/Bug265111Test.java index 27dd72a739..78f466eca5 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/Bug265111Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/Bug265111Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammarinheritance; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/ConcreteTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/ConcreteTestLanguage.xtext index 7892ea6b8c..81a00943ec 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/ConcreteTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/ConcreteTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.grammarinheritance.ConcreteTestLanguage with org.eclipse.xtext.grammarinheritance.AbstractTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/GenerateInheritanceLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/GenerateInheritanceLanguages.mwe2 index e2b92f8c4a..cac436f267 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/GenerateInheritanceLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/GenerateInheritanceLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.grammarinheritance.GenerateInheritanceLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/Inheritance2Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/Inheritance2Test.java index d02ea56cbd..7ab6f9ccac 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/Inheritance2Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/Inheritance2Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammarinheritance; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceGrammarAccessTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceGrammarAccessTest.java index 00d4638d7d..d057cf7dfc 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceGrammarAccessTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceGrammarAccessTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammarinheritance; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTest.java index c5b096f58b..e331366faa 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammarinheritance; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTest2Language.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTest2Language.xtext index 19a367b72d..aca0d78da5 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTest2Language.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTest2Language.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.grammarinheritance.InheritanceTest2Language with org.eclipse.xtext.grammarinheritance.InheritanceTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTest3Language.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTest3Language.xtext index 7a6d5c68de..37b2149944 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTest3Language.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTest3Language.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.grammarinheritance.InheritanceTest3Language with org.eclipse.xtext.grammarinheritance.InheritanceTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTestLanguage.java index d069134561..b28d6eb0e9 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammarinheritance; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTestLanguage.xtext index e83ed31e48..10bbe554e6 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/InheritanceTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.grammarinheritance.InheritanceTestLanguage with org.eclipse.xtext.grammarinheritance.BaseInheritanceTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/ParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/ParserTest.java index ff9add1bba..d198b09459 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/ParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/grammarinheritance/ParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammarinheritance; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/index/IndexTestLanguageInjectorProvider.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/index/IndexTestLanguageInjectorProvider.xtend index da915fae09..0b30e72ad9 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/index/IndexTestLanguageInjectorProvider.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/index/IndexTestLanguageInjectorProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.index diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/index/IndexTestLanguageJavaValidator.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/index/IndexTestLanguageJavaValidator.java index 5ef42aacfd..7590b5ddd0 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/index/IndexTestLanguageJavaValidator.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/index/IndexTestLanguageJavaValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.index; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/BacktrackingLexerTestLanguage.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/BacktrackingLexerTestLanguage.mwe2 index 3e3dc8696f..7013b98b72 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/BacktrackingLexerTestLanguage.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/BacktrackingLexerTestLanguage.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.lexer.BacktrackingLexerTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/BacktrackingLexerTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/BacktrackingLexerTestLanguage.xtext index 3bf0e25df6..8141dc9203 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/BacktrackingLexerTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/BacktrackingLexerTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/Bug282355Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/Bug282355Test.java index 3be9c321d2..453f7fba17 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/Bug282355Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/Bug282355Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.lexer; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/Bug313508Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/Bug313508Test.java index d987f51572..d5755bd8bb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/Bug313508Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/Bug313508Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.lexer; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/IgnoreCaseLexerTestLanguage.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/IgnoreCaseLexerTestLanguage.mwe2 index e0332c4da3..7b7d88e188 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/IgnoreCaseLexerTestLanguage.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/IgnoreCaseLexerTestLanguage.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.lexer.IgnoreCaseLexerTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/IgnoreCaseLexerTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/IgnoreCaseLexerTestLanguage.xtext index e0f0d43fe9..1e4c571e5f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/IgnoreCaseLexerTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/IgnoreCaseLexerTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.lexer.IgnoreCaseLexerTestLanguage hidden(WS, SL_COMMENT) diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/IgnoreCaseTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/IgnoreCaseTest.java index 9938b0b5a7..c951a1ea1b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/IgnoreCaseTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/IgnoreCaseTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.lexer; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/LexerErrorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/LexerErrorTest.java index 2a9d12e7d2..aff9fc45d3 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/LexerErrorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/LexerErrorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.lexer; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/LexerSLComment.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/LexerSLComment.java index 8859076c6b..b3487465df 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/LexerSLComment.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/lexer/LexerSLComment.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.lexer; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/AbstractIgnoreCaseLinkingTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/AbstractIgnoreCaseLinkingTest.java index 39b3b5c103..fc3fd4204c 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/AbstractIgnoreCaseLinkingTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/AbstractIgnoreCaseLinkingTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/AbstractIgnoreCaseLinkingTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/AbstractIgnoreCaseLinkingTestLanguage.xtext index dc93ae7da3..fd03712708 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/AbstractIgnoreCaseLinkingTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/AbstractIgnoreCaseLinkingTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.linking.AbstractIgnoreCaseLinkingTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug266082Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug266082Test.java index 9350665e69..54cfa14c12 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug266082Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug266082Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug287988Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug287988Test.java index 66b78d742e..16cf96d4e4 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug287988Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug287988Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug287988TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug287988TestLanguage.xtext index 679e200aad..b3359fddf5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug287988TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug287988TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.linking.Bug287988TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug287988WithEagerLinkingTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug287988WithEagerLinkingTest.java index a75b4582ff..661df22521 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug287988WithEagerLinkingTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug287988WithEagerLinkingTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug289059TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug289059TestLanguage.xtext index 27b7ff3598..d759b816b5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug289059TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug289059TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.linking.Bug289059TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug313089Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug313089Test.java index a86da6530a..f36994f6c0 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug313089Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug313089Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug362902Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug362902Test.java index 051f0fe071..066fcc0fb6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug362902Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug362902Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug437669Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug437669Test.java index 58ed1cc913..5c4eaf71b2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug437669Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/Bug437669Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/GenerateLinkingTestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/GenerateLinkingTestLanguages.mwe2 index 029d19497c..ccba054894 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/GenerateLinkingTestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/GenerateLinkingTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.linking.GenerateLinkingTestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseImportsTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseImportsTestLanguage.xtext index 013a54987f..5a320e1858 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseImportsTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseImportsTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.linking.IgnoreCaseImportsTestLanguage with org.eclipse.xtext.linking.AbstractIgnoreCaseLinkingTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseLinkingWithDifferentWildcardTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseLinkingWithDifferentWildcardTest.java index f7852c70f3..71680f85f2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseLinkingWithDifferentWildcardTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseLinkingWithDifferentWildcardTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseLinkingWithNamespaceImportsTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseLinkingWithNamespaceImportsTest.java index b7b829321e..44beb10a48 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseLinkingWithNamespaceImportsTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseLinkingWithNamespaceImportsTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseLinkingWithURIImportsTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseLinkingWithURIImportsTest.java index e1af9dc0b6..0b34437678 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseLinkingWithURIImportsTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseLinkingWithURIImportsTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseNamespacesTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseNamespacesTestLanguage.xtext index 49c3b77cb7..d4366a6456 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseNamespacesTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/IgnoreCaseNamespacesTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.linking.IgnoreCaseNamespacesTestLanguage with org.eclipse.xtext.linking.AbstractIgnoreCaseLinkingTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/ImportUriTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/ImportUriTestLanguage.xtext index 742aeccf41..445e6337e4 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/ImportUriTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/ImportUriTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.linking.ImportUriTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/LangATestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/LangATestLanguage.xtext index fa554cb211..1c7e94cb76 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/LangATestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/LangATestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.linking.LangATestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/LinkingErrorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/LinkingErrorTest.java index 71ffb6d104..66c871f4b4 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/LinkingErrorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/LinkingErrorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/LinkingWarningsTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/LinkingWarningsTest.java index 26e5f55796..7ea1d55880 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/LinkingWarningsTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/LinkingWarningsTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/PartialLinkingTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/PartialLinkingTest.java index 61831d9f0a..8542e72196 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/PartialLinkingTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/PartialLinkingTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/SimpleAttributeResolverTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/SimpleAttributeResolverTest.java index d775dbeae5..464c8c41a5 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/SimpleAttributeResolverTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/SimpleAttributeResolverTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/converter/Bug362902ValueConverters.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/converter/Bug362902ValueConverters.java index 5abb2d685a..628dc26c72 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/converter/Bug362902ValueConverters.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/converter/Bug362902ValueConverters.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.converter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/BasicLazyLinkingTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/BasicLazyLinkingTest.java index 36a9473ea7..e6d97a0c41 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/BasicLazyLinkingTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/BasicLazyLinkingTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug281990Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug281990Test.java index faeb38a19f..a5df709aa7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug281990Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug281990Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug289059Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug289059Test.java index 5c5fd1de66..af85164ecf 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug289059Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug289059Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug311337Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug311337Test.java index 5625aaf5b9..f6682ec13a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug311337Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug311337Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug443705Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug443705Test.java index 7da3e732af..d8f5f1c53d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug443705Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/Bug443705Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkerTest.java index 79dc94db01..6f299f4e7a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkingResourceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkingResourceTest.java index 3004b96669..4ec436e6ee 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkingResourceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkingResourceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkingTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkingTestLanguage.xtext index 62fd860443..1cbabfa410 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkingTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkingTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.linking.lazy.LazyLinkingTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkingTestLanguageScopeProvider.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkingTestLanguageScopeProvider.java index 7a2bbdd291..9c47f1aefb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkingTestLanguageScopeProvider.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyLinkingTestLanguageScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyURIEncoderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyURIEncoderTest.java index c3c9024bf7..be89537376 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyURIEncoderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/lazy/LazyURIEncoderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/scoping/URINormalizationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/scoping/URINormalizationTest.java index 6036a23da7..9b539cd004 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/scoping/URINormalizationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/linking/scoping/URINormalizationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.scoping; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/EcoreReferenceTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/EcoreReferenceTestLanguage.xtext index 2fcd334c58..a4e5b79797 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/EcoreReferenceTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/EcoreReferenceTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.metamodelreferencing.tests.EcoreReferenceTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/ExceptionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/ExceptionTest.java index 5408d1252d..d71d734ba3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/ExceptionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/ExceptionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.metamodelreferencing.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/GenerateMetamodelReferencing.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/GenerateMetamodelReferencing.mwe2 index 5f043bf75c..d7d18484ec 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/GenerateMetamodelReferencing.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/GenerateMetamodelReferencing.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.metamodelreferencing.tests.GenerateMetamodelReferencing diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MetamodelRefTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MetamodelRefTest.java index d62ab3119c..23b64eeacd 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MetamodelRefTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MetamodelRefTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.metamodelreferencing.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MetamodelRefTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MetamodelRefTestLanguage.java index d754735459..ee3542c82c 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MetamodelRefTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MetamodelRefTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.metamodelreferencing.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MetamodelRefTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MetamodelRefTestLanguage.xtext index de77c0d0cc..6a7a27c979 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MetamodelRefTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MetamodelRefTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.metamodelreferencing.tests.MetamodelRefTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MultiGenMMTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MultiGenMMTest.java index afa7ec8a45..937838d3e9 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MultiGenMMTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MultiGenMMTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.metamodelreferencing.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MultiGenMMTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MultiGenMMTestLanguage.java index 16b9c9874f..25d178a4f0 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MultiGenMMTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MultiGenMMTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.metamodelreferencing.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MultiGenMMTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MultiGenMMTestLanguage.xtext index 4fe775ad9a..fc1bb5283b 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MultiGenMMTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/metamodelreferencing/tests/MultiGenMMTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.metamodelreferencing.tests.MultiGenMMTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/AbstractReaderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/AbstractReaderTest.java index cb00fff1d1..1f5bd5bbb1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/AbstractReaderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/AbstractReaderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/NameBasedFilterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/NameBasedFilterTest.java index d0a39a49b2..919b41ae86 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/NameBasedFilterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/NameBasedFilterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/PathTraverserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/PathTraverserTest.java index 07f6dea6a5..fa8b22859d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/PathTraverserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/PathTraverserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/ReaderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/ReaderTest.java index 3ba4bd2516..940c4cb299 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/ReaderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/ReaderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/ResourceSetBasedSlotEntryReaderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/ResourceSetBasedSlotEntryReaderTest.java index aecb2d6d5d..b488d392c1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/ResourceSetBasedSlotEntryReaderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/ResourceSetBasedSlotEntryReaderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/UriBasedReaderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/UriBasedReaderTest.java index a7a73f564d..e1a145e743 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/UriBasedReaderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/UriBasedReaderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/ValidatorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/ValidatorTest.java index 41f81f42a5..2f1332bc4b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/ValidatorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/mwe/ValidatorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/naming/DeclarativeQualifiedNameConverterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/naming/DeclarativeQualifiedNameConverterTest.java index c1a673718e..fe468e2334 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/naming/DeclarativeQualifiedNameConverterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/naming/DeclarativeQualifiedNameConverterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.naming; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/naming/QualifiedNameTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/naming/QualifiedNameTest.java index 4a5fd69ef4..ccf98e2583 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/naming/QualifiedNameTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/naming/QualifiedNameTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.naming; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/AbstractCompositeNodeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/AbstractCompositeNodeTest.java index b3f41f95a3..6f15ab0eea 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/AbstractCompositeNodeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/AbstractCompositeNodeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/AbstractNodeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/AbstractNodeTest.java index 534f7af72e..197fee97ff 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/AbstractNodeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/AbstractNodeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIterable.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIterable.java index 24b9fe7d89..28b606842d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIterable.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIterable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2020 Robert Lewis and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIterableTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIterableTest.java index 6f10cbebe1..8d1358c46c 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIterableTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIterableTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2020 Robert Lewis and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIterator.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIterator.java index c8bb3ebaa4..f26ddca47f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIterator.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2020 Robert Lewis and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIteratorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIteratorTest.java index b92a776476..a66a2bda68 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIteratorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/BasicNodeIteratorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2020 Robert Lewis and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/Bug407280Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/Bug407280Test.java index f9f0164e7a..9e4139f42e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/Bug407280Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/Bug407280Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/CompositeNode.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/CompositeNode.java index 8c230df7ba..7e09d19f0d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/CompositeNode.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/CompositeNode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/CompositeNodeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/CompositeNodeTest.java index 807df225b2..779b2bbdb7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/CompositeNodeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/CompositeNodeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/CompositeNodeWithSemanticElement.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/CompositeNodeWithSemanticElement.java index 2461ccca47..c13edce1e8 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/CompositeNodeWithSemanticElement.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/CompositeNodeWithSemanticElement.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/LeafNode.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/LeafNode.java index 69cc4835d2..0864e47e72 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/LeafNode.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/LeafNode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/LeafNodeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/LeafNodeTest.java index fbba806813..8959697926 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/LeafNodeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/LeafNodeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/LengthOffsetLineTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/LengthOffsetLineTest.java index 689c20d235..fdda3b0048 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/LengthOffsetLineTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/LengthOffsetLineTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/NodeModelStateTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/NodeModelStateTest.java index dea17b25f3..a8d9ddc33c 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/NodeModelStateTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/NodeModelStateTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/NodeModelTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/NodeModelTest.java index b83afa9e3f..1314bbc4fe 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/NodeModelTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/NodeModelTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/RootNode.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/RootNode.java index 1664fdf43f..9283db4739 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/RootNode.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/RootNode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/RootNodeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/RootNodeTest.java index b9c9e9b32b..783ebc72b5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/RootNodeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/RootNodeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/TreeIteratorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/TreeIteratorTest.java index c795701169..62f393a258 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/TreeIteratorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/TreeIteratorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/serialization/SerializationUtilTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/serialization/SerializationUtilTest.java index 4793815cc1..85c4a916e4 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/serialization/SerializationUtilTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/serialization/SerializationUtilTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 Sigasi N.V. (http://www.sigasi.com) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.serialization; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/LineAndColumnTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/LineAndColumnTest.java index 68aaddfc61..769c820fc8 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/LineAndColumnTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/LineAndColumnTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeIterableTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeIterableTest.java index 8457a074f2..000c6ab404 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeIterableTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeIterableTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2020 Robert Lewis and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeIteratorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeIteratorTest.java index f2cc86539c..4be89697ac 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeIteratorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeIteratorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2020 Robert Lewis and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeModelUtilsTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeModelUtilsTest.java index 48eb9b9d43..9432357928 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeModelUtilsTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeModelUtilsTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parseerrorhandling/ParseErrorHandlingTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parseerrorhandling/ParseErrorHandlingTest.java index ac1192a2bb..fc072c264f 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parseerrorhandling/ParseErrorHandlingTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parseerrorhandling/ParseErrorHandlingTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parseerrorhandling; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParserCrossContainmentTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParserCrossContainmentTest.java index 72de82680c..3b5a048faf 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParserCrossContainmentTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParserCrossContainmentTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParserReplaceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParserReplaceTest.java index 50051077a6..c9b9d72464 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParserReplaceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParserReplaceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParserTest.java index 9e68ac03e8..b5e9dafc11 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParsingPointerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParsingPointerTest.java index 3d0159c427..3e827aa1e7 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParsingPointerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AbstractPartialParsingPointerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AntlrDatatypeRuleTokenTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AntlrDatatypeRuleTokenTest.java index 0072d54658..da2e143b8c 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AntlrDatatypeRuleTokenTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/AntlrDatatypeRuleTokenTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/Bug410560Test.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/Bug410560Test.xtend index 4296136b48..0a6e0ef06b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/Bug410560Test.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/Bug410560Test.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/CrossContainmentTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/CrossContainmentTest.java index b988a8c786..a412cbeb3c 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/CrossContainmentTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/CrossContainmentTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/DefaultEcoreElementFactoryTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/DefaultEcoreElementFactoryTest.java index 27230bfc86..fe4690c2d9 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/DefaultEcoreElementFactoryTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/DefaultEcoreElementFactoryTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/ParserTestHelper.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/ParserTestHelper.java index bef2666397..4b782b6b46 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/ParserTestHelper.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/ParserTestHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserCrossContainmentMultiTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserCrossContainmentMultiTest.java index 820f714590..bf19e1fe07 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserCrossContainmentMultiTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserCrossContainmentMultiTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserCrossContainmentSingleTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserCrossContainmentSingleTest.java index 6a5d616875..1f337b9933 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserCrossContainmentSingleTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserCrossContainmentSingleTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserReplaceExpressionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserReplaceExpressionTest.java index 8385d5e17d..ee219d0bd1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserReplaceExpressionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserReplaceExpressionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserReplaceLookaheadTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserReplaceLookaheadTest.java index 17117a0f49..a77752ddbd 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserReplaceLookaheadTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserReplaceLookaheadTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserTest.java index 0c7b1d6178..05c702b018 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingHelperIssue219Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingHelperIssue219Test.java index a588622acd..cb64881cbb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingHelperIssue219Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingHelperIssue219Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPerformanceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPerformanceTest.java index 90971812f1..0a7524c22e 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPerformanceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPerformanceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPointerExpressionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPointerExpressionTest.java index 9cf200d476..204be36de5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPointerExpressionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPointerExpressionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPointerLookaheadTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPointerLookaheadTest.java index 662dd02ba3..bfd32027bd 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPointerLookaheadTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPointerLookaheadTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPointerReferenceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPointerReferenceTest.java index 18290081d0..41b4ff3659 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPointerReferenceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/PartialParsingPointerReferenceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/TokenRegionProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/TokenRegionProviderTest.java index 9ae4f3c113..356a490135 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/TokenRegionProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/TokenRegionProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/XtextParserBugsTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/XtextParserBugsTest.java index 1e3320fc07..ad17110719 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/XtextParserBugsTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/XtextParserBugsTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/XtextParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/XtextParserTest.java index 7b138d0c74..9b3f3687e3 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/XtextParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/XtextParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug289524Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug289524Test.java index 4e32cc0af8..5c8a3d2d29 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug289524Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug289524Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug296889Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug296889Test.java index dfc3af3a8f..f0dced9603 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug296889Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug296889Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug301935Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug301935Test.java index 2df892e6a7..30adaf958e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug301935Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug301935Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289515Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289515Test.java index 06e84ad89d..f0f9601952 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289515Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289515Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289515TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289515TestLanguage.xtext index 1939baacb7..b91d959790 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289515TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289515TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.antlr.Bug289515TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524ExTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524ExTest.java index bf8f207555..8f5f6b2536 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524ExTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524ExTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524ExTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524ExTestLanguage.xtext index 7b56da1ecd..4acaa119a4 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524ExTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524ExTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.antlr.Bug289524ExTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524Test.java index 520bc3c08c..6c3bf216b6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524TestLanguage.xtext index 373a4d4e1a..c13af02831 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug289524TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.antlr.Bug289524TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889ExTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889ExTest.java index 7869ea17c9..7057a104bf 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889ExTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889ExTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889ExTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889ExTestLanguage.xtext index 7e8dfec957..e25e510cc2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889ExTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889ExTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.antlr.Bug296889ExTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889Test.java index cde04a9c64..1cb4afef44 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889TestLanguage.xtext index 993d292848..2e55f2c2c2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug296889TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.antlr.Bug296889TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug299237Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug299237Test.java index a4274fd9ef..94cc7a99c8 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug299237Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug299237Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug299237TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug299237TestLanguage.xtext index 5859732204..38d266dfca 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug299237TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug299237TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.antlr.Bug299237TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935ExTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935ExTest.java index 896751ab83..68b4a82a99 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935ExTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935ExTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935ExTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935ExTestLanguage.xtext index 7617c97006..fb36893b96 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935ExTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935ExTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.antlr.Bug301935ExTestLanguage with org.eclipse.xtext.parser.antlr.Bug301935TestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935Test.java index 3f0d29a9c6..e387c7ff86 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935TestLanguage.xtext index dd2666ce87..e83ddad066 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug301935TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.antlr.Bug301935TestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug326509Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug326509Test.java index f7231458cc..fd13625006 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug326509Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug326509Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug378967Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug378967Test.java index 5b4c2091a3..8dc10b3500 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug378967Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug378967Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug378967TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug378967TestLanguage.xtext index f8105b542e..af1baec68f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug378967TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug378967TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.antlr.Bug378967TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug406914TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug406914TestLanguage.xtext index 0245df32f0..9d2012d743 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug406914TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug406914TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.antlr.Bug406914TestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug443221Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug443221Test.java index edf93a124a..b9099db412 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug443221Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug443221Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug443221TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug443221TestLanguage.xtext index e4988b963d..c4c3c98d4c 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug443221TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/Bug443221TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.antlr.Bug443221TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/GenerateAntlrParserTestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/GenerateAntlrParserTestLanguages.mwe2 index ac7822e95c..aa437ac6f1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/GenerateAntlrParserTestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/GenerateAntlrParserTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parser.antlr.GenerateAntlrParserTestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/GenericUnloaderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/GenericUnloaderTest.java index 042ac89a3b..1efda6177f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/GenericUnloaderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/GenericUnloaderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/LexerProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/LexerProviderTest.java index 2151876e65..83ad86ee49 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/LexerProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/LexerProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/TokenAcceptorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/TokenAcceptorTest.java index 75902ce2ef..2720c7cf5c 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/TokenAcceptorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/TokenAcceptorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/XtextTokenStreamTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/XtextTokenStreamTest.java index eb5cbedd87..11e2c2f6de 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/XtextTokenStreamTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/XtextTokenStreamTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/AssignmentsTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/AssignmentsTestLanguage.xtext index 7be257d756..46000ee18a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/AssignmentsTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/AssignmentsTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.assignments.AssignmentsTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug287184Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug287184Test.java index a0075ec292..73c255bfe4 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug287184Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug287184Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.assignments; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug287184TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug287184TestLanguage.xtext index 8e87814963..6123172f5e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug287184TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug287184TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.assignments.Bug287184TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug288432Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug288432Test.java index 652cda2cdc..3a12c77c8a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug288432Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug288432Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.assignments; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug288432TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug288432TestLanguage.xtext index 72409eea81..8db6851479 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug288432TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/Bug288432TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.assignments.Bug288432TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/GenerateAssignmentsTestLanguage.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/GenerateAssignmentsTestLanguage.mwe2 index ada22a2ee2..fcbe1501ab 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/GenerateAssignmentsTestLanguage.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/GenerateAssignmentsTestLanguage.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parser.assignments.GenerateAssignmentsTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/ParserBug281962Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/ParserBug281962Test.java index 0b2680a998..d1fcc69790 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/ParserBug281962Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/assignments/ParserBug281962Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.assignments; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/bug419429/Bug419429.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/bug419429/Bug419429.xtext index 4aaa51015e..35a2ecee3b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/bug419429/Bug419429.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/bug419429/Bug419429.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.bug419429.Bug419429 with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/bug419429/Bug419429Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/bug419429/Bug419429Test.java index e91c6d0c9f..1b33c06dae 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/bug419429/Bug419429Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/bug419429/Bug419429Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.bug419429; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/DatatypeRulesTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/DatatypeRulesTestLanguage.java index 079e67e1dd..971f0b85b6 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/DatatypeRulesTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/DatatypeRulesTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.datatyperules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/DatatypeRulesTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/DatatypeRulesTestLanguage.xtext index d5c5bf8981..146ea95714 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/DatatypeRulesTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/DatatypeRulesTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.datatyperules.DatatypeRulesTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/DatatypeRulesTestLanguageValueConverters.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/DatatypeRulesTestLanguageValueConverters.java index 6eb4f0289c..f2640f60ed 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/DatatypeRulesTestLanguageValueConverters.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/DatatypeRulesTestLanguageValueConverters.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.datatyperules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/EFactoryValueConverterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/EFactoryValueConverterTest.java index 05ec19732e..3e8ee9a268 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/EFactoryValueConverterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/EFactoryValueConverterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.datatyperules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/GrammarTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/GrammarTest.java index 6ba9f8af42..128b697d5f 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/GrammarTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/GrammarTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.datatyperules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/MetamodelTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/MetamodelTest.java index 538dcdc78a..171a71bffc 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/MetamodelTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/MetamodelTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.datatyperules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/MetamodelTransformationErrorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/MetamodelTransformationErrorTest.java index 15a21dfaa4..7557b45bc3 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/MetamodelTransformationErrorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/MetamodelTransformationErrorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.datatyperules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/MetamodelTransformationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/MetamodelTransformationTest.java index 5307354bca..11e56f5c8f 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/MetamodelTransformationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/MetamodelTransformationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.datatyperules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/ParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/ParserTest.java index 1bf12ce808..5450e52865 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/ParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/ParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.datatyperules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/PartialParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/PartialParserTest.java index a27aabafdd..4d184e4f0e 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/PartialParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/PartialParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.datatyperules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/SerializationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/SerializationTest.java index 06eec73400..f812f18a88 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/SerializationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/SerializationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.datatyperules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/ValueConverterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/ValueConverterTest.java index 619537edda..ec30a6d968 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/ValueConverterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/datatyperules/ValueConverterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.datatyperules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/encoding/EncodingTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/encoding/EncodingTest.java index 4d2cf5eb9b..d34cdce94d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/encoding/EncodingTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/encoding/EncodingTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.encoding; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/encoding/EncodingTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/encoding/EncodingTestLanguage.xtext index 8a75f87752..c1d56bceb5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/encoding/EncodingTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/encoding/EncodingTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.encoding.EncodingTestLanguage hidden(WS) diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/encoding/GenerateEncodingTestLanguage.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/encoding/GenerateEncodingTestLanguage.mwe2 index 198cc0348f..2b243ea41d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/encoding/GenerateEncodingTestLanguage.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/encoding/GenerateEncodingTestLanguage.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parser.encoding.EncodingTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/epatch/EpatchTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/epatch/EpatchTestLanguage.java index 561265c166..f30e9691c8 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/epatch/EpatchTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/epatch/EpatchTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.epatch; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/epatch/EpatchTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/epatch/EpatchTestLanguage.xtext index 5d82051072..414b5b041e 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/epatch/EpatchTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/epatch/EpatchTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.epatch.EpatchTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/AbstractFragmentsPlainParsingTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/AbstractFragmentsPlainParsingTest.xtend index 73b8581cd1..5a56fa3b4f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/AbstractFragmentsPlainParsingTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/AbstractFragmentsPlainParsingTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/AbstractFragmentsTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/AbstractFragmentsTest.xtend index 9dc0000575..7f63a51bcb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/AbstractFragmentsTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/AbstractFragmentsTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentTestLanguage.xtext index d48158718e..4d074feea2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.fragments.FragmentTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentTestLanguageEx.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentTestLanguageEx.xtext index 858f7154f7..d2b9549890 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentTestLanguageEx.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentTestLanguageEx.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.fragments.FragmentTestLanguageEx with org.eclipse.xtext.parser.fragments.FragmentTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsEagerLinkingInjectorProvider.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsEagerLinkingInjectorProvider.java index 432e7cbdb5..f2179acd69 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsEagerLinkingInjectorProvider.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsEagerLinkingInjectorProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsEagerLinkingTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsEagerLinkingTest.xtend index 6228b80789..3966aced90 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsEagerLinkingTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsEagerLinkingTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsExTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsExTest.xtend index 049297172c..632b0ccfd7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsExTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsExTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsTest.xtend index a503a26b2c..17ffa3b384 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/FragmentsTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/GenerateFragmentTestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/GenerateFragmentTestLanguages.mwe2 index 39cba17ad9..1c23ecfcf3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/GenerateFragmentTestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/GenerateFragmentTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parser.fragments.GenerateFragmentTestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/PlainParsingTests.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/PlainParsingTests.xtend index 82050f76e8..49e38ce65f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/PlainParsingTests.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/fragments/PlainParsingTests.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/GenerateIndentationTestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/GenerateIndentationTestLanguages.mwe2 index 46d73ad632..648a91a2a7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/GenerateIndentationTestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/GenerateIndentationTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parser.indentation.GenerateIndentationTestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwareLanguageTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwareLanguageTest.xtend index 407875f80b..851c435b66 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwareLanguageTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwareLanguageTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.indentation diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingErrorTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingErrorTest.xtend index 7a85b8414d..c3f6b5254b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingErrorTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingErrorTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.indentation diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingTests.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingTests.xtend index 5bb8ecf184..f4ab8aa10e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingTests.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingTests.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.indentation diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwareTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwareTestLanguage.xtext index d7237153a5..80bd99ed0a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwareTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/IndentationAwareTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.indentation.IndentationAwareTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/NodeModelTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/NodeModelTest.xtend index 10741a1ef0..99de0bb9a2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/NodeModelTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/indentation/NodeModelTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.indentation diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/GrammarAccessTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/GrammarAccessTest.java index 8bf933543b..8913c93e75 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/GrammarAccessTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/GrammarAccessTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.keywords; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/KeywordsTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/KeywordsTestLanguage.java index 9094d5f9d9..89fb2216cc 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/KeywordsTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/KeywordsTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.keywords; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/KeywordsTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/KeywordsTestLanguage.xtext index 45eb0f59e7..e4ae74e007 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/KeywordsTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/KeywordsTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.keywords.KeywordsTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/ParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/ParserTest.java index d01994c3a9..5c08499104 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/ParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/keywords/ParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.keywords; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/AbstractParametersParsingTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/AbstractParametersParsingTest.xtend index ffe53dc769..bc9247d486 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/AbstractParametersParsingTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/AbstractParametersParsingTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parameters diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/GenerateParametersTestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/GenerateParametersTestLanguages.mwe2 index 5f2707b647..ba66a2ac97 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/GenerateParametersTestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/GenerateParametersTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parser.parameters.GenerateParametersTestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/NoParametersTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/NoParametersTestLanguage.xtext index 9f00b892ef..a0147ab407 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/NoParametersTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/NoParametersTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.parameters.NoParametersTestLanguage with org.eclipse.xtext.parser.parameters.ParametersTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/ParametersParsingTests.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/ParametersParsingTests.xtend index 2640a85396..94deac3537 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/ParametersParsingTests.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/ParametersParsingTests.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parameters diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/ParametersTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/ParametersTestLanguage.xtext index 15c6e9dd14..c56681572a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/ParametersTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/ParametersTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.parameters.ParametersTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/ParametersTestLanguageEx.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/ParametersTestLanguageEx.xtext index ccd804b36a..51b23d48f5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/ParametersTestLanguageEx.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/ParametersTestLanguageEx.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.parameters.ParametersTestLanguageEx with org.eclipse.xtext.parser.parameters.ParametersTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/TwoParametersTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/TwoParametersTestLanguage.xtext index 79d56dd907..9518f7c787 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/TwoParametersTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/parameters/TwoParametersTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.parameters.TwoParametersTestLanguage with org.eclipse.xtext.parser.parameters.ParametersTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug292245Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug292245Test.java index 96643561df..171b3f8454 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug292245Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug292245Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.terminalrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug292245TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug292245TestLanguage.xtext index c9d82c0c05..2064b54159 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug292245TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug292245TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.terminalrules.Bug292245TestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug297105Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug297105Test.java index 34f59e56ed..c748f30946 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug297105Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug297105Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.terminalrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug297105TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug297105TestLanguage.xtext index 0b538be552..86ff5b180e 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug297105TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug297105TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.terminalrules.Bug297105TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug317840Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug317840Test.java index 5fe4f691ae..7e30a60978 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug317840Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug317840Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.terminalrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug317840TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug317840TestLanguage.xtext index 93e296845c..4be52dda2b 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug317840TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/Bug317840TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.terminalrules.Bug317840TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/DefaultTerminalConverterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/DefaultTerminalConverterTest.java index f1a3e7d690..ca198ea5f1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/DefaultTerminalConverterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/DefaultTerminalConverterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.terminalrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/DynamicChannelTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/DynamicChannelTest.java index 96aba9a7d7..dd3fb25a18 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/DynamicChannelTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/DynamicChannelTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.terminalrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/EcoreTerminalsTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/EcoreTerminalsTestLanguage.xtext index 68e3246ffd..6deac3293f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/EcoreTerminalsTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/EcoreTerminalsTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.parser.terminalrules.EcoreTerminalsTestLanguage hidden(WS) diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/GenerateTerminalrulesTestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/GenerateTerminalrulesTestLanguages.mwe2 index 7c15ab6a0e..6daa24e796 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/GenerateTerminalrulesTestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/GenerateTerminalrulesTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parser.terminalrules.GenerateTerminalrulesTestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/HiddenTerminalsTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/HiddenTerminalsTestLanguage.java index ddc026511a..5ac0cef499 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/HiddenTerminalsTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/HiddenTerminalsTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.terminalrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/HiddenTerminalsTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/HiddenTerminalsTestLanguage.xtext index 58e62554c3..ac72e39cb3 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/HiddenTerminalsTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/HiddenTerminalsTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.terminalrules.HiddenTerminalsTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/HiddensTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/HiddensTest.java index af095fe359..1e9b384bc0 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/HiddensTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/HiddensTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.terminalrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/ParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/ParserTest.java index 2cba0c2ee0..c9e7512e53 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/ParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/ParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.terminalrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRuleTestLanguageConverters.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRuleTestLanguageConverters.java index a0dcba9bf6..52a79e92fa 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRuleTestLanguageConverters.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRuleTestLanguageConverters.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.terminalrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRulesTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRulesTestLanguage.java index 06d151886c..f6880fae56 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRulesTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRulesTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.terminalrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRulesTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRulesTestLanguage.xtext index 419c573d1b..0bb22dcd6e 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRulesTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRulesTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.terminalrules.TerminalRulesTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/UnicodeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/UnicodeTest.java index 743c731dd7..fca556edfc 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/UnicodeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/UnicodeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.terminalrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/ValueConverterForTerminalFragmentsTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/ValueConverterForTerminalFragmentsTest.java index 8ef7fd9ac1..5da3f084e4 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/ValueConverterForTerminalFragmentsTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/ValueConverterForTerminalFragmentsTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.terminalrules; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/XtextTerminalsTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/XtextTerminalsTestLanguage.xtext index 9d4409f425..a95f4ec298 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/XtextTerminalsTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/terminalrules/XtextTerminalsTestLanguage.xtext @@ -1,10 +1,11 @@ /******************************************************************************* -* Copyright (c) 2008 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 -*******************************************************************************/ + * Copyright (c) 2008 itemis AG 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 + *******************************************************************************/ grammar org.eclipse.xtext.parser.terminalrules.XtextTerminalsTestLanguage hidden(WS, ML_COMMENT, SL_COMMENT) generate xtextTerminalsTestLanguage "http://www.eclipse.org/2008/tmf/xtext/XtextTerminalsTestLanguage" diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/AbstractBacktrackingBug325745ParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/AbstractBacktrackingBug325745ParserTest.java index bd30fba703..c3a3985e8d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/AbstractBacktrackingBug325745ParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/AbstractBacktrackingBug325745ParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/AbstractBacktrackingParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/AbstractBacktrackingParserTest.java index 1b08ed0ab4..8f373067b8 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/AbstractBacktrackingParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/AbstractBacktrackingParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/AbstractParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/AbstractParserTest.java index 86edf59e0f..5ea6dc6176 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/AbstractParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/AbstractParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingBug325745ParserExTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingBug325745ParserExTest.java index 716c965b4b..c456e07f16 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingBug325745ParserExTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingBug325745ParserExTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingBug325745ParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingBug325745ParserTest.java index 3d7e40257f..cc094bef6a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingBug325745ParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingBug325745ParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingBug325745TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingBug325745TestLanguage.xtext index 7c2582fccc..c88245760a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingBug325745TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingBug325745TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.unorderedGroups.BacktrackingBug325745TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingParserExTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingParserExTest.java index 3ff40e2ff5..c5595bf980 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingParserExTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingParserExTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingParserTest.java index 13e9ac0643..18b85bf561 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/BacktrackingParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ConcreteSyntaxValidatorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ConcreteSyntaxValidatorTest.java index 66db1d568a..915fc5add1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ConcreteSyntaxValidatorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ConcreteSyntaxValidatorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ErrorMessagesTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ErrorMessagesTest.java index 36cd54b968..4dc802cc85 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ErrorMessagesTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ErrorMessagesTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ExBacktrackingBug325745TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ExBacktrackingBug325745TestLanguage.xtext index 07553f4333..0bd3acf897 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ExBacktrackingBug325745TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ExBacktrackingBug325745TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.unorderedGroups.ExBacktrackingBug325745TestLanguage with org.eclipse.xtext.parser.unorderedGroups.BacktrackingBug325745TestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ExUnorderedGroupsTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ExUnorderedGroupsTestLanguage.xtext index 6957810da9..b64508450b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ExUnorderedGroupsTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ExUnorderedGroupsTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.unorderedGroups.ExUnorderedGroupsTestLanguage with org.eclipse.xtext.parser.unorderedGroups.UnorderedGroupsTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/GenerateUnorderedGroupsTestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/GenerateUnorderedGroupsTestLanguages.mwe2 index 6a342a3715..c32cb87755 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/GenerateUnorderedGroupsTestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/GenerateUnorderedGroupsTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parser.unorderedGroups.GenerateUnorderedGroupsTestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/GrammarParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/GrammarParserTest.java index 50435978e2..dc4d17970a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/GrammarParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/GrammarParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/GrammarSerializerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/GrammarSerializerTest.java index 95d4d8ef8f..7153377804 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/GrammarSerializerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/GrammarSerializerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/MetamodelTransformationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/MetamodelTransformationTest.java index 0ea3c7d36a..de6fb68f5e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/MetamodelTransformationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/MetamodelTransformationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ParserExTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ParserExTest.java index 18c58196bb..e610fce7fa 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ParserExTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ParserExTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ParserTest.java index 9a78706b68..e9a860bb1d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/ParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/SerializerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/SerializerTest.java index 219324f192..949ec4bb11 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/SerializerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/SerializerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.unorderedGroups; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/SimpleBacktrackingBug325745TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/SimpleBacktrackingBug325745TestLanguage.xtext index 15dc5442e7..9b5c9c5bdf 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/SimpleBacktrackingBug325745TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/SimpleBacktrackingBug325745TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.unorderedGroups.SimpleBacktrackingBug325745TestLanguage with org.eclipse.xtext.parser.unorderedGroups.BacktrackingBug325745TestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/SimpleUnorderedGroupsTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/SimpleUnorderedGroupsTestLanguage.xtext index ae76b64549..98bcb9adbf 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/SimpleUnorderedGroupsTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/SimpleUnorderedGroupsTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.unorderedGroups.SimpleUnorderedGroupsTestLanguage with org.eclipse.xtext.parser.unorderedGroups.UnorderedGroupsTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/UnorderedGroupsTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/UnorderedGroupsTestLanguage.xtext index 609e374f0b..6a78a882c3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/UnorderedGroupsTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/unorderedGroups/UnorderedGroupsTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parser.unorderedGroups.UnorderedGroupsTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/CommentTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/CommentTest.java index 833183457e..370e595b5f 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/CommentTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/CommentTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/EmptyModelTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/EmptyModelTest.java index c11c13ef66..443aa56c46 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/EmptyModelTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/EmptyModelTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/HiddenTokensTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/HiddenTokensTest.java index 95b19b2185..9d3f098064 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/HiddenTokensTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/HiddenTokensTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/InvalidTokenTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/InvalidTokenTest.java index 171f0fb626..4e4a8fa0d0 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/InvalidTokenTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/InvalidTokenTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/AnotherFormatterTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/AnotherFormatterTest.xtend index 9a7fb5d901..df544ac106 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/AnotherFormatterTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/AnotherFormatterTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.formatter diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestConfig2.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestConfig2.java index 829a4c260c..a276311c62 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestConfig2.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestConfig2.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.formatter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestLanguage.xtext index 57ffcdad98..eeff47e5dc 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parsetree.formatter.FormatterTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestLanguage2.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestLanguage2.xtext index 41f5cc9695..f10dbfa710 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestLanguage2.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestLanguage2.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parsetree.formatter.FormatterTestLanguage2 with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestLineSeparatorInformation.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestLineSeparatorInformation.java index 63af2b98b5..fda383b66f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestLineSeparatorInformation.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestLineSeparatorInformation.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.formatter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestValueConverters.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestValueConverters.java index c9be779823..89031886d5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestValueConverters.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterTestValueConverters.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.formatter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterWindowsLinebreakTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterWindowsLinebreakTest.java index 22d08f31e7..a116f1f226 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterWindowsLinebreakTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/FormatterWindowsLinebreakTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.formatter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/GenerateFormatterTestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/GenerateFormatterTestLanguages.mwe2 index 1f09a3ff44..ebebdba101 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/GenerateFormatterTestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/GenerateFormatterTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parsetree.formatter.GenerateFormatterTestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/XtextFormatterExpected.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/XtextFormatterExpected.xtext index b46f9104dc..94856b379e 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/XtextFormatterExpected.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/XtextFormatterExpected.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.XtextFmtTest with org.eclipse.xtext.common.Terminals hidden(WS, SL_COMMENT) diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/XtextFormatterMessy.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/XtextFormatterMessy.xtext index 3143ccb9a1..35fcfb7cbe 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/XtextFormatterMessy.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/formatter/XtextFormatterMessy.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.XtextFmtTest with org.eclipse.xtext.common.Terminals hidden(WS, SL_COMMENT) diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/Bug305397Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/Bug305397Test.java index ac17d580a1..a988c12ee7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/Bug305397Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/Bug305397Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/CommentAssociationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/CommentAssociationTest.java index 8162e2a6d9..a8acb2f9cf 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/CommentAssociationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/CommentAssociationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/CommentAssociationTestLanguage.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/CommentAssociationTestLanguage.mwe2 index c5692981a7..d0f060967e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/CommentAssociationTestLanguage.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/CommentAssociationTestLanguage.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parsetree.impl.CommentAssociationTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/ParsetreeUtilTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/ParsetreeUtilTest.java index e677d09115..17e019c8d6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/ParsetreeUtilTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/ParsetreeUtilTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/TransientContainerReferencesTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/TransientContainerReferencesTest.java index 18e2b70225..143ff86d6a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/TransientContainerReferencesTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/impl/TransientContainerReferencesTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug285381Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug285381Test.java index 096cdee0dd..e6d192bc0c 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug285381Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug285381Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug299395Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug299395Test.java index 565b3459dc..d7c94e63f4 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug299395Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug299395Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug299395TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug299395TestLanguage.xtext index 0417a50e0c..e0d0bf1bc5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug299395TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug299395TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parsetree.reconstr.Bug299395TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug302128Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug302128Test.java index e6417412f1..a3ed9b5182 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug302128Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug302128Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug302128TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug302128TestLanguage.xtext index 4a16390732..feaa83aeef 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug302128TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug302128TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parsetree.reconstr.Bug302128TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug302128TestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug302128TestLanguages.mwe2 index 1938fbd570..78f1a2c50b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug302128TestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Bug302128TestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parsetree.reconstr.Bug302128TestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/ComplexReconstrTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/ComplexReconstrTest.java index 2e075828d7..b5059b4c59 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/ComplexReconstrTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/ComplexReconstrTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/ComplexReconstrTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/ComplexReconstrTestLanguage.java index 7a356a2276..6a6c55fc53 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/ComplexReconstrTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/ComplexReconstrTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/ComplexReconstrTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/ComplexReconstrTestLanguage.xtext index dadcd7055d..bae3cafe2e 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/ComplexReconstrTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/ComplexReconstrTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parsetree.reconstr.ComplexReconstrTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/GenerateReconstrTestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/GenerateReconstrTestLanguages.mwe2 index 668b931299..57679529fb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/GenerateReconstrTestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/GenerateReconstrTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parsetree.reconstr.GenerateReconstrTestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/HiddenAndTokenNodeIteratorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/HiddenAndTokenNodeIteratorTest.java index 5762d83b8f..7185ba4e24 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/HiddenAndTokenNodeIteratorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/HiddenAndTokenNodeIteratorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/NodeIteratorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/NodeIteratorTest.java index 97f2483301..b43e11f4b2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/NodeIteratorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/NodeIteratorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationBug269362Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationBug269362Test.java index 4e03db9ef5..4d48f3ee61 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationBug269362Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationBug269362Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationBug269362TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationBug269362TestLanguage.xtext index e5ee457ad5..59ad531fd6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationBug269362TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationBug269362TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parsetree.reconstr.SerializationBug269362TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationErrorTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationErrorTestLanguage.xtext index dc9c6e6874..57037caa2d 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationErrorTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationErrorTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parsetree.reconstr.SerializationErrorTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/TreeConstTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/TreeConstTest.java index f7895d88a0..42d174059f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/TreeConstTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/TreeConstTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/TreeConstTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/TreeConstTestLanguage.xtext index f525403c7f..13f140da71 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/TreeConstTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/TreeConstTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parsetree.reconstr.TreeConstTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/transientvalues/TransientValuesTest.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/transientvalues/TransientValuesTest.xtext index 1366e7ff06..90c90a5d11 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/transientvalues/TransientValuesTest.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/transientvalues/TransientValuesTest.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parsetree.transientvalues.TransientValuesTest with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/unassignedtext/GenerateUnassignedTextTestLanguage.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/unassignedtext/GenerateUnassignedTextTestLanguage.mwe2 index 450f314fd4..9f0b071f08 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/unassignedtext/GenerateUnassignedTextTestLanguage.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/unassignedtext/GenerateUnassignedTextTestLanguage.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parsetree.unassignedtext.GenerateUnassignedTextTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/unassignedtext/UnassignedTextTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/unassignedtext/UnassignedTextTestLanguage.xtext index 2d7355ce9a..07ddd8dfb3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/unassignedtext/UnassignedTextTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/unassignedtext/UnassignedTextTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.parsetree.unassignedtext.UnassignedTextTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/preferences/PreferencesTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/preferences/PreferencesTest.java index 007b254139..3e4dbbb129 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/preferences/PreferencesTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/preferences/PreferencesTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/reference/CommentOnEofBug_234135_Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/reference/CommentOnEofBug_234135_Test.java index 6ded855a01..a268af8e5a 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/reference/CommentOnEofBug_234135_Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/reference/CommentOnEofBug_234135_Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.reference; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/reference/LeafNodeBug_234132_Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/reference/LeafNodeBug_234132_Test.java index 43f1017278..a763beab4e 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/reference/LeafNodeBug_234132_Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/reference/LeafNodeBug_234132_Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.reference; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug306325Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug306325Test.java index e801f4a44c..1f3ea9c911 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug306325Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug306325Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug385636Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug385636Test.java index 79882f3650..d8355668a6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug385636Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug385636Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug385636TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug385636TestLanguage.xtext index 913daf2b59..485886ba35 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug385636TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug385636TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.resource.Bug385636 with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug451668Test.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug451668Test.xtend index 0c4f754aa3..c17fcb9dd2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug451668Test.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/Bug451668Test.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ClassloaderClasspathUriResolverTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ClassloaderClasspathUriResolverTest.java index d90b3871f0..570db7a58c 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ClassloaderClasspathUriResolverTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ClassloaderClasspathUriResolverTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ConcurrentAccessTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ConcurrentAccessTest.java index 338d8fc51a..dd8ef803d3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ConcurrentAccessTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ConcurrentAccessTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/DerivedStateAwareResourceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/DerivedStateAwareResourceTest.java index 37e5a0d5dd..ca14b07e4d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/DerivedStateAwareResourceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/DerivedStateAwareResourceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/EObjectAtOffsetTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/EObjectAtOffsetTest.java index 78fec78ebd..7538737eab 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/EObjectAtOffsetTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/EObjectAtOffsetTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/EObjectAtOffsetTestLanguage.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/EObjectAtOffsetTestLanguage.mwe2 index 51d2b10583..0f50101ff2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/EObjectAtOffsetTestLanguage.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/EObjectAtOffsetTestLanguage.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.parsetree.resource.EObjectAtOffsetTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/EObjectAtOffsetTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/EObjectAtOffsetTestLanguage.xtext index 879a826aea..5e1f631382 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/EObjectAtOffsetTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/EObjectAtOffsetTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.resource.EObjectAtOffsetTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ExternalContentSupportTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ExternalContentSupportTest.java index 92705063d7..0a30f1f3ed 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ExternalContentSupportTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ExternalContentSupportTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/LocationInFileProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/LocationInFileProviderTest.java index e78daaa09b..323dab90e3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/LocationInFileProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/LocationInFileProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/LocationProviderTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/LocationProviderTestLanguage.xtext index 2daa5396a0..c2f7ce21c2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/LocationProviderTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/LocationProviderTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.resource.LocationProviderTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ResourceServiceProvideRegistryTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ResourceServiceProvideRegistryTest.java index 3c4f01796f..6bec24c5bb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ResourceServiceProvideRegistryTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ResourceServiceProvideRegistryTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ResourceSetReferencingResourceSetTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ResourceSetReferencingResourceSetTest.java index 83f26d5ffc..3e2defec47 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ResourceSetReferencingResourceSetTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ResourceSetReferencingResourceSetTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/SetEntryPointOnXtextResourceTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/SetEntryPointOnXtextResourceTest.xtend index 898a8835a7..a285fa11f7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/SetEntryPointOnXtextResourceTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/SetEntryPointOnXtextResourceTest.xtend @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io/) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/XtextResourcePerformanceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/XtextResourcePerformanceTest.java index fea20e44c9..e127a240d0 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/XtextResourcePerformanceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/XtextResourcePerformanceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/XtextResourceSetTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/XtextResourceSetTest.xtend index a944941218..47aa5bb673 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/XtextResourceSetTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/XtextResourceSetTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/XtextResourceTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/XtextResourceTest.java index a709ff7783..81d3210b50 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/XtextResourceTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/XtextResourceTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/AbstractLiveContainerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/AbstractLiveContainerTest.java index 41931c1b64..fb2e03a246 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/AbstractLiveContainerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/AbstractLiveContainerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveContainerBuilderIntegerationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveContainerBuilderIntegerationTest.java index ce113fe8d2..99a8c8b97d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveContainerBuilderIntegerationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveContainerBuilderIntegerationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveContainerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveContainerTest.java index 338746a495..6920642269 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveContainerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveContainerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveShadowedAllContainerStateTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveShadowedAllContainerStateTest.java index cf75417e1e..a69bac79bf 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveShadowedAllContainerStateTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveShadowedAllContainerStateTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainerTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainerTest.xtend index 606a0c2167..9c417c9d71 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainerTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainerTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/StateBasedContainerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/StateBasedContainerTest.java index 98e0576502..8cba803c0a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/StateBasedContainerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/containers/StateBasedContainerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ecore/XMLEncodingProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ecore/XMLEncodingProviderTest.java index ee198d6cc3..681b6a2fe7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ecore/XMLEncodingProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ecore/XMLEncodingProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecore; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ignorecase/DefaultResourceDescriptionManagerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ignorecase/DefaultResourceDescriptionManagerTest.java index ab0fb4fed1..1680936fb6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ignorecase/DefaultResourceDescriptionManagerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/ignorecase/DefaultResourceDescriptionManagerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ignorecase; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/DefaultReferenceDescriptionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/DefaultReferenceDescriptionTest.java index d3b3a7dc0b..61b3db9309 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/DefaultReferenceDescriptionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/DefaultReferenceDescriptionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionDeltaTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionDeltaTest.java index 7c05fb5846..6f3239ad57 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionDeltaTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionDeltaTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionTest.java index 2e1ada90a1..defa0f37b6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsBasedContainerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsBasedContainerTest.java index 9f225e79cb..bcbcaffa58 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsBasedContainerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsBasedContainerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/ResourceSetBasedResourceDescriptionsTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/ResourceSetBasedResourceDescriptionsTest.java index 4f5733b626..c6ad064dcb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/ResourceSetBasedResourceDescriptionsTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/impl/ResourceSetBasedResourceDescriptionsTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/persistence/PortableURIsTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/persistence/PortableURIsTest.xtend index a21fad7547..06705a72a9 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/persistence/PortableURIsTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/persistence/PortableURIsTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/persistence/SerializableResourceDescriptionTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/persistence/SerializableResourceDescriptionTest.xtend index 1f4bc5dc6e..092d7097e6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/persistence/SerializableResourceDescriptionTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/persistence/SerializableResourceDescriptionTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/uriHell/SrcSegmentsInUrisAreNotRemovedTests.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/uriHell/SrcSegmentsInUrisAreNotRemovedTests.java index b3c9599947..b02c2379dc 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/uriHell/SrcSegmentsInUrisAreNotRemovedTests.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/uriHell/SrcSegmentsInUrisAreNotRemovedTests.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.uriHell; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/uriHell/XtextPlatformResourceURIHandlerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/uriHell/XtextPlatformResourceURIHandlerTest.java index c11f6d07cb..1f167146b1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/uriHell/XtextPlatformResourceURIHandlerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/resource/uriHell/XtextPlatformResourceURIHandlerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.uriHell; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/ScopeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/ScopeTest.java index 6a18eb1374..0f91d3a95e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/ScopeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/ScopeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/ScopesTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/ScopesTest.java index a14986c4f9..06d55c44ba 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/ScopesTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/ScopesTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/AbstractScopeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/AbstractScopeTest.java index 118f924568..5f529469f9 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/AbstractScopeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/AbstractScopeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/Bug318343Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/Bug318343Test.java index f49ae91eec..2393d4dbd6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/Bug318343Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/Bug318343Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/DeclarativeScopeProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/DeclarativeScopeProviderTest.java index d10e5b370d..2c063e666f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/DeclarativeScopeProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/DeclarativeScopeProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/DelegatingScopeProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/DelegatingScopeProviderTest.java index 9349bfcce0..07a4f1a0b5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/DelegatingScopeProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/DelegatingScopeProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ImportNormalizerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ImportNormalizerTest.java index 0277bf7609..410814db04 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ImportNormalizerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ImportNormalizerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ImportScopeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ImportScopeTest.java index 73db09f53c..919203b4a1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ImportScopeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ImportScopeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ImportedNamespaceAwareLocalScopeProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ImportedNamespaceAwareLocalScopeProviderTest.java index 52075a9e6f..3b6841ac2b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ImportedNamespaceAwareLocalScopeProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ImportedNamespaceAwareLocalScopeProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/MapBasedScopeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/MapBasedScopeTest.java index db4ac58409..e18720dbb7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/MapBasedScopeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/MapBasedScopeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/MultimapBasedScopeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/MultimapBasedScopeTest.java index a2a657872f..86de5c3027 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/MultimapBasedScopeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/MultimapBasedScopeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ProfilingTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ProfilingTest.java index 40073f04ec..6dfa003348 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ProfilingTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ProfilingTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ScopeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ScopeTest.java index bd40ea20b9..3d25ed8093 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ScopeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/ScopeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/SimpleNameScopeProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/SimpleNameScopeProviderTest.java index bf685a13bb..e01a58a4f8 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/SimpleNameScopeProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/SimpleNameScopeProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/SimpleScopeTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/SimpleScopeTest.java index d801fe15dd..796b60aa5d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/SimpleScopeTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/SimpleScopeTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/SyntheticModelAwareURIConverter.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/SyntheticModelAwareURIConverter.java index e6f05dca5b..19abbd69d6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/SyntheticModelAwareURIConverter.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/SyntheticModelAwareURIConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/AbstractSemanticSequencerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/AbstractSemanticSequencerTest.java index 6fb4d0542a..492a199651 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/AbstractSemanticSequencerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/AbstractSemanticSequencerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/AssignmentFinderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/AssignmentFinderTest.java index 64128f824a..3adf97eadd 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/AssignmentFinderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/AssignmentFinderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/AssignmentFinderTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/AssignmentFinderTestLanguage.xtext index 4f008b62f0..f4849e5942 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/AssignmentFinderTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/AssignmentFinderTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.serializer.AssignmentFinderTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/BacktrackingSemanticSequencerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/BacktrackingSemanticSequencerTest.java index 9471723c64..d2eab4b9b8 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/BacktrackingSemanticSequencerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/BacktrackingSemanticSequencerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextFinderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextFinderTest.java index aae7690d88..689039289f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextFinderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextFinderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextFinderTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextFinderTestLanguage.xtext index 841cc9d0ce..41a028cc76 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextFinderTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextFinderTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.serializer.ContextFinderTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextPDAProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextPDAProviderTest.java index a99bdcee68..b3101a24f8 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextPDAProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextPDAProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextTypePDAProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextTypePDAProviderTest.java index 0818e97b9d..5e0abcfa3d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextTypePDAProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/ContextTypePDAProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GenerateSerializerLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GenerateSerializerLanguages.mwe2 index ec4ec3520a..cf26226512 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GenerateSerializerLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GenerateSerializerLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.serializer.GenerateSerializerLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarConstraintProviderAssignedActionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarConstraintProviderAssignedActionTest.java index 788d02d304..988c34a80d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarConstraintProviderAssignedActionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarConstraintProviderAssignedActionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarConstraintProviderFeatureTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarConstraintProviderFeatureTest.xtend index f16f132b62..85c672cc8a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarConstraintProviderFeatureTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarConstraintProviderFeatureTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarConstraintProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarConstraintProviderTest.java index 6b42b0112c..096fcd10af 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarConstraintProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarConstraintProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarPDAProviderTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarPDAProviderTest.xtend index f0ed8805e6..9c842f4a7f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarPDAProviderTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/GrammarPDAProviderTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/HiddenTokenSequencerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/HiddenTokenSequencerTest.java index 6f65cd55a1..c3ca92082b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/HiddenTokenSequencerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/HiddenTokenSequencerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/HiddenTokenSequencerTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/HiddenTokenSequencerTestLanguage.xtext index 2afb884c13..6c335a3a0e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/HiddenTokenSequencerTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/HiddenTokenSequencerTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.serializer.HiddenTokenSequencerTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/HiddenTokenSequencerTestLanguageInjectorProvider.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/HiddenTokenSequencerTestLanguageInjectorProvider.java index 74b3bdcb23..4f18ad57a7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/HiddenTokenSequencerTestLanguageInjectorProvider.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/HiddenTokenSequencerTestLanguageInjectorProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SequencerTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SequencerTestLanguage.xtext index 73cd3cc95d..1b997750c3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SequencerTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SequencerTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.serializer.SequencerTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SerializationAfterModelChangeTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SerializationAfterModelChangeTest.xtend index 6673dfa015..f51e86e0fb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SerializationAfterModelChangeTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SerializationAfterModelChangeTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SerializerPerformanceTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SerializerPerformanceTest.xtend index ec24927ee7..3f45071643 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SerializerPerformanceTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SerializerPerformanceTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SerializerValidationDiagnosticsTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SerializerValidationDiagnosticsTest.xtend index 1eb1b2d81b..159422bfc1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SerializerValidationDiagnosticsTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SerializerValidationDiagnosticsTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerPDAProviderNavigatorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerPDAProviderNavigatorTest.java index 758d025383..3baca4ab80 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerPDAProviderNavigatorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerPDAProviderNavigatorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerPDAProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerPDAProviderTest.java index 7e45ba8f87..87ace3be88 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerPDAProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerPDAProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerTest.java index d702c571c9..08159b936a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerTestLanguage.xtext index a757fa5527..4b85eb2cc3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.serializer.SyntacticSequencerTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerTestLanguageInjectorProvider.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerTestLanguageInjectorProvider.java index 9363380966..398e7e16ab 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerTestLanguageInjectorProvider.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/SyntacticSequencerTestLanguageInjectorProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/TokenSerializerTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/TokenSerializerTest.xtend index 898750dd28..2563e9dddb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/TokenSerializerTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/TokenSerializerTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/XtextSerializationTokensTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/XtextSerializationTokensTest.java index 0ddcbed039..83892ff2fc 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/XtextSerializationTokensTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/XtextSerializationTokensTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/XtextSerializerTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/XtextSerializerTest.java index bc2bf095f5..1d720a2773 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/XtextSerializerTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/serializer/XtextSerializerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/GenericModuleTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/GenericModuleTest.java index 5db1324e49..c9b9fc8a8d 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/GenericModuleTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/GenericModuleTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/MyModule.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/MyModule.java index 497087766c..34ef3403f8 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/MyModule.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/MyModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/ParameterizedTypeModule.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/ParameterizedTypeModule.java index 4553337de8..8a5f444cbe 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/ParameterizedTypeModule.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/ParameterizedTypeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/TestModule.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/TestModule.java index f0c5f60dda..b5a59b9161 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/TestModule.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/service/TestModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tasks/DefaultTaskFinderTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tasks/DefaultTaskFinderTest.xtend index 37663b6511..796ab5acac 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tasks/DefaultTaskFinderTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tasks/DefaultTaskFinderTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tasks/DefaultTaskParserTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tasks/DefaultTaskParserTest.xtend index 8141392d60..d4fe577ed5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tasks/DefaultTaskParserTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tasks/DefaultTaskParserTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tasks/PreferenceTaskTagProviderTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tasks/PreferenceTaskTagProviderTest.xtend index e6b15410c6..f6083795fc 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tasks/PreferenceTaskTagProviderTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tasks/PreferenceTaskTagProviderTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ActionTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ActionTestLanguage.xtext index d0fbfdca29..5c0c1aa0cf 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ActionTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ActionTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.ActionTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ActionTestLanguage2.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ActionTestLanguage2.xtext index 9644059782..c19adabcd4 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ActionTestLanguage2.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ActionTestLanguage2.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.ActionTestLanguage2 with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/FowlerDslTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/FowlerDslTestLanguage.java index 4da5164539..7eb90853cb 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/FowlerDslTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/FowlerDslTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/FowlerDslTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/FowlerDslTestLanguage.xtext index ba08fdcfa6..24723f100d 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/FowlerDslTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/FowlerDslTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.FowlerDslTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/GenerateSingleTestLanguage.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/GenerateSingleTestLanguage.mwe2 index b955390b81..52392a3d87 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/GenerateSingleTestLanguage.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/GenerateSingleTestLanguage.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.testlanguages.GenerateSingleTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/LookaheadTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/LookaheadTestLanguage.java index 7e4b3d9299..1f25e3595a 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/LookaheadTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/LookaheadTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/LookaheadTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/LookaheadTestLanguage.xtext index 599a155b85..d66d033f5e 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/LookaheadTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/LookaheadTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.LookaheadTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/OptionalEmptyTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/OptionalEmptyTestLanguage.xtext index b135d218a4..452e41c133 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/OptionalEmptyTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/OptionalEmptyTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.OptionalEmptyTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/PartialParserTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/PartialParserTestLanguage.java index 8820949297..d62db9243e 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/PartialParserTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/PartialParserTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/PartialParserTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/PartialParserTestLanguage.xtext index 01253d5157..4b7bc93d78 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/PartialParserTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/PartialParserTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.PartialParserTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ReferenceGrammarTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ReferenceGrammarTestLanguage.java index ea0a48215a..c151cc6e1d 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ReferenceGrammarTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ReferenceGrammarTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ReferenceGrammarTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ReferenceGrammarTestLanguage.xtext index 5c749caab7..397f6de846 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ReferenceGrammarTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/ReferenceGrammarTestLanguage.xtext @@ -1,11 +1,11 @@ /******************************************************************************* -* Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. -* All rights reserved. This program and the accompanying materials -* are made available under the terms of the Eclipse Public License v1.0 -* which accompanies this distribution, and is available at -* http://www.eclipse.org/legal/epl-v10.html -* -*******************************************************************************/ + * Copyright (c) 2008 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 + *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.ReferenceGrammarTestLanguage with org.eclipse.xtext.common.Terminals generate referenceGrammar "http://eclipse.org/xtext/reference/ReferenceGrammar" diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/SimpleExpressionsTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/SimpleExpressionsTestLanguage.java index d958e0fee9..952a98a0e8 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/SimpleExpressionsTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/SimpleExpressionsTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/SimpleExpressionsTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/SimpleExpressionsTestLanguage.xtext index 47a598db82..7191ab1a0b 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/SimpleExpressionsTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/SimpleExpressionsTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.SimpleExpressionsTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TestLanguage.java index bf3d213a1a..62ac6661a8 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TestLanguage.xtext index de468fbad0..4e4de33919 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.TestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TreeTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TreeTestLanguage.java index a44dd360dd..f2f07ee226 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TreeTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TreeTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TreeTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TreeTestLanguage.xtext index 628436e4fa..b37eaacd01 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TreeTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/TreeTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.TreeTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/CustomizedIndentationAwareTestLanguageParser.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/CustomizedIndentationAwareTestLanguageParser.java index da9b9435dc..64d3ed3e0d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/CustomizedIndentationAwareTestLanguageParser.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/CustomizedIndentationAwareTestLanguageParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 Ralf Ebert and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages.indent; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/IndentTokenSource.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/IndentTokenSource.java index aabc49b188..473d2aab55 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/IndentTokenSource.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/IndentTokenSource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 Ralf Ebert and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages.indent; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/IndentationAwareTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/IndentationAwareTestLanguage.xtext index 0e21abef18..62e5826ff0 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/IndentationAwareTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/IndentationAwareTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 Ralf Ebert and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.testlanguages.indent.IndentationAwareTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/IndentationAwareTestLanguageRuntimeModule.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/IndentationAwareTestLanguageRuntimeModule.java index a5fa364109..d627066b08 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/IndentationAwareTestLanguageRuntimeModule.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/testlanguages/indent/IndentationAwareTestLanguageRuntimeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 Ralf Ebert and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.testlanguages.indent; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/AbstractPortableURIsTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/AbstractPortableURIsTest.java index 183c372059..1a6276f4b6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/AbstractPortableURIsTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/AbstractPortableURIsTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/AbstractXtextTests.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/AbstractXtextTests.java index 8453e7a53f..79f2c684c6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/AbstractXtextTests.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/AbstractXtextTests.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/Bug367679Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/Bug367679Test.java index f4ca8ea4d0..68be0b45a5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/Bug367679Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/Bug367679Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/EmfAssert.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/EmfAssert.java index 57d59c63d0..2f44907941 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/EmfAssert.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/EmfAssert.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/LineDelimiters.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/LineDelimiters.java index b6cc2e124f..b3da7094ff 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/LineDelimiters.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/LineDelimiters.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/ResourceLoadHelper.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/ResourceLoadHelper.java index c57e7087f6..5be1ab6fe0 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/ResourceLoadHelper.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/ResourceLoadHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/TemporaryFolder.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/TemporaryFolder.java index 1728c8841a..9642503bc3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/TemporaryFolder.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/TemporaryFolder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/TestErrorAcceptor.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/TestErrorAcceptor.java index 767f429119..59d75fd44c 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/TestErrorAcceptor.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/tests/TestErrorAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tests; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/AbstractStringsCountLinesTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/AbstractStringsCountLinesTest.java index 6c3db0e3c9..c8f328e079 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/AbstractStringsCountLinesTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/AbstractStringsCountLinesTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/AutoBoxingDispatcherTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/AutoBoxingDispatcherTest.java index e981a9214e..4fe31a9af9 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/AutoBoxingDispatcherTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/AutoBoxingDispatcherTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/ChainedIteratorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/ChainedIteratorTest.java index 1abe4ba70d..ffb00df3fa 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/ChainedIteratorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/ChainedIteratorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/EcoreGenericsTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/EcoreGenericsTest.java index 6d40a775b0..037cad1009 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/EcoreGenericsTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/EcoreGenericsTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FilesTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FilesTest.java index ff5c53aca3..44600b0c90 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FilesTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FilesTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 Universite de Technologie de Belfort-Montbeliard (http://www.utbm.fr) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FilteringIteratorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FilteringIteratorTest.java index 24f86591f0..4d34b91443 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FilteringIteratorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FilteringIteratorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FormattingMigratorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FormattingMigratorTest.java index c8034331d2..de06923f38 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FormattingMigratorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FormattingMigratorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/JavaVersionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/JavaVersionTest.java index 18a1f6c6f3..330cd52683 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/JavaVersionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/JavaVersionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/LineFilterOutputStreamTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/LineFilterOutputStreamTest.java index 639e66c6c4..cc1c2c5006 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/LineFilterOutputStreamTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/LineFilterOutputStreamTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/MapVsMultimap.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/MapVsMultimap.java index e9e25002b7..5cf5af9883 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/MapVsMultimap.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/MapVsMultimap.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/MappingIteratorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/MappingIteratorTest.java index ee9ec31b0f..fe0735efd1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/MappingIteratorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/MappingIteratorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/MergeableManifest2Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/MergeableManifest2Test.java index d32d9e8dab..8f9fecd0db 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/MergeableManifest2Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/MergeableManifest2Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/OnChangeEvictingCacheAdapterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/OnChangeEvictingCacheAdapterTest.java index 7766e30a73..709a18645d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/OnChangeEvictingCacheAdapterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/OnChangeEvictingCacheAdapterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/PolymorphicDispatcherTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/PolymorphicDispatcherTest.java index 2682642b1f..eee16a049e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/PolymorphicDispatcherTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/PolymorphicDispatcherTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/ReflectionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/ReflectionTest.java index 6a829ef2dc..9a3e55ecf6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/ReflectionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/ReflectionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/SimpleCacheTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/SimpleCacheTest.java index 8e0751b95f..a4726b75ce 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/SimpleCacheTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/SimpleCacheTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsCountLinesLinuxAndMacTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsCountLinesLinuxAndMacTest.java index 0cbd7fbe2b..593d9ee15f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsCountLinesLinuxAndMacTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsCountLinesLinuxAndMacTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsCountLinesWindowsTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsCountLinesWindowsTest.java index f43ba9603d..005070aef5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsCountLinesWindowsTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsCountLinesWindowsTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsDiffTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsDiffTest.xtend index 744c1066e7..8c79b5171d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsDiffTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsDiffTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsTest.java index c9f432b5ec..7a4731649f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/StringsTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/TailWriterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/TailWriterTest.java index 33caa30659..70cf869587 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/TailWriterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/TailWriterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/TextRegionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/TextRegionTest.java index 67c94f5b0b..c10a0327bb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/TextRegionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/TextRegionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/TextRegionWithLineInformationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/TextRegionWithLineInformationTest.java index fd497c4952..22dc93ea70 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/TextRegionWithLineInformationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/TextRegionWithLineInformationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/UriUtilTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/UriUtilTest.xtend index 3eb75c30c2..f895ab8663 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/UriUtilTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/UriUtilTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/XtextVersionTests.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/XtextVersionTests.java index 15e1a2c683..ff468156bf 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/XtextVersionTests.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/XtextVersionTests.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/CfgToPdaTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/CfgToPdaTest.java index f6396dfd9f..5e5051f6e6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/CfgToPdaTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/CfgToPdaTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/FollowerFunctionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/FollowerFunctionTest.java index 4efeea03af..81eb285fb9 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/FollowerFunctionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/FollowerFunctionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/NfaToProductionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/NfaToProductionTest.java index 3630f764bd..2806df3712 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/NfaToProductionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/NfaToProductionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/PdaUtilTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/PdaUtilTest.java index 34aff80c3c..e86c754ee6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/PdaUtilTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/PdaUtilTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractCompositeValidatorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractCompositeValidatorTest.java index afb1f12a7a..56bb3e4b56 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractCompositeValidatorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractCompositeValidatorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractConcreteSyntaxValidationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractConcreteSyntaxValidationTest.java index 119a876cae..d50516c284 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractConcreteSyntaxValidationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractConcreteSyntaxValidationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractValidationMessageAcceptingTestCase.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractValidationMessageAcceptingTestCase.java index 4ad51ecc25..b93b40c413 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractValidationMessageAcceptingTestCase.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractValidationMessageAcceptingTestCase.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractValidatorTester.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractValidatorTester.java index dbcc6da73d..4943b978ea 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractValidatorTester.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AbstractValidatorTester.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AssertableDiagnostics.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AssertableDiagnostics.java index 900ec86fb2..27f9051f37 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AssertableDiagnostics.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AssertableDiagnostics.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AssignmentAllocatorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AssignmentAllocatorTest.java index 71ed60c35e..a2908217ac 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AssignmentAllocatorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/AssignmentAllocatorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/CompositeEValidatorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/CompositeEValidatorTest.java index 756d6c3822..ae2345d954 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/CompositeEValidatorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/CompositeEValidatorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/CompositeValidatorWithEObjectValidatorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/CompositeValidatorWithEObjectValidatorTest.java index 6d5aed6de1..4b0d8172be 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/CompositeValidatorWithEObjectValidatorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/CompositeValidatorWithEObjectValidatorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/CompositeValidatorWithoutEObjectValidatorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/CompositeValidatorWithoutEObjectValidatorTest.java index c739cf77f6..1ff7d1dd3a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/CompositeValidatorWithoutEObjectValidatorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/CompositeValidatorWithoutEObjectValidatorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcreteSyntaxConstraintProviderTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcreteSyntaxConstraintProviderTest.java index 1d3ee78cfb..dc13691b43 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcreteSyntaxConstraintProviderTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcreteSyntaxConstraintProviderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcreteSyntaxValidationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcreteSyntaxValidationTest.java index 0d01a2bddb..2fd055e419 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcreteSyntaxValidationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcreteSyntaxValidationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcreteSyntaxValidationTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcreteSyntaxValidationTestLanguage.xtext index 78a9aa8e35..cc6ec96901 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcreteSyntaxValidationTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcreteSyntaxValidationTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.validation.ConcreteSyntaxValidationTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcurrentValidationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcurrentValidationTest.java index 9c8d5ff9b9..fae6c42a39 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcurrentValidationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ConcurrentValidationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/DeclarativeValidatorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/DeclarativeValidatorTest.java index d9b86ff95e..71f81572f9 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/DeclarativeValidatorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/DeclarativeValidatorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/DiagnosticTreeIterableTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/DiagnosticTreeIterableTest.java index 302e5f84ca..4a611e1b82 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/DiagnosticTreeIterableTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/DiagnosticTreeIterableTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 Sigasi N.V. (http://www.sigasi.com) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/GenerateValidationLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/GenerateValidationLanguages.mwe2 index e748185c84..b00629753a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/GenerateValidationLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/GenerateValidationLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.validation.GenerateValidationLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ImportUriValidatorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ImportUriValidatorTest.java index 1be6c89fcb..3e9db9b438 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ImportUriValidatorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ImportUriValidatorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/InjectableValidatorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/InjectableValidatorTest.java index ff9abf219e..668bd43dde 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/InjectableValidatorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/InjectableValidatorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/NamesAreUniqueValidationHelperTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/NamesAreUniqueValidationHelperTest.java index f9388d58cf..149e739a83 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/NamesAreUniqueValidationHelperTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/NamesAreUniqueValidationHelperTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/NamesAreUniqueValidatorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/NamesAreUniqueValidatorTest.java index 3018b3be97..55e9f0a2f5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/NamesAreUniqueValidatorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/NamesAreUniqueValidatorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ResourceValidatorImplTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ResourceValidatorImplTest.java index edee85d1d8..0307541de2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ResourceValidatorImplTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ResourceValidatorImplTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ValidationTestHelper.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ValidationTestHelper.java index 134995b089..f0ccc9478a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ValidationTestHelper.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ValidationTestHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ValidatorTester.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ValidatorTester.java index 2d3a702c46..fb78c29ae6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ValidatorTester.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ValidatorTester.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ValidatorTesterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ValidatorTesterTest.java index 81259674f4..af1d08ca0b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ValidatorTesterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/validation/ValidatorTesterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/Bug250313.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/Bug250313.java index 59daf8d303..f58476970d 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/Bug250313.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/Bug250313.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.valueconverter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/Bug250313.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/Bug250313.xtext index 2623f80e69..d6ec5e982a 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/Bug250313.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/Bug250313.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.valueconverter.Bug250313 with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/Bug250313Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/Bug250313Test.java index 6a6bb651f6..1ca8fc2c3d 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/Bug250313Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/Bug250313Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.valueconverter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/IDValueConverterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/IDValueConverterTest.java index f3138af032..6af8644f20 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/IDValueConverterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/IDValueConverterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.valueconverter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/INTValueConverterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/INTValueConverterTest.java index 125d4f7e2a..32c95a9865 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/INTValueConverterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/INTValueConverterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.valueconverter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/IgnoreCaseIDValueConverterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/IgnoreCaseIDValueConverterTest.java index 3536b096fd..94e89ca3fb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/IgnoreCaseIDValueConverterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/IgnoreCaseIDValueConverterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.valueconverter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/QualifiedNameTerminalConverters.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/QualifiedNameTerminalConverters.java index 0cbb08baeb..2b96c4fea1 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/QualifiedNameTerminalConverters.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/QualifiedNameTerminalConverters.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.valueconverter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/QualifiedNameValueConverterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/QualifiedNameValueConverterTest.java index ffcc5528d0..08dce3be20 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/QualifiedNameValueConverterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/QualifiedNameValueConverterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.valueconverter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/STRINGConverterTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/STRINGConverterTest.java index 611263a357..15a1777c56 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/STRINGConverterTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/valueconverter/STRINGConverterTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.valueconverter; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/AbstractXtextInspectorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/AbstractXtextInspectorTest.java index 90782f4c77..8df8e07524 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/AbstractXtextInspectorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/AbstractXtextInspectorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/AbstractXtextRuleInspectorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/AbstractXtextRuleInspectorTest.java index e99d8307b7..3b85de1c6a 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/AbstractXtextRuleInspectorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/AbstractXtextRuleInspectorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug285605Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug285605Test.java index 81d62b7d63..60d8b60d20 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug285605Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug285605Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug287082Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug287082Test.java index c0b946ef16..9c7809cc36 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug287082Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug287082Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug290919Test.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug290919Test.java index 339c9a46eb..ac74adc9c7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug290919Test.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug290919Test.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug456789Test.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug456789Test.xtend index a5fe9ca476..3000e9a629 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug456789Test.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Bug456789Test.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ExceptionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ExceptionTest.java index ba5614da8b..d01f73a86d 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ExceptionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ExceptionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/GrammarFlatteningTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/GrammarFlatteningTest.xtend index c488ab7706..99a61e4a16 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/GrammarFlatteningTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/GrammarFlatteningTest.xtend @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Issue1161Test.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Issue1161Test.xtend index eb399f86a2..c7cbe5a77e 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Issue1161Test.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/Issue1161Test.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 Malardalen University (http://www.mdh.se) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/KeywordInspectorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/KeywordInspectorTest.java index be43d854bf..8a25236414 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/KeywordInspectorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/KeywordInspectorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/OverriddenValueInspectorTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/OverriddenValueInspectorTest.xtend index 36b92fa73d..ca207319b7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/OverriddenValueInspectorTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/OverriddenValueInspectorTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/PartialParserTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/PartialParserTest.java index 5fc5e92b95..4639067cee 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/PartialParserTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/PartialParserTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/PredicatedElementTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/PredicatedElementTest.xtend index 82a41b484f..a5f4ff2820 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/PredicatedElementTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/PredicatedElementTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ReducedXtextResourceValidatorTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ReducedXtextResourceValidatorTest.xtend index aa207875de..62e6c177e7 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ReducedXtextResourceValidatorTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ReducedXtextResourceValidatorTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ResourceLoadTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ResourceLoadTest.java index e61f17f842..f3ee75a989 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ResourceLoadTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ResourceLoadTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/RuleWithoutInstantiationInspectorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/RuleWithoutInstantiationInspectorTest.java index 7ae7b531e8..497e87b75d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/RuleWithoutInstantiationInspectorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/RuleWithoutInstantiationInspectorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/SuperCallScopeTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/SuperCallScopeTest.xtend index f79fe2442c..ff406c17e5 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/SuperCallScopeTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/SuperCallScopeTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/URIsInEcoreFilesTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/URIsInEcoreFilesTest.java index e42b47996a..69b9955dc8 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/URIsInEcoreFilesTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/URIsInEcoreFilesTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ValidEntryRuleInspectorTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ValidEntryRuleInspectorTest.java index 28db8d2075..64a2f273c8 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ValidEntryRuleInspectorTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ValidEntryRuleInspectorTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ValidationIssue1034Test.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ValidationIssue1034Test.xtend index 28eb225de4..85581205f2 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ValidationIssue1034Test.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ValidationIssue1034Test.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextLinkerTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextLinkerTest.xtend index 21fb7eea2b..1e03efef38 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextLinkerTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextLinkerTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextResourceDescriptionTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextResourceDescriptionTest.java index e485dc4f85..1130180231 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextResourceDescriptionTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextResourceDescriptionTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextScopingTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextScopingTest.java index 274a76a4bc..b1242d0ce0 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextScopingTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextScopingTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextValidationTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextValidationTest.java index 5e779dbaeb..fdaa54fdc3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextValidationTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextValidationTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/Bug285140TestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/Bug285140TestLanguage.xtext index 42f59c20f6..1beaecc246 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/Bug285140TestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/Bug285140TestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.xtext.ecoreInference.Bug285140TestLanguage with org.eclipse.xtext.testlanguages.ActionTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/DataTypeRuleWithEnumResultTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/DataTypeRuleWithEnumResultTestLanguage.xtext index a9ce3cb57e..62fed03b48 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/DataTypeRuleWithEnumResultTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/DataTypeRuleWithEnumResultTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.xtext.ecoreInference.DataTypeRuleWithEnumResultTestLanguage with org.eclipse.xtext.enumrules.EnumRulesTestLanguage diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/EClassInfoTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/EClassInfoTest.java index 912979c2cd..94ceea090b 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/EClassInfoTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/EClassInfoTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/GenerateEcoreInferenceTestLanguages.mwe2 b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/GenerateEcoreInferenceTestLanguages.mwe2 index 59a3a47291..98f12392ab 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/GenerateEcoreInferenceTestLanguages.mwe2 +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/GenerateEcoreInferenceTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.xtext.ecoreInference.GenerateEcoreInferenceTestLanguages diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/MultiValueFeatureTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/MultiValueFeatureTest.java index 4bb9eb0574..5fb5a6be04 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/MultiValueFeatureTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/MultiValueFeatureTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/MultiValueFeatureTestLanguage.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/MultiValueFeatureTestLanguage.java index a0d8c976ca..dc49071973 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/MultiValueFeatureTestLanguage.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/MultiValueFeatureTestLanguage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/MultiValueFeatureTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/MultiValueFeatureTestLanguage.xtext index aa9248bc5d..c4dd2a2e85 100755 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/MultiValueFeatureTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/MultiValueFeatureTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ grammar org.eclipse.xtext.xtext.ecoreInference.MultiValueFeatureTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/ResourceTests.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/ResourceTests.java index 19379984e2..bcbf7a2aa6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/ResourceTests.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/ResourceTests.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/TransformationDiagnosticTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/TransformationDiagnosticTest.java index f2057c67bb..035a2764a8 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/TransformationDiagnosticTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/TransformationDiagnosticTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/TypeHierarchyHelperTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/TypeHierarchyHelperTest.java index b715cb01de..05b473d599 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/TypeHierarchyHelperTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/TypeHierarchyHelperTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/UnassignedRuleCallTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/UnassignedRuleCallTest.java index 83f92ad022..c106e9c79d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/UnassignedRuleCallTest.java +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/UnassignedRuleCallTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/UnassignedRuleCallTestLanguage.xtext b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/UnassignedRuleCallTestLanguage.xtext index 42ef7d062d..1bae01935d 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/UnassignedRuleCallTestLanguage.xtext +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/UnassignedRuleCallTestLanguage.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.xtext.ecoreInference.UnassignedRuleCallTestLanguage with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreTransformerTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreTransformerTest.xtend index 2fdce0a496..3d2cd65496 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreTransformerTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreTransformerTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/AbstractGeneratorFragmentTests.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/AbstractGeneratorFragmentTests.xtend index feabcfed19..3523e69ebb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/AbstractGeneratorFragmentTests.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/AbstractGeneratorFragmentTests.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/AntlrGeneratorFragmentTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/AntlrGeneratorFragmentTest.xtend index 70dc659de6..ff26f47cfa 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/AntlrGeneratorFragmentTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/AntlrGeneratorFragmentTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/EMFGeneratorFragment2Test.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/EMFGeneratorFragment2Test.xtend index 72567cc380..364988cd95 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/EMFGeneratorFragment2Test.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/EMFGeneratorFragment2Test.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 @@ -48,31 +49,51 @@ class EMFGeneratorFragment2Test { assertTrim('foo','foo') assertTrim(''' Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. - All rights reserved. This program and the accompanying materials - are made available under the terms of the Eclipse Public License v1.0 - which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v10.html''', + This program and the accompanying materials are made available under the + terms of the Eclipse Public License 2.0 which is available at + http://www.eclipse.org/legal/epl-2.0. + + SPDX-License-Identifier: EPL-2.0''', ''' /** * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */''') assertTrim(''' - Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - All rights reserved. This program and the accompanying materials - are made available under the terms of the Eclipse Public License v1.0 - which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v10.html''', + Copyright (c) 2011, 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''', + ''' + /******************************************************************************* + * Copyright (c) 2011, 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 + *******************************************************************************/''') + assertTrim(''' + Copyright (c) 2011, 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''', ''' /******************************************************************************* - * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Copyright (c) 2011, 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 *******************************************************************************/''') } diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/Formatter2Fragment2Test.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/Formatter2Fragment2Test.xtend index d14644342f..2ab96c3eb4 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/Formatter2Fragment2Test.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/Formatter2Fragment2Test.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/GrammarAccessExtensionsTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/GrammarAccessExtensionsTest.xtend index ab04bc68f6..1bd2611678 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/GrammarAccessExtensionsTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/GrammarAccessExtensionsTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/KeywordHelperTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/KeywordHelperTest.xtend index 00f630dd37..65cb9e2fae 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/KeywordHelperTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/KeywordHelperTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/PartialClassExtractorTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/PartialClassExtractorTest.xtend index 84e8e053c9..bcb51beb9c 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/PartialClassExtractorTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/PartialClassExtractorTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/ResourceDescriptionStrategyFragmentTests.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/ResourceDescriptionStrategyFragmentTests.xtend index 18290ef8c3..55a21de5d9 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/ResourceDescriptionStrategyFragmentTests.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/ResourceDescriptionStrategyFragmentTests.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/ValidatorFragment2Tests.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/ValidatorFragment2Tests.xtend index 0425935722..60cfb071c3 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/ValidatorFragment2Tests.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/ValidatorFragment2Tests.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/WizardConfigTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/WizardConfigTest.xtend index fc58994faf..ab7a8536e6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/WizardConfigTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/generator/WizardConfigTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/wizard/WizardConfigurationTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/wizard/WizardConfigurationTest.xtend index 94b051fc7e..cfe0050cc6 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/wizard/WizardConfigurationTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/wizard/WizardConfigurationTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreatorMainTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreatorMainTest.xtend index 13af68162f..276d9d53bb 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreatorMainTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreatorMainTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.cli diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/wizard/cli/CliWizardIntegrationTest.xtend b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/wizard/cli/CliWizardIntegrationTest.xtend index b6bd15d82b..d6e30dcb8f 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/wizard/cli/CliWizardIntegrationTest.xtend +++ b/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/wizard/cli/CliWizardIntegrationTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.cli diff --git a/org.eclipse.xtext.tests/suites/org/eclipse/xtext/ParserFeaturesSuite.java b/org.eclipse.xtext.tests/suites/org/eclipse/xtext/ParserFeaturesSuite.java index d000d38d86..8da662f645 100644 --- a/org.eclipse.xtext.tests/suites/org/eclipse/xtext/ParserFeaturesSuite.java +++ b/org.eclipse.xtext.tests/suites/org/eclipse/xtext/ParserFeaturesSuite.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/suites/org/eclipse/xtext/grammarinheritance/SuperCallSuite.java b/org.eclipse.xtext.tests/suites/org/eclipse/xtext/grammarinheritance/SuperCallSuite.java index 59bb2b86c5..26642684f9 100644 --- a/org.eclipse.xtext.tests/suites/org/eclipse/xtext/grammarinheritance/SuperCallSuite.java +++ b/org.eclipse.xtext.tests/suites/org/eclipse/xtext/grammarinheritance/SuperCallSuite.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammarinheritance; diff --git a/org.eclipse.xtext.tests/suites/org/eclipse/xtext/parser/fragments/FragmentsSuite.java b/org.eclipse.xtext.tests/suites/org/eclipse/xtext/parser/fragments/FragmentsSuite.java index bb758c7a4a..17d3bbb8fe 100644 --- a/org.eclipse.xtext.tests/suites/org/eclipse/xtext/parser/fragments/FragmentsSuite.java +++ b/org.eclipse.xtext.tests/suites/org/eclipse/xtext/parser/fragments/FragmentsSuite.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments; diff --git a/org.eclipse.xtext.tests/suites/org/eclipse/xtext/parser/parameters/ParametersSuite.java b/org.eclipse.xtext.tests/suites/org/eclipse/xtext/parser/parameters/ParametersSuite.java index 807459f61a..2079e4a7aa 100644 --- a/org.eclipse.xtext.tests/suites/org/eclipse/xtext/parser/parameters/ParametersSuite.java +++ b/org.eclipse.xtext.tests/suites/org/eclipse/xtext/parser/parameters/ParametersSuite.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parameters; diff --git a/org.eclipse.xtext.tests/suites/org/eclipse/xtext/resource/uriHell/URIHandlerSuite.java b/org.eclipse.xtext.tests/suites/org/eclipse/xtext/resource/uriHell/URIHandlerSuite.java index 866aaff4e0..4e97587bdb 100644 --- a/org.eclipse.xtext.tests/suites/org/eclipse/xtext/resource/uriHell/URIHandlerSuite.java +++ b/org.eclipse.xtext.tests/suites/org/eclipse/xtext/resource/uriHell/URIHandlerSuite.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.uriHell; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/GrammarUtilTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/GrammarUtilTest.java index 34cb5ea826..7e71af4f62 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/GrammarUtilTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/GrammarUtilTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/build/IncrementalBuilderTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/build/IncrementalBuilderTest.java index f19aa33e45..8eb7c59bda 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/build/IncrementalBuilderTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/build/IncrementalBuilderTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.build; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/enumrules/MultiRuleEnumTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/enumrules/MultiRuleEnumTest.java index 7c0afafee1..d367b2e9d6 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/enumrules/MultiRuleEnumTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/enumrules/MultiRuleEnumTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.enumrules; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/filesystem/URIBasedFileSystemAccessTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/filesystem/URIBasedFileSystemAccessTest.java index 3d37b86c86..df0daa29d2 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/filesystem/URIBasedFileSystemAccessTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/filesystem/URIBasedFileSystemAccessTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.filesystem; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/debug/TextRegionsToStringTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/debug/TextRegionsToStringTest.java index 2d8318a596..c92cd38206 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/debug/TextRegionsToStringTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/debug/TextRegionsToStringTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.debug; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/CommentFormatterTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/CommentFormatterTest.java index 446a4d84a2..5d7bf07c6d 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/CommentFormatterTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/CommentFormatterTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormattableDocumentTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormattableDocumentTest.java index f4c7f180e4..e0b6b7148e 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormattableDocumentTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormattableDocumentTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormatterReplacementsTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormatterReplacementsTest.java index 42a75b48f7..1de8403685 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormatterReplacementsTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormatterReplacementsTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormatterSerializerIntegrationTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormatterSerializerIntegrationTest.java index b929c59424..d5af5ca8c5 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormatterSerializerIntegrationTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormatterSerializerIntegrationTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormatterTesterWithImpl.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormatterTesterWithImpl.java index dc15559e6d..dfdf1fec9a 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormatterTesterWithImpl.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormatterTesterWithImpl.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormattingConflictTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormattingConflictTest.java index b1d6a5c862..c11adc0166 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormattingConflictTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/FormattingConflictTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/GenericFormatter.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/GenericFormatter.java index 5f914f87dd..08232defe0 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/GenericFormatter.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/GenericFormatter.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/GenericFormatterTestRequest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/GenericFormatterTestRequest.java index 0d59e0a587..f85b792302 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/GenericFormatterTestRequest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/GenericFormatterTestRequest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/GenericFormatterTester.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/GenericFormatterTester.java index 278b250e76..28238ffc65 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/GenericFormatterTester.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/GenericFormatterTester.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/RegionSetTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/RegionSetTest.java index c70aa0f0ea..19bec97757 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/RegionSetTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/RegionSetTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/TestableTextSegmentSet.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/TestableTextSegmentSet.java index 779b150d00..e6dc0c17f3 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/TestableTextSegmentSet.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/internal/TestableTextSegmentSet.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessBuilderTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessBuilderTest.java index 4f38e56dd0..060f89c374 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessBuilderTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessBuilderTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessCommentsTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessCommentsTest.java index 76160414e8..f1633dec13 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessCommentsTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessCommentsTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessDiffTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessDiffTest.java index 77c0f38ec5..075b629ad9 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessDiffTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessDiffTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessTestHelper.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessTestHelper.java index 1ed4cc4817..2b15def225 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessTestHelper.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/RegionAccessTestHelper.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionFinderTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionFinderTest.java index 8adcd2c8df..ef07b14878 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionFinderTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionFinderTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/TypeReferenceTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/TypeReferenceTest.java index e96ef91fff..b6aa337058 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/TypeReferenceTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/TypeReferenceTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTest.java index d5a3ae8524..34606361ea 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTestHelper.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTestHelper.java index ba1d821c8a..aa7433d292 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTestHelper.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/parser/AntlrGrammarComparatorTestHelper.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceFileNameProviderTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceFileNameProviderTest.java index 8513cc0fae..bdb80d7290 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceFileNameProviderTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceFileNameProviderTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceRegionMergerTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceRegionMergerTest.java index 987e52d59b..bf3a415ad6 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceRegionMergerTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceRegionMergerTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceRegionToStringTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceRegionToStringTest.java index e7d20c3626..276a6a58b5 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceRegionToStringTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceRegionToStringTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceRegionToStringTester.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceRegionToStringTester.java index 543e645438..242587a7f6 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceRegionToStringTester.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/TraceRegionToStringTester.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodePerformanceTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodePerformanceTest.java index a1a753e825..5d4cdd49a7 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodePerformanceTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodePerformanceTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 TypeFox (https://typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodeTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodeTest.java index b03a59c8b1..9dea3875d5 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodeTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodeTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox (https://typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/TemplateNodeTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/TemplateNodeTest.java index 1a0095e128..32ba88a94d 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/TemplateNodeTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/TemplateNodeTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox (https://typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/TracingSugarTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/TracingSugarTest.java index 4310791fb7..793aa18bc1 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/TracingSugarTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/generator/trace/node/TracingSugarTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox (https://typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/index/IndexTestLanguageInjectorProvider.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/index/IndexTestLanguageInjectorProvider.java index 484a1b703e..fab894411b 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/index/IndexTestLanguageInjectorProvider.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/index/IndexTestLanguageInjectorProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.index; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/Bug410560Test.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/Bug410560Test.java index 1e7f4fcdca..c7ed353c78 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/Bug410560Test.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/Bug410560Test.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/AbstractFragmentsPlainParsingTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/AbstractFragmentsPlainParsingTest.java index 5e42ffd84e..21c574283f 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/AbstractFragmentsPlainParsingTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/AbstractFragmentsPlainParsingTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/AbstractFragmentsTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/AbstractFragmentsTest.java index 985e23f64e..d70b54eba4 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/AbstractFragmentsTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/AbstractFragmentsTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentExsPlainParsingTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentExsPlainParsingTest.java index 433bec8f09..88df19d129 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentExsPlainParsingTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentExsPlainParsingTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsEagerLinkingTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsEagerLinkingTest.java index 6a7276ecdd..0239162d0a 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsEagerLinkingTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsEagerLinkingTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsExTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsExTest.java index 6cb0e4ee6f..ef5eef4fdc 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsExTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsExTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsPlainParsingTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsPlainParsingTest.java index 2a1803698e..f43145b110 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsPlainParsingTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsPlainParsingTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsTest.java index 7047f50dd8..a9bfbdf7ca 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/fragments/FragmentsTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.fragments; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwareLanguageSuite.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwareLanguageSuite.java index 4917e93851..27b04c0c8a 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwareLanguageSuite.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwareLanguageSuite.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.indentation; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwareLanguageTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwareLanguageTest.java index f323752285..0450218d2a 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwareLanguageTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwareLanguageTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.indentation; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingErrorTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingErrorTest.java index b9719f8ae6..87070d18e3 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingErrorTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingErrorTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.indentation; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingTests.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingTests.java index 97ca15ce4b..d0f964cd0d 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingTests.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/IndentationAwarePartialParsingTests.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.indentation; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/NodeModelTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/NodeModelTest.java index 72b5971ed2..ffbe36d949 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/NodeModelTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/indentation/NodeModelTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.indentation; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/AbstractParametersParsingTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/AbstractParametersParsingTest.java index 7fb624ab04..acd6baedfa 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/AbstractParametersParsingTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/AbstractParametersParsingTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parameters; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/NoParametersParsingTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/NoParametersParsingTest.java index db7e6cc3b3..0736003e30 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/NoParametersParsingTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/NoParametersParsingTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parameters; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/ParametersParsingTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/ParametersParsingTest.java index e3af5f3250..bf5303dc08 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/ParametersParsingTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/ParametersParsingTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parameters; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/ParametersParsingTestEx.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/ParametersParsingTestEx.java index 433b4921ca..3e3d82f2cf 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/ParametersParsingTestEx.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/ParametersParsingTestEx.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parameters; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/TwoParametersParsingTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/TwoParametersParsingTest.java index 39fb5a7c30..cd42da0e23 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/TwoParametersParsingTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parser/parameters/TwoParametersParsingTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parameters; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parsetree/formatter/AnotherFormatterTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parsetree/formatter/AnotherFormatterTest.java index 56530a0818..02a52d9a13 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parsetree/formatter/AnotherFormatterTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/parsetree/formatter/AnotherFormatterTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.formatter; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/AbstractResourceSetTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/AbstractResourceSetTest.java index 9e7ba53311..86c10c6958 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/AbstractResourceSetTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/AbstractResourceSetTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2012, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/AbstractXtextResourceSetTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/AbstractXtextResourceSetTest.java index f381305ad7..36c72f7388 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/AbstractXtextResourceSetTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/AbstractXtextResourceSetTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2012, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/Bug451668Test.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/Bug451668Test.java index e840509765..920e6ea809 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/Bug451668Test.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/Bug451668Test.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/NullResource.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/NullResource.java index de914d225a..5216f83a59 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/NullResource.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/NullResource.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2012, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/ResourceSetTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/ResourceSetTest.java index ff79718bac..21ad1be9c9 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/ResourceSetTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/ResourceSetTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2012, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/SetEntryPointOnXtextResourceTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/SetEntryPointOnXtextResourceTest.java index 28a1b95bda..7e7c1f9063 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/SetEntryPointOnXtextResourceTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/SetEntryPointOnXtextResourceTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io/) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/SynchronizedXtextResourceSetTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/SynchronizedXtextResourceSetTest.java index 5e415c1e6f..f9a56dee4b 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/SynchronizedXtextResourceSetTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/SynchronizedXtextResourceSetTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2012, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/XtextResourceSetTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/XtextResourceSetTest.java index 03ef7d06fd..81ce700c08 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/XtextResourceSetTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/XtextResourceSetTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2012, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainerTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainerTest.java index f9af51f9c0..7257967a19 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainerTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainerTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/containers/ProjectConfig.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/containers/ProjectConfig.java index 61c6de075a..34cf25fe0a 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/containers/ProjectConfig.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/containers/ProjectConfig.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/containers/SourceFolder.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/containers/SourceFolder.java index c3fe48893c..8eb3f2adad 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/containers/SourceFolder.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/containers/SourceFolder.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/persistence/PortableURIsTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/persistence/PortableURIsTest.java index bdecce9be3..a7b7bb191d 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/persistence/PortableURIsTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/persistence/PortableURIsTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableResourceDescriptionTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableResourceDescriptionTest.java index 9648bcd182..becb6b01ba 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableResourceDescriptionTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableResourceDescriptionTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/GrammarConstraintProviderFeatureTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/GrammarConstraintProviderFeatureTest.java index f440840477..4702c34466 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/GrammarConstraintProviderFeatureTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/GrammarConstraintProviderFeatureTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/GrammarPDAProviderTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/GrammarPDAProviderTest.java index 2b20dd806f..d4cd7f8d8d 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/GrammarPDAProviderTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/GrammarPDAProviderTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/SerializationAfterModelChangeTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/SerializationAfterModelChangeTest.java index 22d80a2ff8..2b01f33b8d 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/SerializationAfterModelChangeTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/SerializationAfterModelChangeTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/SerializerPerformanceTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/SerializerPerformanceTest.java index c92d6ac400..40be667e8d 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/SerializerPerformanceTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/SerializerPerformanceTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/SerializerValidationDiagnosticsTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/SerializerValidationDiagnosticsTest.java index 4cc1081b74..9e96fd7485 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/SerializerValidationDiagnosticsTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/SerializerValidationDiagnosticsTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/TokenSerializerTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/TokenSerializerTest.java index f6a176c642..10fc2e8cc5 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/TokenSerializerTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/serializer/TokenSerializerTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/tasks/DefaultTaskFinderTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/tasks/DefaultTaskFinderTest.java index f27b35c4e4..52884285be 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/tasks/DefaultTaskFinderTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/tasks/DefaultTaskFinderTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/tasks/DefaultTaskParserTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/tasks/DefaultTaskParserTest.java index 85cbd25333..0fe8b5a38c 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/tasks/DefaultTaskParserTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/tasks/DefaultTaskParserTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/tasks/PreferenceTaskTagProviderTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/tasks/PreferenceTaskTagProviderTest.java index 1a451dc9f0..8d1353dc18 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/tasks/PreferenceTaskTagProviderTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/tasks/PreferenceTaskTagProviderTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/util/StringsDiffTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/util/StringsDiffTest.java index 0f65c088a2..aa5991f6e1 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/util/StringsDiffTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/util/StringsDiffTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2013, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/util/UriUtilTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/util/UriUtilTest.java index 87a588fc08..477633a242 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/util/UriUtilTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/util/UriUtilTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/Bug456789Test.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/Bug456789Test.java index 5b0c9cb992..a7c847c8f3 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/Bug456789Test.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/Bug456789Test.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/GrammarFlatteningTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/GrammarFlatteningTest.java index 261bf8b3b6..d3d4f903f2 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/GrammarFlatteningTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/GrammarFlatteningTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/Issue1161Test.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/Issue1161Test.java index 8ceb9f2589..6bb8e57381 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/Issue1161Test.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/Issue1161Test.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2019 Malardalen University (http://www.mdh.se) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/OverriddenValueInspectorTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/OverriddenValueInspectorTest.java index 15bcd5238b..57c2adedcd 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/OverriddenValueInspectorTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/OverriddenValueInspectorTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/PredicatedElementTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/PredicatedElementTest.java index e86cd11d94..fccc21b9c9 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/PredicatedElementTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/PredicatedElementTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/ReducedXtextResourceValidatorTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/ReducedXtextResourceValidatorTest.java index e8ee2d9b50..b8a3ce5ce4 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/ReducedXtextResourceValidatorTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/ReducedXtextResourceValidatorTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/SuperCallScopeTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/SuperCallScopeTest.java index 16821b1c18..dee40b1507 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/SuperCallScopeTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/SuperCallScopeTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/ValidationIssue1034Test.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/ValidationIssue1034Test.java index 123cb5d7ff..a8788c731c 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/ValidationIssue1034Test.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/ValidationIssue1034Test.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/XtextLinkerTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/XtextLinkerTest.java index 436da79459..337ce4a358 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/XtextLinkerTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/XtextLinkerTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreTransformerTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreTransformerTest.java index 3436a4da0a..66aba8243a 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreTransformerTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreTransformerTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/AbstractGeneratorFragmentTests.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/AbstractGeneratorFragmentTests.java index 1ef28d3e38..03a1fc453e 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/AbstractGeneratorFragmentTests.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/AbstractGeneratorFragmentTests.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/AntlrGeneratorFragmentTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/AntlrGeneratorFragmentTest.java index 6a973c7471..3125fa209d 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/AntlrGeneratorFragmentTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/AntlrGeneratorFragmentTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/EMFGeneratorFragment2Test.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/EMFGeneratorFragment2Test.java index 1443f0c321..731f140ac0 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/EMFGeneratorFragment2Test.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/EMFGeneratorFragment2Test.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; @@ -72,13 +73,14 @@ public void testTrimMultiLineString() { StringConcatenation _builder_6 = new StringConcatenation(); _builder_6.append("Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others."); _builder_6.newLine(); - _builder_6.append("All rights reserved. This program and the accompanying materials"); + _builder_6.append("This program and the accompanying materials are made available under the"); _builder_6.newLine(); - _builder_6.append("are made available under the terms of the Eclipse Public License v1.0"); + _builder_6.append("terms of the Eclipse Public License 2.0 which is available at"); _builder_6.newLine(); - _builder_6.append("which accompanies this distribution, and is available at"); + _builder_6.append("http://www.eclipse.org/legal/epl-2.0."); _builder_6.newLine(); - _builder_6.append("http://www.eclipse.org/legal/epl-v10.html"); + _builder_6.newLine(); + _builder_6.append("SPDX-License-Identifier: EPL-2.0"); StringConcatenation _builder_7 = new StringConcatenation(); _builder_7.append("/**"); _builder_7.newLine(); @@ -86,51 +88,93 @@ public void testTrimMultiLineString() { _builder_7.append("* Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others."); _builder_7.newLine(); _builder_7.append(" "); - _builder_7.append("* All rights reserved. This program and the accompanying materials"); + _builder_7.append("* This program and the accompanying materials are made available under the"); + _builder_7.newLine(); + _builder_7.append(" "); + _builder_7.append("* terms of the Eclipse Public License 2.0 which is available at"); _builder_7.newLine(); _builder_7.append(" "); - _builder_7.append("* are made available under the terms of the Eclipse Public License v1.0"); + _builder_7.append("* http://www.eclipse.org/legal/epl-2.0."); _builder_7.newLine(); _builder_7.append(" "); - _builder_7.append("* which accompanies this distribution, and is available at"); + _builder_7.append("* "); _builder_7.newLine(); _builder_7.append(" "); - _builder_7.append("* http://www.eclipse.org/legal/epl-v10.html"); + _builder_7.append("* SPDX-License-Identifier: EPL-2.0"); _builder_7.newLine(); _builder_7.append(" "); _builder_7.append("*/"); this.assertTrim(_builder_6.toString(), _builder_7.toString()); StringConcatenation _builder_8 = new StringConcatenation(); - _builder_8.append("Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others."); + _builder_8.append("Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others."); _builder_8.newLine(); - _builder_8.append("All rights reserved. This program and the accompanying materials"); + _builder_8.append("This program and the accompanying materials are made available under the"); _builder_8.newLine(); - _builder_8.append("are made available under the terms of the Eclipse Public License v1.0"); + _builder_8.append("terms of the Eclipse Public License 2.0 which is available at"); _builder_8.newLine(); - _builder_8.append("which accompanies this distribution, and is available at"); + _builder_8.append("http://www.eclipse.org/legal/epl-2.0."); _builder_8.newLine(); - _builder_8.append("http://www.eclipse.org/legal/epl-v10.html"); + _builder_8.newLine(); + _builder_8.append("SPDX-License-Identifier: EPL-2.0"); StringConcatenation _builder_9 = new StringConcatenation(); _builder_9.append("/*******************************************************************************"); _builder_9.newLine(); _builder_9.append(" "); - _builder_9.append("* Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others."); + _builder_9.append("* Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others."); + _builder_9.newLine(); + _builder_9.append(" "); + _builder_9.append("* This program and the accompanying materials are made available under the"); _builder_9.newLine(); _builder_9.append(" "); - _builder_9.append("* All rights reserved. This program and the accompanying materials"); + _builder_9.append("* terms of the Eclipse Public License 2.0 which is available at"); _builder_9.newLine(); _builder_9.append(" "); - _builder_9.append("* are made available under the terms of the Eclipse Public License v1.0"); + _builder_9.append("* http://www.eclipse.org/legal/epl-2.0."); _builder_9.newLine(); _builder_9.append(" "); - _builder_9.append("* which accompanies this distribution, and is available at"); + _builder_9.append("* "); _builder_9.newLine(); _builder_9.append(" "); - _builder_9.append("* http://www.eclipse.org/legal/epl-v10.html"); + _builder_9.append("* SPDX-License-Identifier: EPL-2.0"); _builder_9.newLine(); _builder_9.append(" "); _builder_9.append("*******************************************************************************/"); this.assertTrim(_builder_8.toString(), _builder_9.toString()); + StringConcatenation _builder_10 = new StringConcatenation(); + _builder_10.append("Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others."); + _builder_10.newLine(); + _builder_10.append("This program and the accompanying materials are made available under the"); + _builder_10.newLine(); + _builder_10.append("terms of the Eclipse Public License 2.0 which is available at"); + _builder_10.newLine(); + _builder_10.append("http://www.eclipse.org/legal/epl-2.0."); + _builder_10.newLine(); + _builder_10.newLine(); + _builder_10.append("SPDX-License-Identifier: EPL-2.0"); + StringConcatenation _builder_11 = new StringConcatenation(); + _builder_11.append("/*******************************************************************************"); + _builder_11.newLine(); + _builder_11.append(" "); + _builder_11.append("* Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others."); + _builder_11.newLine(); + _builder_11.append(" "); + _builder_11.append("* This program and the accompanying materials are made available under the"); + _builder_11.newLine(); + _builder_11.append(" "); + _builder_11.append("* terms of the Eclipse Public License 2.0 which is available at"); + _builder_11.newLine(); + _builder_11.append(" "); + _builder_11.append("* http://www.eclipse.org/legal/epl-2.0."); + _builder_11.newLine(); + _builder_11.append(" "); + _builder_11.append("*"); + _builder_11.newLine(); + _builder_11.append(" "); + _builder_11.append("* SPDX-License-Identifier: EPL-2.0"); + _builder_11.newLine(); + _builder_11.append(" "); + _builder_11.append("*******************************************************************************/"); + this.assertTrim(_builder_10.toString(), _builder_11.toString()); } private void assertTrim(final String expected, final String original) { diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/Formatter2Fragment2Test.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/Formatter2Fragment2Test.java index c151ff5a8d..30380f8e17 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/Formatter2Fragment2Test.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/Formatter2Fragment2Test.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/GrammarAccessExtensionsTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/GrammarAccessExtensionsTest.java index 4e09f1c9ac..4d1df62635 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/GrammarAccessExtensionsTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/GrammarAccessExtensionsTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/KeywordHelperTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/KeywordHelperTest.java index 7695be1922..f3cc148edc 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/KeywordHelperTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/KeywordHelperTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/PartialClassExtractorTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/PartialClassExtractorTest.java index 3d19b29713..db0e34b7fa 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/PartialClassExtractorTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/PartialClassExtractorTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/ResourceDescriptionStrategyFragmentTests.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/ResourceDescriptionStrategyFragmentTests.java index cb25877940..ea5f25872c 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/ResourceDescriptionStrategyFragmentTests.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/ResourceDescriptionStrategyFragmentTests.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/ValidatorFragment2Tests.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/ValidatorFragment2Tests.java index f96936db9b..a04c664a59 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/ValidatorFragment2Tests.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/ValidatorFragment2Tests.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/WizardConfigTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/WizardConfigTest.java index d8e4adda9c..8db82ab213 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/WizardConfigTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/generator/WizardConfigTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/wizard/WizardConfigurationTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/wizard/WizardConfigurationTest.java index 9ebbd83d89..95e9f990cb 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/wizard/WizardConfigurationTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/wizard/WizardConfigurationTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreatorMainTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreatorMainTest.java index cf3076c0e6..96d36cda93 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreatorMainTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreatorMainTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.cli; diff --git a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/wizard/cli/CliWizardIntegrationTest.java b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/wizard/cli/CliWizardIntegrationTest.java index cc439ff798..739cad7534 100644 --- a/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/wizard/cli/CliWizardIntegrationTest.java +++ b/org.eclipse.xtext.tests/xtend-gen/org/eclipse/xtext/xtext/wizard/cli/CliWizardIntegrationTest.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.cli; diff --git a/org.eclipse.xtext.util/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.xtext.util/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..35068d95fc --- /dev/null +++ b/org.eclipse.xtext.util/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/org.eclipse.xtext.util/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.util/.settings/org.eclipse.jdt.ui.prefs index f6caf59988..65b769d007 100644 --- a/org.eclipse.xtext.util/.settings/org.eclipse.jdt.ui.prefs +++ b/org.eclipse.xtext.util/.settings/org.eclipse.jdt.ui.prefs @@ -1,4 +1,3 @@ -#Wed Oct 14 22:36:24 CEST 2009 cleanup.add_default_serial_version_id=true cleanup.add_generated_serial_version_id=false cleanup.add_missing_annotations=true @@ -64,7 +63,7 @@ org.eclipse.jdt.ui.keywordthis=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.overrideannotation=true org.eclipse.jdt.ui.staticondemandthreshold=1 -org.eclipse.jdt.ui.text.custom_code_templates=June 5, 2007
-The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.
+November 30, 2017
+If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.
++ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +
+ ++ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +
\ No newline at end of file diff --git a/org.eclipse.xtext.util/plugin.properties b/org.eclipse.xtext.util/plugin.properties index 51fce667b2..d022f1a177 100644 --- a/org.eclipse.xtext.util/plugin.properties +++ b/org.eclipse.xtext.util/plugin.properties @@ -1,10 +1 @@ -############################################################################### -# Copyright (c) 2008, 2016 itemis AG (http://www.itemis.eu) and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -############################################################################### -# # we keep this empty file cause XtextVersion.readFromManifest will crash otherwise diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/AbstractLinkedStack.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/AbstractLinkedStack.java index 47161ebdf1..f68f512634 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/AbstractLinkedStack.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/AbstractLinkedStack.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Arrays.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Arrays.java index 6ba6be973b..34e0da3933 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Arrays.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Arrays.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/BufferedCancelIndicator.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/BufferedCancelIndicator.java index 4d84d4d87c..b9b6eeb204 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/BufferedCancelIndicator.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/BufferedCancelIndicator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 Sebastian Zarnekow and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/CancelIndicator.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/CancelIndicator.java index c11036e397..5301a4df89 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/CancelIndicator.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/CancelIndicator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/CollectionBasedAcceptor.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/CollectionBasedAcceptor.java index eb28272c4f..6450a8412a 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/CollectionBasedAcceptor.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/CollectionBasedAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/DiffUtil.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/DiffUtil.java index f0230585e9..3ab9462c18 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/DiffUtil.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/DiffUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/DisposableRegistry.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/DisposableRegistry.java index 18dbf5f40b..5b48e79c9f 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/DisposableRegistry.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/DisposableRegistry.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/EcoreGenericsUtil.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/EcoreGenericsUtil.java index 572ef19345..7fa110dee7 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/EcoreGenericsUtil.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/EcoreGenericsUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/EmfFormatter.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/EmfFormatter.java index b0db9a1872..3b684732fd 100755 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/EmfFormatter.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/EmfFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/EmfStructureComparator.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/EmfStructureComparator.java index 518ec3de50..b3a3cdfa08 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/EmfStructureComparator.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/EmfStructureComparator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ExceptionAcceptor.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ExceptionAcceptor.java index cd8272e5e9..078d81fe85 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ExceptionAcceptor.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ExceptionAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Exceptions.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Exceptions.java index f2ebd9ac93..8f91da81a5 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Exceptions.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Exceptions.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Files.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Files.java index fbbaa329a6..6f2e2bd005 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Files.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Files.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/GraphvizDotBuilder.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/GraphvizDotBuilder.java index 3e8ab09846..a9e963f845 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/GraphvizDotBuilder.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/GraphvizDotBuilder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IAcceptor.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IAcceptor.java index 8723ed4c00..21a4a336c4 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IAcceptor.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IDisposable.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IDisposable.java index d0689d08bb..09359fe2ea 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IDisposable.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IDisposable.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IFileSystemScanner.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IFileSystemScanner.java index 5d58204cf0..747db59883 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IFileSystemScanner.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IFileSystemScanner.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IResourceScopeCache.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IResourceScopeCache.java index 74358a0b68..c8ddfefd59 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IResourceScopeCache.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/IResourceScopeCache.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ITextRegion.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ITextRegion.java index 77e6d11046..6d421d8673 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ITextRegion.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ITextRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ITextRegionWithLineInformation.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ITextRegionWithLineInformation.java index 0f8e334a7d..6e49c8ee4b 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ITextRegionWithLineInformation.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ITextRegionWithLineInformation.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/JUnitVersion.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/JUnitVersion.java index 498181e115..092ae9a77b 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/JUnitVersion.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/JUnitVersion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/JavaStringConverter.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/JavaStringConverter.java index 3b5d59e180..952b305cf1 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/JavaStringConverter.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/JavaStringConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/JavaVersion.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/JavaVersion.java index a5a8635d7d..48c6099c97 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/JavaVersion.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/JavaVersion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LazyStringInputStream.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LazyStringInputStream.java index 74eca109c1..99881661eb 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LazyStringInputStream.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LazyStringInputStream.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LineAndColumn.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LineAndColumn.java index 0259cbf0f0..bd69a1a85a 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LineAndColumn.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LineAndColumn.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LineFilterOutputStream.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LineFilterOutputStream.java index 24fe49c141..92e0f8aca5 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LineFilterOutputStream.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LineFilterOutputStream.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LinkedStack.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LinkedStack.java index 9f662b454a..f32370b323 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LinkedStack.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/LinkedStack.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/MergeableManifest.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/MergeableManifest.java index e103734f30..1d17a16c9a 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/MergeableManifest.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/MergeableManifest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/MergeableManifest2.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/MergeableManifest2.java index a6fa4ca9f2..41250b1119 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/MergeableManifest2.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/MergeableManifest2.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Modules2.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Modules2.java index c2e3463434..0ea219555f 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Modules2.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Modules2.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/NonRecursiveEContentAdapter.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/NonRecursiveEContentAdapter.java index 2ab31d9201..c9cb082563 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/NonRecursiveEContentAdapter.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/NonRecursiveEContentAdapter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Notifications.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Notifications.java index ed47a12046..bcf3b0fb5c 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Notifications.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Notifications.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/OnChangeEvictingCache.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/OnChangeEvictingCache.java index e97de88a01..fa59cdd4c7 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/OnChangeEvictingCache.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/OnChangeEvictingCache.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Pair.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Pair.java index 402d28dd1e..ce43ead0df 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Pair.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Pair.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/PolymorphicDispatcher.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/PolymorphicDispatcher.java index d89dc6cf9b..6f8eef43a0 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/PolymorphicDispatcher.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/PolymorphicDispatcher.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ReflectionUtil.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ReflectionUtil.java index b98a473e14..2aacfb4bde 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ReflectionUtil.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ReflectionUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ReplaceRegion.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ReplaceRegion.java index 293357c7d6..fc33053da9 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ReplaceRegion.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/ReplaceRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/RuntimeIOException.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/RuntimeIOException.java index 0e58ac33f3..96eac4c58a 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/RuntimeIOException.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/RuntimeIOException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/SimpleAttributeResolver.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/SimpleAttributeResolver.java index 8a57b44ac1..5ce59c82d3 100755 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/SimpleAttributeResolver.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/SimpleAttributeResolver.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/SimpleCache.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/SimpleCache.java index a6c6ef5ee8..f69fd57054 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/SimpleCache.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/SimpleCache.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/StopWatch.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/StopWatch.java index 6bb71397f2..454d14d52c 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/StopWatch.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/StopWatch.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/StringInputStream.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/StringInputStream.java index 4c08f8c047..3af5d2574d 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/StringInputStream.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/StringInputStream.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Strings.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Strings.java index e6c909facd..dcd6c49ac8 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Strings.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Strings.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/TailWriter.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/TailWriter.java index d9c65f2b78..b1690f2d70 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/TailWriter.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/TailWriter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/TextRegion.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/TextRegion.java index 3069c0758c..deac672aca 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/TextRegion.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/TextRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/TextRegionWithLineInformation.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/TextRegionWithLineInformation.java index 30cf2b7017..2ab11756cc 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/TextRegionWithLineInformation.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/TextRegionWithLineInformation.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Triple.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Triple.java index 4551a283c6..d5ac034b3d 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Triple.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Triple.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Tuples.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Tuples.java index e1a453b7ea..46d9db6b71 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Tuples.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Tuples.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/UriExtensions.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/UriExtensions.java index b5a52797dd..227c4c7f52 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/UriExtensions.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/UriExtensions.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/UriUtil.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/UriUtil.java index 3ae5c8532f..1d4c7f9b44 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/UriUtil.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/UriUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Wrapper.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Wrapper.java index 64a2185797..21147d3160 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Wrapper.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Wrapper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/XtextVersion.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/XtextVersion.java index 0bdc15c23c..e6ac3f54a3 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/XtextVersion.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/XtextVersion.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/AbstractReadWriteAcces.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/AbstractReadWriteAcces.java index 398f775ab8..63c37bb065 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/AbstractReadWriteAcces.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/AbstractReadWriteAcces.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.concurrent; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/CancelableUnitOfWork.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/CancelableUnitOfWork.java index 6ca9470d64..1a12974000 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/CancelableUnitOfWork.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/CancelableUnitOfWork.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.concurrent; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/IReadAccess.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/IReadAccess.java index 47e2c2b887..82c939276c 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/IReadAccess.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/IReadAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.concurrent; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/IUnitOfWork.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/IUnitOfWork.java index e4fcea4e4f..989c74e284 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/IUnitOfWork.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/IUnitOfWork.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.concurrent; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/IWriteAccess.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/IWriteAccess.java index 216d700848..b60b7217d8 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/IWriteAccess.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/IWriteAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.concurrent; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/WrappingCancelableUnitOfWork.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/WrappingCancelableUnitOfWork.java index a0840edd6f..3a26f65779 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/WrappingCancelableUnitOfWork.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/concurrent/WrappingCancelableUnitOfWork.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 Sigasi N.V. (http://www.sigasi.com) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.concurrent; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Cfg.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Cfg.java index 2fdb7de113..243ab2f96a 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Cfg.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Cfg.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/CfgFactory.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/CfgFactory.java index c0ba8e804a..24cac0255c 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/CfgFactory.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/CfgFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/CfgUtil.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/CfgUtil.java index 7b1342b76b..44edee031b 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/CfgUtil.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/CfgUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/DirectedGraph.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/DirectedGraph.java index 9e148c6b62..78775f32d0 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/DirectedGraph.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/DirectedGraph.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/FollowerFunction.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/FollowerFunction.java index f28bb43b9b..605243bfdf 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/FollowerFunction.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/FollowerFunction.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/FollowerFunctionImpl.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/FollowerFunctionImpl.java index a83ad9631e..744a9d3f29 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/FollowerFunctionImpl.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/FollowerFunctionImpl.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Nfa.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Nfa.java index 5b5d185e5b..0549502355 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Nfa.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Nfa.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaFactory.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaFactory.java index 907f5fae52..c675b0c268 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaFactory.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaGraphFormatter.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaGraphFormatter.java index d6eba28343..6eca057443 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaGraphFormatter.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaGraphFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaToDot.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaToDot.java index 3f31701c80..0b53dfbf25 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaToDot.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaToDot.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaToProduction.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaToProduction.java index 7700cd6024..a55a3e346c 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaToProduction.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaToProduction.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaUtil.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaUtil.java index 8af03354bb..d3bccf4545 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaUtil.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/NfaUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Pda.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Pda.java index 5d6cc85d86..3ac02a6907 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Pda.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Pda.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaFactory.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaFactory.java index 7407497b0b..52024033ea 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaFactory.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaListFormatter.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaListFormatter.java index efad2a4c8f..67bd1009da 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaListFormatter.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaListFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaToDot.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaToDot.java index 773f84a26a..08dfb5c066 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaToDot.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaToDot.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaUtil.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaUtil.java index 005ad44ad9..06722745a6 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaUtil.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/PdaUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Production.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Production.java index 87fa24e522..1b9d74ddf6 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Production.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Production.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionFactory.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionFactory.java index 17148c4e06..f273d32c15 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionFactory.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionFormatter.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionFormatter.java index 76a5b4eddd..8d45341814 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionFormatter.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionStringFactory.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionStringFactory.java index 01e92ccbad..92f4926964 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionStringFactory.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionStringFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionUtil.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionUtil.java index a81b8f57c0..9caa53f452 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionUtil.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/ProductionUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringCfg.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringCfg.java index 0c60466f9c..2a145420da 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringCfg.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringCfg.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringNfa.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringNfa.java index d1d469d8e2..3f86bd7266 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringNfa.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringNfa.java @@ -1,9 +1,10 @@ /******t************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringProduction.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringProduction.java index 18f2d5515e..58627e5923 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringProduction.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/StringProduction.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Traverser.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Traverser.java index abe7edb500..d82b56541b 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Traverser.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/formallang/Traverser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/AlternateJdkLoader.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/AlternateJdkLoader.java index 71f9c88aef..788ae18a6a 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/AlternateJdkLoader.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/AlternateJdkLoader.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/CodeGenUtil2.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/CodeGenUtil2.java index 257c4d7a3d..eacfc4f1bb 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/CodeGenUtil2.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/CodeGenUtil2.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2002, 2017 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM - Initial API and implementation diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/EmfAdaptable.xtend b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/EmfAdaptable.xtend index ed92cfe800..bf96207516 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/EmfAdaptable.xtend +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/EmfAdaptable.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/FormattingMigrator.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/FormattingMigrator.java index 3a1985fe2c..379a84c3bf 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/FormattingMigrator.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/FormattingMigrator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/Log.xtend b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/Log.xtend index b279321cc2..e90ef0a854 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/Log.xtend +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/Log.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/Nullable.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/Nullable.java index cd5e74b5ae..a56ca2e0a1 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/Nullable.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/Nullable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/Stopwatches.java b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/Stopwatches.java index a8ce54fecd..8dca26b203 100644 --- a/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/Stopwatches.java +++ b/org.eclipse.xtext.util/src/org/eclipse/xtext/util/internal/Stopwatches.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/EmfAdaptable.java b/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/EmfAdaptable.java index 6b850bc956..afebf9d334 100644 --- a/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/EmfAdaptable.java +++ b/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/EmfAdaptable.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/EmfAdaptableProcessor.java b/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/EmfAdaptableProcessor.java index 0f36739653..8f31e829d4 100644 --- a/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/EmfAdaptableProcessor.java +++ b/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/EmfAdaptableProcessor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/Log.java b/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/Log.java index 2249399f52..63b3d35741 100644 --- a/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/Log.java +++ b/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/Log.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/LogProcessor.java b/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/LogProcessor.java index 7f51042c0b..9e43a3b630 100644 --- a/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/LogProcessor.java +++ b/org.eclipse.xtext.util/xtend-gen/org/eclipse/xtext/util/internal/LogProcessor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext.xtext.bootstrap/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.xtext.xtext.bootstrap/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..35068d95fc --- /dev/null +++ b/org.eclipse.xtext.xtext.bootstrap/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/org.eclipse.xtext.xtext.bootstrap/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.xtext.bootstrap/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 0000000000..e4d1f4e6df --- /dev/null +++ b/org.eclipse.xtext.xtext.bootstrap/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.ui.javadoc=false +org.eclipse.jdt.ui.text.custom_code_templates=June 5, 2007
-The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.
+November 30, 2017
+If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.
++ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +
+ ++ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +
\ No newline at end of file diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractExternalFolderAwareFragment.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractExternalFolderAwareFragment.xtend index ee661b8ce0..6f5e8c588f 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractExternalFolderAwareFragment.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractExternalFolderAwareFragment.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractInheritingFragment.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractInheritingFragment.xtend index 94b5f062a2..3f8ef72e07 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractInheritingFragment.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractInheritingFragment.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractStubGeneratingFragment.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractStubGeneratingFragment.xtend index caecc9564b..0f1e5a2827 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractStubGeneratingFragment.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractStubGeneratingFragment.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractXtextGeneratorFragment.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractXtextGeneratorFragment.xtend index 5138136415..5ec0737be1 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractXtextGeneratorFragment.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/AbstractXtextGeneratorFragment.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/CodeConfig.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/CodeConfig.xtend index 88a3aaaf1c..04ad5fe8bb 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/CodeConfig.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/CodeConfig.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/CompositeGeneratorException.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/CompositeGeneratorException.xtend index af9955b443..2c65fb392b 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/CompositeGeneratorException.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/CompositeGeneratorException.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/CompositeGeneratorFragment2.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/CompositeGeneratorFragment2.xtend index 73e367bc8f..a4a6d79efc 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/CompositeGeneratorFragment2.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/CompositeGeneratorFragment2.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ConditionalXtextGeneratorFragment.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ConditionalXtextGeneratorFragment.xtend index 4959ff44bd..35a4408e19 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ConditionalXtextGeneratorFragment.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ConditionalXtextGeneratorFragment.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/DefaultGeneratorModule.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/DefaultGeneratorModule.xtend index 09b223f7ea..ecc484129f 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/DefaultGeneratorModule.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/DefaultGeneratorModule.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/IGuiceAwareGeneratorComponent.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/IGuiceAwareGeneratorComponent.xtend index 572327c463..a8dd77458a 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/IGuiceAwareGeneratorComponent.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/IGuiceAwareGeneratorComponent.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/IXtextGeneratorFragment.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/IXtextGeneratorFragment.xtend index a5ed9007f0..534b5184bd 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/IXtextGeneratorFragment.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/IXtextGeneratorFragment.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/IXtextGeneratorLanguage.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/IXtextGeneratorLanguage.xtend index 45541fadfd..ab7965c149 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/IXtextGeneratorLanguage.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/IXtextGeneratorLanguage.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ImplicitFragment.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ImplicitFragment.xtend index 840b146060..fa56b2bd8d 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ImplicitFragment.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ImplicitFragment.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/Issues.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/Issues.xtend index 0d129914cf..6164df46e7 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/Issues.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/Issues.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/LanguageModule.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/LanguageModule.xtend index 5f0d3fca19..1e2c10f95e 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/LanguageModule.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/LanguageModule.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/MweIssues.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/MweIssues.xtend index 211014bec5..9ba3039d60 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/MweIssues.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/MweIssues.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/StandardLanguage.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/StandardLanguage.xtend index 526ecad222..badd27d506 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/StandardLanguage.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/StandardLanguage.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextDirectoryCleaner.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextDirectoryCleaner.xtend index 2867fb8a9d..6b93157f4a 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextDirectoryCleaner.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextDirectoryCleaner.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGenerator.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGenerator.xtend index d576447715..5e77b7a54e 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGenerator.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGenerator.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorLanguage.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorLanguage.xtend index d0fb26b339..e63b39776e 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorLanguage.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorLanguage.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorNaming.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorNaming.xtend index 4bed890e90..80b503bb5c 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorNaming.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorNaming.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorResourceSetInitializer.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorResourceSetInitializer.xtend index 65059308c6..7440b662c5 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorResourceSetInitializer.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorResourceSetInitializer.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorStandaloneSetup.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorStandaloneSetup.xtend index 1384782883..4c7ab3030b 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorStandaloneSetup.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorStandaloneSetup.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorTemplates.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorTemplates.xtend index 56b8e4ac2b..8633e43126 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorTemplates.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/XtextGeneratorTemplates.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/builder/BuilderIntegrationFragment2.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/builder/BuilderIntegrationFragment2.xtend index e220d3ad11..c47df4405f 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/builder/BuilderIntegrationFragment2.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/builder/BuilderIntegrationFragment2.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.builder diff --git a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ecore/EMFGeneratorFragment2.xtend b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ecore/EMFGeneratorFragment2.xtend index 71be6fc674..3ee19ef944 100644 --- a/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ecore/EMFGeneratorFragment2.xtend +++ b/org.eclipse.xtext.xtext.generator/src/org/eclipse/xtext/xtext/generator/ecore/EMFGeneratorFragment2.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecore @@ -624,7 +625,7 @@ class EMFGeneratorFragment2 extends AbstractXtextGeneratorFragment { } def String trimMultiLineComment(String string) { - return string.replace(' * ','').replaceAll("/\\*+\\s*|\\s*\\*+/", "").trim + return string.replace(' * ','').replaceAll("/\\*+\\s*|\\s*\\*+/", "").replaceAll('(?m)^ \\*$','').trim } protected def SetJune 5, 2007
-The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.
+November 30, 2017
+If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.
++ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +
+ ++ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +
\ No newline at end of file diff --git a/org.eclipse.xtext.xtext.wizard/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.xtext.xtext.wizard/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..35068d95fc --- /dev/null +++ b/org.eclipse.xtext.xtext.wizard/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/org.eclipse.xtext.xtext.wizard/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.xtext.wizard/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 0000000000..e4d1f4e6df --- /dev/null +++ b/org.eclipse.xtext.xtext.wizard/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.ui.javadoc=false +org.eclipse.jdt.ui.text.custom_code_templates=June 5, 2007
-Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License.
+November 30, 2017
++ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +
+ ++ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +
\ No newline at end of file diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/AbstractFile.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/AbstractFile.java index 62eada32b1..b658da388b 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/AbstractFile.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/AbstractFile.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/BinaryFile.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/BinaryFile.java index 63f7b427c3..435a77c791 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/BinaryFile.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/BinaryFile.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/BuildSystem.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/BuildSystem.java index e66508e4b3..f6a5e61f8b 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/BuildSystem.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/BuildSystem.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/Ecore2XtextConfiguration.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/Ecore2XtextConfiguration.xtend index c15a37d998..46187651ae 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/Ecore2XtextConfiguration.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/Ecore2XtextConfiguration.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ExternalDependency.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ExternalDependency.java index 3b4459db1b..cb2c876a09 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ExternalDependency.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ExternalDependency.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/GradleBuildFile.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/GradleBuildFile.xtend index 43951378d1..22e675f27c 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/GradleBuildFile.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/GradleBuildFile.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/IdeProjectDescriptor.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/IdeProjectDescriptor.xtend index 59abaf0f8f..ecf674dccc 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/IdeProjectDescriptor.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/IdeProjectDescriptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/LanguageDescriptor.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/LanguageDescriptor.xtend index 5a09fd9b0f..59e1bf2f33 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/LanguageDescriptor.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/LanguageDescriptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/LanguageServer.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/LanguageServer.java index c4849b14e5..509c093146 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/LanguageServer.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/LanguageServer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/LineDelimiter.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/LineDelimiter.java index 2bdb0af9b6..c13f7248a9 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/LineDelimiter.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/LineDelimiter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/Outlet.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/Outlet.java index fb5ee60400..192552441c 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/Outlet.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/Outlet.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/P2RepositoryProject.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/P2RepositoryProject.xtend index 7d425e7ead..84cba320f2 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/P2RepositoryProject.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/P2RepositoryProject.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ParentProjectDescriptor.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ParentProjectDescriptor.xtend index e4718fd5dd..30a874fb41 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ParentProjectDescriptor.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ParentProjectDescriptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/PlainTextFile.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/PlainTextFile.java index ae2eb29d75..366f344b38 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/PlainTextFile.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/PlainTextFile.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/PomFile.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/PomFile.xtend index b5451e3767..729fde6ea9 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/PomFile.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/PomFile.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ProjectDescriptor.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ProjectDescriptor.xtend index e5228df9fd..508174e3b9 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ProjectDescriptor.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ProjectDescriptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ProjectLayout.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ProjectLayout.java index df733ec4d3..b1b818451a 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ProjectLayout.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ProjectLayout.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ProjectsCreator.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ProjectsCreator.java index cd9dcbf141..764cd6c0f7 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ProjectsCreator.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ProjectsCreator.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/RuntimeProjectDescriptor.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/RuntimeProjectDescriptor.xtend index 60ac185a3c..0c6efddde7 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/RuntimeProjectDescriptor.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/RuntimeProjectDescriptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/RuntimeTestProjectDescriptor.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/RuntimeTestProjectDescriptor.xtend index 083a86a890..ba10e8c3df 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/RuntimeTestProjectDescriptor.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/RuntimeTestProjectDescriptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/Scope.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/Scope.java index e6a1953e8f..9794b0b24d 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/Scope.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/Scope.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/SdkFeatureProject.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/SdkFeatureProject.xtend index b9d760a272..471f94c50d 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/SdkFeatureProject.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/SdkFeatureProject.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/SourceFolderDescriptor.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/SourceFolderDescriptor.java index 179831270e..3a0ecbdbbb 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/SourceFolderDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/SourceFolderDescriptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/SourceLayout.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/SourceLayout.java index 277f7f820e..0f79f54fef 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/SourceLayout.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/SourceLayout.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TargetPlatformProject.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TargetPlatformProject.xtend index 6308108227..888eee0e03 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TargetPlatformProject.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TargetPlatformProject.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TestProjectDescriptor.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TestProjectDescriptor.xtend index 7898d0126a..314f12ec80 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TestProjectDescriptor.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TestProjectDescriptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TestedProjectDescriptor.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TestedProjectDescriptor.xtend index 4613591232..4e996eb314 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TestedProjectDescriptor.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TestedProjectDescriptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TextFile.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TextFile.java index e300cf8dc9..8754e5a4dd 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TextFile.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/TextFile.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/UiProjectDescriptor.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/UiProjectDescriptor.xtend index ab9626ebf9..dc13f631a4 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/UiProjectDescriptor.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/UiProjectDescriptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/UiTestProjectDescriptor.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/UiTestProjectDescriptor.xtend index 457146f74a..897b1055f3 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/UiTestProjectDescriptor.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/UiTestProjectDescriptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.xtend index 0caf45ecc1..15fc8a8432 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/WizardConfiguration.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/WizardConfiguration.xtend index 5923a35345..13472e0969 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/WizardConfiguration.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/WizardConfiguration.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreator.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreator.xtend index 4e2cab5ce8..f1690b6cab 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreator.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreator.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.cli diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreatorMain.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreatorMain.java index 5d1b07827c..2e1a1a3824 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreatorMain.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreatorMain.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.cli; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/cli/OptionHandlers.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/cli/OptionHandlers.java index e29ee493a3..4bf8a3ed9a 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/cli/OptionHandlers.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/cli/OptionHandlers.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.cli; diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextExtensions.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextExtensions.xtend index 8760e523c8..cbd123fb41 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextExtensions.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextExtensions.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.ecore2xtext diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextGrammarCreator.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextGrammarCreator.xtend index 88a419a445..99b1a65ba7 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextGrammarCreator.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextGrammarCreator.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.ecore2xtext diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ecore2xtext/UniqueNameUtil.java b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ecore2xtext/UniqueNameUtil.java index 6692797eb5..8a560aefa0 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ecore2xtext/UniqueNameUtil.java +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ecore2xtext/UniqueNameUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.ecore2xtext; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/EPackageInfo.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/EPackageInfo.java index 14b571c1e2..69151a757e 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/EPackageInfo.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/EPackageInfo.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/Ecore2XtextConfiguration.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/Ecore2XtextConfiguration.java index 821015ed61..dc98baaacd 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/Ecore2XtextConfiguration.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/Ecore2XtextConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/GradleBuildFile.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/GradleBuildFile.java index 278dfd09a7..ada6054199 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/GradleBuildFile.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/GradleBuildFile.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/IdeProjectDescriptor.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/IdeProjectDescriptor.java index b29c8ddbbd..59096f1eac 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/IdeProjectDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/IdeProjectDescriptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/LanguageDescriptor.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/LanguageDescriptor.java index cf49d60ff6..6c52a599cc 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/LanguageDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/LanguageDescriptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/P2RepositoryProject.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/P2RepositoryProject.java index d29b4888f9..2514ff02dc 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/P2RepositoryProject.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/P2RepositoryProject.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ParentProjectDescriptor.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ParentProjectDescriptor.java index 896a0a0564..636d53995c 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ParentProjectDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ParentProjectDescriptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/PomFile.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/PomFile.java index 301c9ddc9a..6f0ad33742 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/PomFile.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/PomFile.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ProjectDescriptor.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ProjectDescriptor.java index d0bdc8af83..c99d0ffd39 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ProjectDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ProjectDescriptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/RuntimeProjectDescriptor.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/RuntimeProjectDescriptor.java index b186b15d6f..7c40e040ff 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/RuntimeProjectDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/RuntimeProjectDescriptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/RuntimeTestProjectDescriptor.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/RuntimeTestProjectDescriptor.java index c87ad64172..1e6e8758f0 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/RuntimeTestProjectDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/RuntimeTestProjectDescriptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/SdkFeatureProject.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/SdkFeatureProject.java index f3d3dabe97..4151dc7e5d 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/SdkFeatureProject.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/SdkFeatureProject.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/TargetPlatformProject.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/TargetPlatformProject.java index c94300ada7..5af24ed8ab 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/TargetPlatformProject.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/TargetPlatformProject.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/TestProjectDescriptor.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/TestProjectDescriptor.java index 37a854735a..e7a70414c9 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/TestProjectDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/TestProjectDescriptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/TestedProjectDescriptor.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/TestedProjectDescriptor.java index d6c92fbb60..722e52d421 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/TestedProjectDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/TestedProjectDescriptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/UiProjectDescriptor.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/UiProjectDescriptor.java index 55d996fb38..311a080042 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/UiProjectDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/UiProjectDescriptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/UiTestProjectDescriptor.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/UiTestProjectDescriptor.java index cd371835c3..d250782051 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/UiTestProjectDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/UiTestProjectDescriptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.java index 8328634658..3a788e0e25 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/WizardConfiguration.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/WizardConfiguration.java index 2a5e3fcc22..e017f7d487 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/WizardConfiguration.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/WizardConfiguration.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreator.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreator.java index 04d9b8fedc..92d6e0d611 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreator.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/cli/CliProjectsCreator.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.cli; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextExtensions.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextExtensions.java index 6ef14b0c7e..fa3c492c97 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextExtensions.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextExtensions.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.ecore2xtext; diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextGrammarCreator.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextGrammarCreator.java index 38a769c0ad..c369bdff08 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextGrammarCreator.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/ecore2xtext/Ecore2XtextGrammarCreator.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.wizard.ecore2xtext; diff --git a/org.eclipse.xtext/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.xtext/.settings/org.eclipse.jdt.core.prefs index c1916f1961..358b1563db 100644 --- a/org.eclipse.xtext/.settings/org.eclipse.jdt.core.prefs +++ b/org.eclipse.xtext/.settings/org.eclipse.jdt.core.prefs @@ -1,4 +1,7 @@ eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.source=1.8 org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 diff --git a/org.eclipse.xtext/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext/.settings/org.eclipse.jdt.ui.prefs index 49f7109e55..57b599faf0 100644 --- a/org.eclipse.xtext/.settings/org.eclipse.jdt.ui.prefs +++ b/org.eclipse.xtext/.settings/org.eclipse.jdt.ui.prefs @@ -63,7 +63,7 @@ org.eclipse.jdt.ui.keywordthis=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.overrideannotation=true org.eclipse.jdt.ui.staticondemandthreshold=1 -org.eclipse.jdt.ui.text.custom_code_templates=June 5, 2007
-The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.
+November 30, 2017
+If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.
++ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +
+ ++ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +
\ No newline at end of file diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/AbstractPackratParser.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/AbstractPackratParser.java index f5bfee84ce..df5c8bd29f 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/AbstractPackratParser.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/AbstractPackratParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/AbstractParserConfiguration.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/AbstractParserConfiguration.java index 70f8a6024b..683087aa1d 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/AbstractParserConfiguration.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/AbstractParserConfiguration.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/CharArrayWriterAsSequence.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/CharArrayWriterAsSequence.java index 4a5b915c12..137389cb28 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/CharArrayWriterAsSequence.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/CharArrayWriterAsSequence.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IBacktracker.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IBacktracker.java index eba174ee45..8a3abf3d02 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IBacktracker.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IBacktracker.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/ICharSequenceWithOffset.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/ICharSequenceWithOffset.java index 59b8826d4c..f731f1e751 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/ICharSequenceWithOffset.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/ICharSequenceWithOffset.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IHiddenTokenHandler.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IHiddenTokenHandler.java index fa68839f2b..8aa19e7a05 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IHiddenTokenHandler.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IHiddenTokenHandler.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IMarkerFactory.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IMarkerFactory.java index 88c8ab1ed9..de467605c4 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IMarkerFactory.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IMarkerFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IPackratParser.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IPackratParser.java index 3943c3c4de..cd65abc0c3 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IPackratParser.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IPackratParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IParseResultFactory.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IParseResultFactory.java index f548180b50..d68a36ac08 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IParseResultFactory.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IParseResultFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IParsedTokenVisitor.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IParsedTokenVisitor.java index 45550814e4..5fe4b123b9 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IParsedTokenVisitor.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IParsedTokenVisitor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IParserConfiguration.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IParserConfiguration.java index 9c10993021..f211c1d145 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IParserConfiguration.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/IParserConfiguration.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/ParseResultFactory.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/ParseResultFactory.java index 5bcf375bee..dd4264a9b4 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/ParseResultFactory.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/ParseResultFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/AbstractConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/AbstractConsumer.java index 9c94277309..b396969ffd 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/AbstractConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/AbstractConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/AbstractRuleAwareTerminalConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/AbstractRuleAwareTerminalConsumer.java index 9e7d5d5590..844ce5a240 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/AbstractRuleAwareTerminalConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/AbstractRuleAwareTerminalConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/ConsumeResult.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/ConsumeResult.java index ad291570b3..e6a4728abc 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/ConsumeResult.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/ConsumeResult.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/EnumLiteralConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/EnumLiteralConsumer.java index 1b832bc766..05cf0ea381 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/EnumLiteralConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/EnumLiteralConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/IConsumerUtility.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/IConsumerUtility.java index 1ffdde8e51..4aa9e78fde 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/IConsumerUtility.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/IConsumerUtility.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/IElementConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/IElementConsumer.java index c6ae38f36b..c940d96063 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/IElementConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/IElementConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/INonTerminalConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/INonTerminalConsumer.java index 67f8d3678b..fa7f876669 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/INonTerminalConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/INonTerminalConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/INonTerminalConsumerConfiguration.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/INonTerminalConsumerConfiguration.java index 3503907b85..911f68eec6 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/INonTerminalConsumerConfiguration.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/INonTerminalConsumerConfiguration.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/IRootConsumerListener.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/IRootConsumerListener.java index 3dcf17aff3..8284a25a11 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/IRootConsumerListener.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/IRootConsumerListener.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/ITerminalConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/ITerminalConsumer.java index dc3b3fb3e9..c40d3b3c2e 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/ITerminalConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/ITerminalConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/ITerminalConsumerConfiguration.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/ITerminalConsumerConfiguration.java index dd055509d5..0f87e148cb 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/ITerminalConsumerConfiguration.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/ITerminalConsumerConfiguration.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/KeywordConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/KeywordConsumer.java index c3f6f5859d..5ae992b64d 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/KeywordConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/KeywordConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/NonTerminalConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/NonTerminalConsumer.java index ee3cb9d12f..4cdaa3b4f5 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/NonTerminalConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/NonTerminalConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/TerminalConsumer.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/TerminalConsumer.java index 392ab434d3..0b2c86e550 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/TerminalConsumer.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/consumers/TerminalConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.consumers; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugBacktracker.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugBacktracker.java index 75eaae1bab..b0ceb6832e 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugBacktracker.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugBacktracker.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.debug; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugCharSequence.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugCharSequence.java index 02f1f8b14a..e2b832db8f 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugCharSequence.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugCharSequence.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.debug; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugCharSequenceWithOffset.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugCharSequenceWithOffset.java index 48c0994319..e5de42ca92 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugCharSequenceWithOffset.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugCharSequenceWithOffset.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.debug; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugConsumerUtility.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugConsumerUtility.java index 2d03a9f7d7..20c0ebc521 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugConsumerUtility.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugConsumerUtility.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.debug; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugHiddenTokenHandler.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugHiddenTokenHandler.java index 8cda0936ae..a2b6c2ed7f 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugHiddenTokenHandler.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugHiddenTokenHandler.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.debug; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugMarkerFactory.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugMarkerFactory.java index 2f06a668b2..8a3a84c043 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugMarkerFactory.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugMarkerFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.debug; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugParsedTokenAcceptor.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugParsedTokenAcceptor.java index 11b17c2b8a..a67acd54c7 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugParsedTokenAcceptor.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugParsedTokenAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.debug; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugUtil.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugUtil.java index 36e29cd242..a9699dd4cd 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugUtil.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/DebugUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.debug; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/ParsedTokenCounter.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/ParsedTokenCounter.java index b43ca71646..9e386d425f 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/ParsedTokenCounter.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/ParsedTokenCounter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.debug; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/ParsedTokenPrinter.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/ParsedTokenPrinter.java index b40e48d152..957446409e 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/ParsedTokenPrinter.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/debug/ParsedTokenPrinter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.debug; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/Backtracker.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/Backtracker.java index 690532a693..6c8b740f1c 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/Backtracker.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/Backtracker.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.internal; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/IFurtherParsable.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/IFurtherParsable.java index 29681ac9af..562157dd23 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/IFurtherParsable.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/IFurtherParsable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.internal; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/Marker.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/Marker.java index 54f620e853..1966ac6c59 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/Marker.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/Marker.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.internal; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/MarkerAwareBacktracker.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/MarkerAwareBacktracker.java index eec9c9a314..79d9304447 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/MarkerAwareBacktracker.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/internal/MarkerAwareBacktracker.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.internal; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/CharacterAlternatives.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/CharacterAlternatives.java index 201cfe4738..c876d5fb1a 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/CharacterAlternatives.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/CharacterAlternatives.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.matching; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/CharacterArray.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/CharacterArray.java index 25a55eb6cc..e9f1cf9083 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/CharacterArray.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/CharacterArray.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.matching; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/CharacterRange.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/CharacterRange.java index bc60dfa05f..776815acaa 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/CharacterRange.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/CharacterRange.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.matching; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/ICharacterClass.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/ICharacterClass.java index da0de38269..55b2ed6d09 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/ICharacterClass.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/ICharacterClass.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.matching; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/ISequenceMatcher.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/ISequenceMatcher.java index 3eec808a09..eb9bf973f5 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/ISequenceMatcher.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/ISequenceMatcher.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.matching; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/SetBasedKeywordMatcher.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/SetBasedKeywordMatcher.java index 55cee1447c..fb72a451d1 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/SetBasedKeywordMatcher.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/SetBasedKeywordMatcher.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.matching; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/SingleCharacter.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/SingleCharacter.java index b57b0376ee..f826be6a0a 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/SingleCharacter.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/SingleCharacter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.matching; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/StringWithOffset.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/StringWithOffset.java index b293c512b7..09c6603d5d 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/StringWithOffset.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/matching/StringWithOffset.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.matching; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AbstractParsedToken.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AbstractParsedToken.java index 1619281b86..7060f38b3d 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AbstractParsedToken.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AbstractParsedToken.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AbstractParsedTokenVisitor.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AbstractParsedTokenVisitor.java index a19a46b65f..48b68c559e 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AbstractParsedTokenVisitor.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AbstractParsedTokenVisitor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AlternativesToken.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AlternativesToken.java index 565af2b991..2155f32809 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AlternativesToken.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AlternativesToken.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AssignmentToken.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AssignmentToken.java index d13864a3a2..c214235045 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AssignmentToken.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/AssignmentToken.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/CompoundParsedToken.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/CompoundParsedToken.java index b6050becb9..d2f78f67f1 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/CompoundParsedToken.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/CompoundParsedToken.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/CompoundParsedTokenVisitor.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/CompoundParsedTokenVisitor.java index 3063390d08..e7669943ad 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/CompoundParsedTokenVisitor.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/CompoundParsedTokenVisitor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ErrorToken.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ErrorToken.java index 7fa1036a38..7a5bca2fa1 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ErrorToken.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ErrorToken.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/FakedToken.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/FakedToken.java index 88585bedbd..b1ac4a718e 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/FakedToken.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/FakedToken.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/GroupToken.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/GroupToken.java index da29b85355..f25e335f54 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/GroupToken.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/GroupToken.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/IParsedTokenAcceptor.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/IParsedTokenAcceptor.java index 3a42f86a34..e2c16ce751 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/IParsedTokenAcceptor.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/IParsedTokenAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/IParsedTokenSource.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/IParsedTokenSource.java index f08f11a38d..94a4b9299a 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/IParsedTokenSource.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/IParsedTokenSource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedAction.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedAction.java index 6411ec33e8..f1d03450a9 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedAction.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedAction.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedEnumLiteral.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedEnumLiteral.java index 5570ffcbdb..45c66dca13 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedEnumLiteral.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedEnumLiteral.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedNonTerminal.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedNonTerminal.java index 707a85dede..07b0503e01 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedNonTerminal.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedNonTerminal.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedNonTerminalEnd.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedNonTerminalEnd.java index 3d4957e128..035223aed5 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedNonTerminalEnd.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedNonTerminalEnd.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedTerminal.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedTerminal.java index f70f3dc24d..78ce534204 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedTerminal.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedTerminal.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedTerminalWithFeature.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedTerminalWithFeature.java index 89cd376dfb..96bb5929de 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedTerminalWithFeature.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedTerminalWithFeature.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedTerminalWithFeatureInfo.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedTerminalWithFeatureInfo.java index 641ae6702f..82442ce6d1 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedTerminalWithFeatureInfo.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedTerminalWithFeatureInfo.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedToken.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedToken.java index 700bc100be..bf56304636 100755 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedToken.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/ParsedToken.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/PlaceholderToken.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/PlaceholderToken.java index 3bdfb12fe3..cf193a1e65 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/PlaceholderToken.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/PlaceholderToken.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/UnorderedGroupToken.java b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/UnorderedGroupToken.java index a3042cc261..05fa684422 100644 --- a/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/UnorderedGroupToken.java +++ b/org.eclipse.xtext/packrat/org/eclipse/xtext/parser/packrat/tokens/UnorderedGroupToken.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.packrat.tokens; diff --git a/org.eclipse.xtext/plugin.xml b/org.eclipse.xtext/plugin.xml index d0c3ba24a9..cf31c0c37a 100644 --- a/org.eclipse.xtext/plugin.xml +++ b/org.eclipse.xtext/plugin.xml @@ -4,10 +4,11 @@ diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/Constants.java b/org.eclipse.xtext/src/org/eclipse/xtext/Constants.java index 922d4c73f2..6edb44d90c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/Constants.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/Constants.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/EcoreUtil2.java b/org.eclipse.xtext/src/org/eclipse/xtext/EcoreUtil2.java index 1005b5326d..9ecc61c07d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/EcoreUtil2.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/EcoreUtil2.java @@ -6,10 +6,11 @@ * /_/\_\\__\___/_/\_\\__| * * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/EcoreUtils.ext b/org.eclipse.xtext/src/org/eclipse/xtext/EcoreUtils.ext index 9e58cdefbd..23b1b6edbf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/EcoreUtils.ext +++ b/org.eclipse.xtext/src/org/eclipse/xtext/EcoreUtils.ext @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2008 itemis AG 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 + *******************************************************************************/ import org::eclipse::emf::ecore; List[EObject] allContents(EObject obj) : diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/Extensions.ext b/org.eclipse.xtext/src/org/eclipse/xtext/Extensions.ext index ef1f19b2d0..6b0ea88f2f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/Extensions.ext +++ b/org.eclipse.xtext/src/org/eclipse/xtext/Extensions.ext @@ -1,11 +1,11 @@ /******************************************************************************* -* Copyright (c) 2008 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 -* -*******************************************************************************/ + * Copyright (c) 2008 itemis AG 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 + *******************************************************************************/ import org::eclipse::xtext; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/GrammarToDot.java b/org.eclipse.xtext/src/org/eclipse/xtext/GrammarToDot.java index d68cbcd87e..dce4deb12f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/GrammarToDot.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/GrammarToDot.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/GrammarUtil.ext b/org.eclipse.xtext/src/org/eclipse/xtext/GrammarUtil.ext index 456658d8ec..25ba5931ab 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/GrammarUtil.ext +++ b/org.eclipse.xtext/src/org/eclipse/xtext/GrammarUtil.ext @@ -1,11 +1,11 @@ /******************************************************************************* -* Copyright (c) 2008 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 -* -*******************************************************************************/ + * Copyright (c) 2008 itemis AG 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 + *******************************************************************************/ import org::eclipse::emf::ecore; import org::eclipse::xtext; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/GrammarUtil.java b/org.eclipse.xtext/src/org/eclipse/xtext/GrammarUtil.java index 87f97b63e0..140b2d6bfe 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/GrammarUtil.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/GrammarUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/IGrammarAccess.java b/org.eclipse.xtext/src/org/eclipse/xtext/IGrammarAccess.java index dd588ad436..d29ddd33db 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/IGrammarAccess.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/IGrammarAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/ISetup.java b/org.eclipse.xtext/src/org/eclipse/xtext/ISetup.java index e28ae724d5..6f19f94184 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/ISetup.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/ISetup.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/LanguageInfo.java b/org.eclipse.xtext/src/org/eclipse/xtext/LanguageInfo.java index 53b8b6a2b5..f779ddbd2f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/LanguageInfo.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/LanguageInfo.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/Xtext.xtext b/org.eclipse.xtext/src/org/eclipse/xtext/Xtext.xtext index fa36a797c9..fb441deb85 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/Xtext.xtext +++ b/org.eclipse.xtext/src/org/eclipse/xtext/Xtext.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 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 *******************************************************************************/ grammar org.eclipse.xtext.Xtext with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/XtextRuntimeModule.java b/org.eclipse.xtext/src/org/eclipse/xtext/XtextRuntimeModule.java index 65ff25ee2f..16c69705a9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/XtextRuntimeModule.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/XtextRuntimeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/build/BuildContext.java b/org.eclipse.xtext/src/org/eclipse/xtext/build/BuildContext.java index 927ca10a44..146986dfc5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/build/BuildContext.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/build/BuildContext.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.build; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/build/BuildRequest.java b/org.eclipse.xtext/src/org/eclipse/xtext/build/BuildRequest.java index 95760c4801..5ee89b92bb 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/build/BuildRequest.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/build/BuildRequest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.build; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/build/ClusteringStorageAwareResourceLoader.java b/org.eclipse.xtext/src/org/eclipse/xtext/build/ClusteringStorageAwareResourceLoader.java index 95a83e88eb..e810eb6326 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/build/ClusteringStorageAwareResourceLoader.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/build/ClusteringStorageAwareResourceLoader.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.build; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/build/IncrementalBuilder.java b/org.eclipse.xtext/src/org/eclipse/xtext/build/IncrementalBuilder.java index 9e8446fbfb..fbcbb11975 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/build/IncrementalBuilder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/build/IncrementalBuilder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.build; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/build/IndexState.java b/org.eclipse.xtext/src/org/eclipse/xtext/build/IndexState.java index 066ecdceb9..e9fca058c8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/build/IndexState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/build/IndexState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.build; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/build/Indexer.java b/org.eclipse.xtext/src/org/eclipse/xtext/build/Indexer.java index 9b42cc42eb..f973497d90 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/build/Indexer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/build/Indexer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.build; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/build/Source2GeneratedMapping.java b/org.eclipse.xtext/src/org/eclipse/xtext/build/Source2GeneratedMapping.java index 9a39f3bd83..472bfa6838 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/build/Source2GeneratedMapping.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/build/Source2GeneratedMapping.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.build; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/common/Terminals.java b/org.eclipse.xtext/src/org/eclipse/xtext/common/Terminals.java index c3949b1b91..ab17418525 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/common/Terminals.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/common/Terminals.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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/Terminals.xtext b/org.eclipse.xtext/src/org/eclipse/xtext/common/Terminals.xtext index 949e9ac533..be07d1f44b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/common/Terminals.xtext +++ b/org.eclipse.xtext/src/org/eclipse/xtext/common/Terminals.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 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 *******************************************************************************/ grammar org.eclipse.xtext.common.Terminals hidden(WS, ML_COMMENT, SL_COMMENT) diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/common/services/DefaultTerminalConverters.java b/org.eclipse.xtext/src/org/eclipse/xtext/common/services/DefaultTerminalConverters.java index 8cd4942ce9..1140ee7dea 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/common/services/DefaultTerminalConverters.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/common/services/DefaultTerminalConverters.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.services; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/common/services/Ecore2XtextTerminalConverters.java b/org.eclipse.xtext/src/org/eclipse/xtext/common/services/Ecore2XtextTerminalConverters.java index d482340a14..aad3936e13 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/common/services/Ecore2XtextTerminalConverters.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/common/services/Ecore2XtextTerminalConverters.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.services; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/IValueConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/IValueConverter.java index 32cf55c0c8..ecf64fe7a4 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/IValueConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/IValueConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/IValueConverterService.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/IValueConverterService.java index ef97c6e87c..b122906bde 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/IValueConverterService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/IValueConverterService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/ValueConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/ValueConverter.java index b04cfa3f41..5a00f620af 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/ValueConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/ValueConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/ValueConverterException.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/ValueConverterException.java index dff9793e83..1c28759281 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/ValueConverterException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/ValueConverterException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/ValueConverterWithValueException.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/ValueConverterWithValueException.java index 42b8ee2fdd..c4f6d3332d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/ValueConverterWithValueException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/ValueConverterWithValueException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractDeclarativeValueConverterService.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractDeclarativeValueConverterService.java index f1eeb0c7eb..dbb62beb57 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractDeclarativeValueConverterService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractDeclarativeValueConverterService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractIDValueConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractIDValueConverter.java index beaaa21a67..acf1e48a36 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractIDValueConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractIDValueConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractLexerBasedConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractLexerBasedConverter.java index e26c0ded47..360bc23cdf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractLexerBasedConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractLexerBasedConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractNullSafeConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractNullSafeConverter.java index 9f506599ed..a63e176724 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractNullSafeConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractNullSafeConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractToStringConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractToStringConverter.java index c83bb5450a..76b5ab0251 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractToStringConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractToStringConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractValueConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractValueConverter.java index bd0b1a5027..15a098dd16 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractValueConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractValueConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractValueConverterService.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractValueConverterService.java index 998c5660c5..b6f01cf4ed 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractValueConverterService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/AbstractValueConverterService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/DefaultTerminalConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/DefaultTerminalConverter.java index bc6bf7dc5a..0a9f0fcb0b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/DefaultTerminalConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/DefaultTerminalConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/EFactoryValueConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/EFactoryValueConverter.java index 2b9e5587ef..6549fa0e78 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/EFactoryValueConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/EFactoryValueConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/IDValueConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/IDValueConverter.java index 9aaab62122..2e20a42d06 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/IDValueConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/IDValueConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/INTValueConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/INTValueConverter.java index 71fb393738..28104e092f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/INTValueConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/INTValueConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/IgnoreCaseIDValueConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/IgnoreCaseIDValueConverter.java index 63db2cd795..b66feb004e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/IgnoreCaseIDValueConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/IgnoreCaseIDValueConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/KeywordAlternativeConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/KeywordAlternativeConverter.java index 223c285819..c26b4f7bdb 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/KeywordAlternativeConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/KeywordAlternativeConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/KeywordBasedValueConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/KeywordBasedValueConverter.java index 45aa4f3f08..d3c9bf2220 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/KeywordBasedValueConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/KeywordBasedValueConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/QualifiedNameInStaticImportValueConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/QualifiedNameInStaticImportValueConverter.java index 698e85e497..1452a3285b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/QualifiedNameInStaticImportValueConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/QualifiedNameInStaticImportValueConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/QualifiedNameValueConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/QualifiedNameValueConverter.java index 493d329b0f..c22aae6ba8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/QualifiedNameValueConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/QualifiedNameValueConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/STRINGValueConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/STRINGValueConverter.java index 95e0b1f927..02cb2763a6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/STRINGValueConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/conversion/impl/STRINGValueConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.conversion.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/debug/IStratumBreakpointSupport.java b/org.eclipse.xtext/src/org/eclipse/xtext/debug/IStratumBreakpointSupport.java index 5494be0f66..e3deb59110 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/debug/IStratumBreakpointSupport.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/debug/IStratumBreakpointSupport.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.debug; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/AbstractDiagnostic.java b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/AbstractDiagnostic.java index 5b463f6c70..deb8e222a9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/AbstractDiagnostic.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/AbstractDiagnostic.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostics; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/AbstractDiagnosticProducer.java b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/AbstractDiagnosticProducer.java index 95cb0a82cd..cd80ee6746 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/AbstractDiagnosticProducer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/AbstractDiagnosticProducer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostics; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/AbstractDiagnosticProducerDecorator.java b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/AbstractDiagnosticProducerDecorator.java index b27d7935d6..f48aaa392c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/AbstractDiagnosticProducerDecorator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/AbstractDiagnosticProducerDecorator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostics; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/Diagnostic.java b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/Diagnostic.java index b4140f92ce..aceeada93f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/Diagnostic.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/Diagnostic.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostics; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/DiagnosticMessage.java b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/DiagnosticMessage.java index c910ab1a6b..1c1526b5ae 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/DiagnosticMessage.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/DiagnosticMessage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostics; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/ExceptionDiagnostic.java b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/ExceptionDiagnostic.java index bf7f0d426e..7690cb41f1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/ExceptionDiagnostic.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/ExceptionDiagnostic.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostics; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/IDiagnosticConsumer.java b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/IDiagnosticConsumer.java index e8de07854e..6d97e26aa1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/IDiagnosticConsumer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/IDiagnosticConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostics; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/IDiagnosticProducer.java b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/IDiagnosticProducer.java index 464a8914c2..5d0683689f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/IDiagnosticProducer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/IDiagnosticProducer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostics; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/NullDiagnosticProducer.java b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/NullDiagnosticProducer.java index 762d897df4..2603f4731c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/NullDiagnosticProducer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/NullDiagnosticProducer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostics; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/Severity.java b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/Severity.java index 9ce41d4ddc..22609ba1d0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/Severity.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/diagnostics/Severity.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostics; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/EObjectInComment.java b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/EObjectInComment.java index 58735eb7f1..8d4ccdb8d6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/EObjectInComment.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/EObjectInComment.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.documentation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IEObjectDocumentationProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IEObjectDocumentationProvider.java index edd3af42cf..0260b1bb01 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IEObjectDocumentationProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IEObjectDocumentationProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 Christoph Kulla - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Christoph Kulla - Initial API and implementation diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IEObjectDocumentationProviderExtension.java b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IEObjectDocumentationProviderExtension.java index 6bad284129..8706748e2d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IEObjectDocumentationProviderExtension.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IEObjectDocumentationProviderExtension.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.documentation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IFileHeaderProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IFileHeaderProvider.java index 3d59be7cd1..c7f14f0f89 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IFileHeaderProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IFileHeaderProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.documentation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IJavaDocTypeReferenceProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IJavaDocTypeReferenceProvider.java index 4f0b32ca42..48c50a0d4b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IJavaDocTypeReferenceProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/IJavaDocTypeReferenceProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.documentation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/AbstractMultiLineCommentProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/AbstractMultiLineCommentProvider.java index 4e401df6f1..0084604ed0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/AbstractMultiLineCommentProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/AbstractMultiLineCommentProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.documentation.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineCommentDocumentationProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineCommentDocumentationProvider.java index d6f0f352c7..7b101154b0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineCommentDocumentationProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineCommentDocumentationProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 Christoph Kulla - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Christoph Kulla - Initial API and implementation diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineFileHeaderProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineFileHeaderProvider.java index 49f455b1e1..abb824a09c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineFileHeaderProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineFileHeaderProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.documentation.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineJavaDocTypeReferenceProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineJavaDocTypeReferenceProvider.java index a509e846d1..266df3df32 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineJavaDocTypeReferenceProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineJavaDocTypeReferenceProvider.java @@ -1,10 +1,11 @@ /******************************************************************************* * Copyright (c) 2012, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.documentation.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/IReferenceFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/IReferenceFinder.java index b80b26acd6..703884ac6d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/IReferenceFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/IReferenceFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.findReferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/ReferenceAcceptor.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/ReferenceAcceptor.xtend index dce8bfeb5f..3192809d03 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/ReferenceAcceptor.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/ReferenceAcceptor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.findReferences diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/ReferenceFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/ReferenceFinder.java index c19375b8e2..a409d7d902 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/ReferenceFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/ReferenceFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.findReferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURICollector.java b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURICollector.java index 0b96840ca8..d08bd0dc06 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURICollector.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURICollector.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.findReferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURIConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURIConverter.java index 817e4c906b..d6a8b5cef9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURIConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURIConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.findReferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURISet.java b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURISet.java index 327bcc498b..ec15c60e45 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURISet.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURISet.java @@ -1,6 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 NumberFour AG (http://www.numberfour.eu). - * All rights reserved. + * This program and the accompanying materials are made available under the + * terms of 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.findReferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURIs.java b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURIs.java index 0ddc38c35a..8584dbea93 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURIs.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/findReferences/TargetURIs.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.findReferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IElementMatcherProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IElementMatcherProvider.java index e68fe212dc..4f435f34b6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IElementMatcherProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IElementMatcherProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IFormatter.java index 9605fd10f7..bbbaafb6b5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IFormatterExtension.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IFormatterExtension.java index 712a782673..dafc9350c1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IFormatterExtension.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IFormatterExtension.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IIndentationInformation.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IIndentationInformation.java index 3831f9b084..014bb8acd5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IIndentationInformation.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IIndentationInformation.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/ILineSeparatorInformation.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/ILineSeparatorInformation.java index fb339deede..5cdb23e742 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/ILineSeparatorInformation.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/ILineSeparatorInformation.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/INodeModelFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/INodeModelFormatter.java index 245b9cf93f..fc9c36ab63 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/INodeModelFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/INodeModelFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/INodeModelStreamer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/INodeModelStreamer.java index 16f2323b1d..1636b73ff6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/INodeModelStreamer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/INodeModelStreamer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IWhitespaceInformationProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IWhitespaceInformationProvider.java index 61a36b23a7..13465648af 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IWhitespaceInformationProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/IWhitespaceInformationProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractDeclarativeFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractDeclarativeFormatter.java index c2b70b3bf9..8a438c2960 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractDeclarativeFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractDeclarativeFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractFormatter.java index d5c588bc5e..8e0c4be6e6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractFormattingConfig.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractFormattingConfig.java index 7824e33726..ba070ed620 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractFormattingConfig.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractFormattingConfig.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractNodeModelFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractNodeModelFormatter.java index 27dd2f1ec4..4369e72595 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractNodeModelFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractNodeModelFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractTokenStream.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractTokenStream.java index cd45ee52f7..646453bb83 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractTokenStream.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/AbstractTokenStream.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/BaseFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/BaseFormatter.java index 99aebd584b..8f86ef18b8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/BaseFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/BaseFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/BaseTokenStream.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/BaseTokenStream.java index a78be7f3e7..f84c18c04c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/BaseTokenStream.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/BaseTokenStream.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/DefaultNodeModelFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/DefaultNodeModelFormatter.java index a464f9039b..466ffefe91 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/DefaultNodeModelFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/DefaultNodeModelFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/ElementMatcherProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/ElementMatcherProvider.java index 52708cec79..c8201d953d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/ElementMatcherProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/ElementMatcherProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/ElementMatcherToDot.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/ElementMatcherToDot.java index ff1b6f5142..f5c6db3de3 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/ElementMatcherToDot.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/ElementMatcherToDot.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/FormattingConfig.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/FormattingConfig.java index bb0081d62b..3cd46d9a34 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/FormattingConfig.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/FormattingConfig.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/FormattingConfig2.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/FormattingConfig2.java index 471bf0d680..6159b25a8e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/FormattingConfig2.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/FormattingConfig2.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/FormattingConfigBasedStream.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/FormattingConfigBasedStream.java index ab6463c6e0..3ad895224f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/FormattingConfigBasedStream.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/FormattingConfigBasedStream.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/MatcherNFAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/MatcherNFAProvider.java index de6d813069..d718336401 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/MatcherNFAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/MatcherNFAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/MatcherState.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/MatcherState.java index 717f287886..b23f4bf501 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/MatcherState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/MatcherState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/MatcherTransition.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/MatcherTransition.java index c3ee8f3255..cb011b989f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/MatcherTransition.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/MatcherTransition.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/NodeModelStreamer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/NodeModelStreamer.java index 3133b23b25..d5a15023ed 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/NodeModelStreamer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/NodeModelStreamer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/NullFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/NullFormatter.java index 2b4daa2369..95b897c66e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/NullFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/NullFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/OneWhitespaceFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/OneWhitespaceFormatter.java index 7238dc33b8..a746702dc4 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/OneWhitespaceFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting/impl/OneWhitespaceFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.formatting.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/AbstractFormatter2.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/AbstractFormatter2.java index 43809af1f3..5e2efcafaa 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/AbstractFormatter2.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/AbstractFormatter2.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ConflictingFormattingException.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ConflictingFormattingException.java index ddf9578ffc..0fed4a298c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ConflictingFormattingException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ConflictingFormattingException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterPreferenceKeys.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterPreferenceKeys.java index 19f06cd4ac..3c71eeae6a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterPreferenceKeys.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterPreferenceKeys.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterPreferences.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterPreferences.java index e5d91f12df..c1d3e4b241 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterPreferences.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterPreferences.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterRequest.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterRequest.java index cdf7de19f4..b16111d1ce 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterRequest.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormatterRequest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormattingNotApplicableException.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormattingNotApplicableException.java index 91fe768467..bdce225a53 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormattingNotApplicableException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/FormattingNotApplicableException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IAutowrapFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IAutowrapFormatter.java index 920363e7b7..30997fb835 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IAutowrapFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IAutowrapFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IFormattableDocument.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IFormattableDocument.java index 29a6e60829..8aa259d549 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IFormattableDocument.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IFormattableDocument.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IFormattableSubDocument.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IFormattableSubDocument.java index e9a6895041..81e348b537 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IFormattableSubDocument.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IFormattableSubDocument.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IFormatter2.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IFormatter2.java index 43b410288b..3c5b0e0f90 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IFormatter2.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IFormatter2.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IHiddenRegionFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IHiddenRegionFormatter.java index de8da8ddb0..39273c0355 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IHiddenRegionFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IHiddenRegionFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IHiddenRegionFormatting.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IHiddenRegionFormatting.java index 6f285af2fa..0a8b095718 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IHiddenRegionFormatting.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IHiddenRegionFormatting.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IMerger.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IMerger.java index 4575fb719e..a57f60ac8f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IMerger.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/IMerger.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ISubFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ISubFormatter.java index 79232dcd7c..2354055b0a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ISubFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ISubFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ITextReplacer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ITextReplacer.java index 19fec04107..614f9042ad 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ITextReplacer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ITextReplacer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ITextReplacerContext.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ITextReplacerContext.java index cf15abaa47..26a4abd123 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ITextReplacerContext.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/ITextReplacerContext.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/HiddenRegionFormattingToString.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/HiddenRegionFormattingToString.java index b10edb2310..3ff0143806 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/HiddenRegionFormattingToString.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/HiddenRegionFormattingToString.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.debug; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionAccessToString.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionAccessToString.java index 4ac6b39177..18f0ab75d2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionAccessToString.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionAccessToString.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.debug; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionListToString.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionListToString.java index 635baa912a..b86e3d317d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionListToString.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionListToString.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.debug; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionsInTextToString.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionsInTextToString.java index ec9133a3f1..088aeb649e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionsInTextToString.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionsInTextToString.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.debug; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionsToString.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionsToString.java index 35f2f76955..697dd53892 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionsToString.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionsToString.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.debug; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionsWithTitleToString.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionsWithTitleToString.java index b49d756c2f..26e2134b62 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionsWithTitleToString.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/debug/TextRegionsWithTitleToString.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.debug; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/AbstractHiddenRegionFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/AbstractHiddenRegionFormatter.java index 8949b52382..e7471c13a5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/AbstractHiddenRegionFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/AbstractHiddenRegionFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/AbstractTextReplacer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/AbstractTextReplacer.java index 25b147a771..5875bfcc29 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/AbstractTextReplacer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/AbstractTextReplacer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ArrayListTextSegmentSet.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ArrayListTextSegmentSet.java index 033b31e459..8649475f9e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ArrayListTextSegmentSet.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ArrayListTextSegmentSet.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/CommentReplacer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/CommentReplacer.java index c701d88b98..b42b3f4af9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/CommentReplacer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/CommentReplacer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ConditionalReplacer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ConditionalReplacer.java index 7682d3e032..5c724e061f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ConditionalReplacer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ConditionalReplacer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ConflictingRegionsException.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ConflictingRegionsException.java index cacb8332aa..797f9b7f11 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ConflictingRegionsException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ConflictingRegionsException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/DoubleHiddenRegionFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/DoubleHiddenRegionFormatter.java index 5652ab9bfc..5df293a054 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/DoubleHiddenRegionFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/DoubleHiddenRegionFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/FilteredSubDocument.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/FilteredSubDocument.java index 8da66fd3d7..9d3651c922 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/FilteredSubDocument.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/FilteredSubDocument.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/FormattableDocument.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/FormattableDocument.java index bc2ffaab82..75f67fe50e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/FormattableDocument.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/FormattableDocument.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/HiddenRegionFormatting.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/HiddenRegionFormatting.java index 51db2c4ff5..dbc4effad9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/HiddenRegionFormatting.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/HiddenRegionFormatting.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/HiddenRegionFormattingMerger.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/HiddenRegionFormattingMerger.java index 548c9c41e2..b7b2a54aea 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/HiddenRegionFormattingMerger.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/HiddenRegionFormattingMerger.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/HiddenRegionReplacer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/HiddenRegionReplacer.java index 8369189698..faba60c1f2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/HiddenRegionReplacer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/HiddenRegionReplacer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ICompositeTextReplacer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ICompositeTextReplacer.java index 596c6a0c15..f8f19218b9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ICompositeTextReplacer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/ICompositeTextReplacer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/MaxLineWidthDocument.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/MaxLineWidthDocument.java index 92d5b8f9b9..38073d2d78 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/MaxLineWidthDocument.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/MaxLineWidthDocument.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/MultilineCommentReplacer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/MultilineCommentReplacer.java index f2ce2a7044..83910d0ca0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/MultilineCommentReplacer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/MultilineCommentReplacer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionComparator.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionComparator.java index b1b81f49fb..b7eb7a319d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionComparator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionComparator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionTrace.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionTrace.java index 33861fd1d0..71dafb7d91 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionTrace.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionTrace.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionTraceMissingException.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionTraceMissingException.java index 578cd49656..bfc3580c69 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionTraceMissingException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionTraceMissingException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionsOutsideFrameException.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionsOutsideFrameException.java index ec806fd68a..68ae70f103 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionsOutsideFrameException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RegionsOutsideFrameException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RootDocument.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RootDocument.java index 96f788c496..6359a89a57 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RootDocument.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/RootDocument.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SingleHiddenRegionFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SingleHiddenRegionFormatter.java index fd08fac178..99a091e01d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SingleHiddenRegionFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SingleHiddenRegionFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SinglelineCodeCommentReplacer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SinglelineCodeCommentReplacer.java index b3ce523f20..e2cb7f9f9c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SinglelineCodeCommentReplacer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SinglelineCodeCommentReplacer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SinglelineCommentReplacer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SinglelineCommentReplacer.java index 30010d811e..d006074744 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SinglelineCommentReplacer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SinglelineCommentReplacer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SinglelineDocCommentReplacer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SinglelineDocCommentReplacer.java index 01f0783a74..83cd884c7c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SinglelineDocCommentReplacer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SinglelineDocCommentReplacer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SubDocument.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SubDocument.java index 22dc9ff85a..d80bf31309 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SubDocument.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/SubDocument.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextReplacementList.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextReplacementList.java index 52291e0e1e..4784090aa2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextReplacementList.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextReplacementList.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextReplacerMerger.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextReplacerMerger.java index 6c3fda42b7..f40d723f0b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextReplacerMerger.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextReplacerMerger.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextSegmentSet.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextSegmentSet.java index a139a13bfe..d29dcce9b6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextSegmentSet.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/TextSegmentSet.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/WhitespaceReplacer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/WhitespaceReplacer.java index b061f1ee8a..5b457cedd9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/WhitespaceReplacer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/internal/WhitespaceReplacer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/HiddenRegionPartAssociation.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/HiddenRegionPartAssociation.java index 4abd26e39e..7cab4722d6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/HiddenRegionPartAssociation.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/HiddenRegionPartAssociation.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IAstRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IAstRegion.java index 7fedb12b50..680873f94b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IAstRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IAstRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IComment.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IComment.java index 9349ea9bec..09c2a851f7 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IComment.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IComment.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IEObjectRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IEObjectRegion.java index 00706782e1..7bee530955 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IEObjectRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IEObjectRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IHiddenRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IHiddenRegion.java index 7919a1561b..965292516c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IHiddenRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IHiddenRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IHiddenRegionPart.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IHiddenRegionPart.java index 0166742c98..e6cfa320ce 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IHiddenRegionPart.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IHiddenRegionPart.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IHiddenRegionPartAssociator.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IHiddenRegionPartAssociator.java index 1050091318..da93312c61 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IHiddenRegionPartAssociator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IHiddenRegionPartAssociator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ILineRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ILineRegion.java index 7b888eb60d..79115d2051 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ILineRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ILineRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISemanticRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISemanticRegion.java index d0805cf4ce..fe1ca70a90 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISemanticRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISemanticRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISemanticRegionFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISemanticRegionFinder.java index 8057bbebc8..503eb2fd21 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISemanticRegionFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISemanticRegionFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISemanticRegionsFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISemanticRegionsFinder.java index 4a8da7d665..522abf5cbd 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISemanticRegionsFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISemanticRegionsFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISequentialRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISequentialRegion.java index a151f2a8f3..b4acc8ea30 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISequentialRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ISequentialRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionAccess.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionAccess.java index 05af33ca1e..a2d949aa99 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionAccess.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionAccessDiff.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionAccessDiff.java index e1791eb862..3790920da4 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionAccessDiff.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionAccessDiff.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionDiffBuilder.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionDiffBuilder.java index f31b7d27d0..213b427ffd 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionDiffBuilder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionDiffBuilder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017, 2020 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionExtensions.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionExtensions.java index 80f6df4b10..572259b5e2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionExtensions.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionExtensions.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionRewriter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionRewriter.java index f30df112cb..1c7cdad526 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionRewriter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextRegionRewriter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextReplacement.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextReplacement.java index 09bc6a76b1..4d65859193 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextReplacement.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextReplacement.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextSegment.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextSegment.java index 8b4096cd12..aac1be53f8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextSegment.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextSegment.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextSegmentDiff.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextSegmentDiff.java index 67aa4ab0f1..ce6278b8dc 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextSegmentDiff.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/ITextSegmentDiff.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IWhitespace.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IWhitespace.java index 2df447397a..99f96135bc 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IWhitespace.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/IWhitespace.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/TextRegionAccessBuilder.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/TextRegionAccessBuilder.java index 17b276cc3a..d6d136b217 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/TextRegionAccessBuilder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/TextRegionAccessBuilder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractEObjectRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractEObjectRegion.java index a596e8e5d1..7abeccc0cc 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractEObjectRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractEObjectRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractHiddenRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractHiddenRegion.java index aa991b14bd..028984e265 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractHiddenRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractHiddenRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractRegionAccess.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractRegionAccess.java index 272535e431..3dd967f6bd 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractRegionAccess.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractRegionAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractSemanticRegionsFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractSemanticRegionsFinder.java index 32dd6d5254..aea588546b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractSemanticRegionsFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractSemanticRegionsFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractTextSegment.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractTextSegment.java index 186e89cb91..754f1cbe19 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractTextSegment.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/AbstractTextSegment.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/HiddenRegionPartAssociator.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/HiddenRegionPartAssociator.java index be12e4bb83..c109f11819 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/HiddenRegionPartAssociator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/HiddenRegionPartAssociator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/LineRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/LineRegion.java index 09a6fd438f..9d8fcf207f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/LineRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/LineRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeComment.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeComment.java index 2e5ed96db5..b3313b9511 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeComment.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeComment.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeEObjectRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeEObjectRegion.java index b723da04ee..ec438b84e3 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeEObjectRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeEObjectRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeHidden.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeHidden.java index deb0e6bd50..d135f519fa 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeHidden.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeHidden.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeHiddenRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeHiddenRegion.java index 948052abc4..dfbbb624ee 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeHiddenRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeHiddenRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeModelBasedRegionAccess.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeModelBasedRegionAccess.java index e8e7098a60..bdd99ee38c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeModelBasedRegionAccess.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeModelBasedRegionAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeModelBasedRegionAccessBuilder.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeModelBasedRegionAccessBuilder.java index a2fcddeec2..e7c6aff6b2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeModelBasedRegionAccessBuilder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeModelBasedRegionAccessBuilder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeRegion.java index 37d4847264..d479047fe6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeSemanticRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeSemanticRegion.java index 930326f40c..8ea5053e10 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeSemanticRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeSemanticRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeWhitespace.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeWhitespace.java index 54154a6cb1..985558afaa 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeWhitespace.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/NodeWhitespace.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionInIterableFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionInIterableFinder.java index 3587ff9ab4..d7d1626943 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionInIterableFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionInIterableFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionIterable.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionIterable.java index 4c3bb93497..e6add39282 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionIterable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionIterable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionMatcher.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionMatcher.java index 2521d8dcac..dc99749de0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionMatcher.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionMatcher.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionNullFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionNullFinder.java index 59a0290a9b..9359307fa3 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionNullFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SemanticRegionNullFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SequentialRegionDiff.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SequentialRegionDiff.java index 81415363d6..f0dbe0a3b0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SequentialRegionDiff.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/SequentialRegionDiff.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedRegionAccess.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedRegionAccess.java index 468c626729..67d50d0d7a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedRegionAccess.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedRegionAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedTextRegionAccessDiff.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedTextRegionAccessDiff.java index c4beeb1f76..d83e593618 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedTextRegionAccessDiff.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedTextRegionAccessDiff.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedTextRegionAccessDiffAppender.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedTextRegionAccessDiffAppender.java index ec46f6564c..95662049dc 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedTextRegionAccessDiffAppender.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedTextRegionAccessDiffAppender.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedTextRegionAccessDiffBuilder.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedTextRegionAccessDiffBuilder.java index 6b708bb115..5756334d61 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedTextRegionAccessDiffBuilder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringBasedTextRegionAccessDiffBuilder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringComment.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringComment.java index 70cd3d4dea..d55503b38b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringComment.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringComment.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringEObjectRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringEObjectRegion.java index 6509702b75..b717cfeef6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringEObjectRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringEObjectRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringHidden.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringHidden.java index 3a07b74ccd..65c5cbda9e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringHidden.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringHidden.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringHiddenRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringHiddenRegion.java index 1f8be48985..4947e05aab 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringHiddenRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringHiddenRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringRegion.java index 4c4aeabf6f..00129d2e89 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringSemanticRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringSemanticRegion.java index 77f97497d4..26e76f76ea 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringSemanticRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringSemanticRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringWhitespace.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringWhitespace.java index 3c0133739d..5eefeb1253 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringWhitespace.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/StringWhitespace.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextRegionAccessBuildingSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextRegionAccessBuildingSequencer.java index 6451aad666..c5543a38b3 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextRegionAccessBuildingSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextRegionAccessBuildingSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextRegionRewriter.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextRegionRewriter.java index a47a05bdbb..05a7b9209e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextRegionRewriter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextRegionRewriter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextRegions.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextRegions.java index f50bf9d6a7..a94d93a42d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextRegions.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextRegions.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextReplacement.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextReplacement.java index 611f3fdbd5..992185a9cd 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextReplacement.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextReplacement.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextSegment.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextSegment.java index 05be2e1cfb..270276cff8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextSegment.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/regionaccess/internal/TextSegment.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.regionaccess.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/AbstractFileSystemAccess.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/AbstractFileSystemAccess.java index 9485ecf3e8..22492660b6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/AbstractFileSystemAccess.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/AbstractFileSystemAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/AbstractFileSystemAccess2.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/AbstractFileSystemAccess2.java index 48ca329fd5..7d4ae0db68 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/AbstractFileSystemAccess2.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/AbstractFileSystemAccess2.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/AbstractGenerator.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/AbstractGenerator.java index 25efb67dea..111aa29bb2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/AbstractGenerator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/AbstractGenerator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/GeneratorComponent.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/GeneratorComponent.java index dd4de5222d..1449ba3351 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/GeneratorComponent.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/GeneratorComponent.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/GeneratorContext.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/GeneratorContext.xtend index b054033d22..8464c6dd8d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/GeneratorContext.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/GeneratorContext.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/GeneratorDelegate.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/GeneratorDelegate.java index de9265bc9d..6adf4c1e82 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/GeneratorDelegate.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/GeneratorDelegate.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IContextualOutputConfigurationProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IContextualOutputConfigurationProvider.java index 0902321d2d..aeeed941ef 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IContextualOutputConfigurationProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IContextualOutputConfigurationProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IContextualOutputConfigurationProvider2.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IContextualOutputConfigurationProvider2.java index 2e67e39423..9638623fd8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IContextualOutputConfigurationProvider2.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IContextualOutputConfigurationProvider2.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFilePostProcessor.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFilePostProcessor.java index d51927294f..c041c21f26 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFilePostProcessor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFilePostProcessor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFilePostProcessorExtension.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFilePostProcessorExtension.java index 654a5bb518..bf952a18f6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFilePostProcessorExtension.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFilePostProcessorExtension.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccess.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccess.java index c99ee781d1..ee770c846d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccess.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccess2.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccess2.java index 9e09288595..54312205ae 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccess2.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccess2.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccessExtension.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccessExtension.java index 905f2164bd..ffaacb44c3 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccessExtension.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccessExtension.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccessExtension2.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccessExtension2.java index 9ed11a7b09..a094e38ce7 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccessExtension2.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccessExtension2.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccessExtension3.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccessExtension3.java index 2a80c7091e..e171315734 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccessExtension3.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IFileSystemAccessExtension3.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IGenerator.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IGenerator.java index e125000271..8840371eb6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IGenerator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IGenerator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IGenerator2.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IGenerator2.java index b53ab91d14..6fde9f887b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IGenerator2.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IGenerator2.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IGeneratorContext.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IGeneratorContext.java index f416d272a7..f3b224c7ef 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IGeneratorContext.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IGeneratorContext.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IOutputConfigurationProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IOutputConfigurationProvider.java index 4d344dfbd7..430f757b17 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IOutputConfigurationProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IOutputConfigurationProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IShouldGenerate.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IShouldGenerate.xtend index 1388826edc..6c2294e93b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/IShouldGenerate.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/IShouldGenerate.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/InMemoryFileSystemAccess.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/InMemoryFileSystemAccess.java index 0c17d02e77..c8c8f1e5f9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/InMemoryFileSystemAccess.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/InMemoryFileSystemAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/JavaIoFileSystemAccess.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/JavaIoFileSystemAccess.java index 88d26a2cbf..868a69264a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/JavaIoFileSystemAccess.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/JavaIoFileSystemAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/LineSeparatorHarmonizer.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/LineSeparatorHarmonizer.java index 570afc07de..724a0b7c55 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/LineSeparatorHarmonizer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/LineSeparatorHarmonizer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/OutputConfiguration.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/OutputConfiguration.java index 3d3c391a4f..780e2b7f00 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/OutputConfiguration.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/OutputConfiguration.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/OutputConfigurationAdapter.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/OutputConfigurationAdapter.xtend index 216529f057..9a4ecbdf40 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/OutputConfigurationAdapter.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/OutputConfigurationAdapter.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/OutputConfigurationProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/OutputConfigurationProvider.java index deb6f642b4..9407282e4e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/OutputConfigurationProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/OutputConfigurationProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/URIBasedFileSystemAccess.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/URIBasedFileSystemAccess.xtend index 3b0e931610..b90ac726d3 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/URIBasedFileSystemAccess.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/URIBasedFileSystemAccess.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/AbstractStatefulTraceRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/AbstractStatefulTraceRegion.java index dd57baced6..ceda9cfa6e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/AbstractStatefulTraceRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/AbstractStatefulTraceRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/AbstractTraceRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/AbstractTraceRegion.java index a50f36279a..fb391f1dad 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/AbstractTraceRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/AbstractTraceRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/AbstractTraceRegionToString.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/AbstractTraceRegionToString.xtend index 3361d700f9..9327ff4930 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/AbstractTraceRegionToString.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/AbstractTraceRegionToString.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/CharSequenceTraceWrapper.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/CharSequenceTraceWrapper.java index e0c68474b6..c727652ded 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/CharSequenceTraceWrapper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/CharSequenceTraceWrapper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/DefaultTraceURIConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/DefaultTraceURIConverter.java index b7c58e3aa5..b98e242064 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/DefaultTraceURIConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/DefaultTraceURIConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ILocationData.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ILocationData.java index 01de173ac0..a29e044b2b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ILocationData.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ILocationData.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ILocationInResource.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ILocationInResource.java index 7301fb23e2..6b6893b275 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ILocationInResource.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ILocationInResource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITrace.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITrace.java index 9910902972..280193da45 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITrace.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITrace.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceForURIProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceForURIProvider.java index 25b72fae3e..42f8bce09b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceForURIProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceForURIProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceRegionProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceRegionProvider.java index e418101b26..f395eca5a2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceRegionProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceRegionProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceToBytecodeInstaller.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceToBytecodeInstaller.java index 93dd5d4d6f..6335acbf93 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceToBytecodeInstaller.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceToBytecodeInstaller.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceURIConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceURIConverter.java index 2f9aef4a9d..f9315c8248 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceURIConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/ITraceURIConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/LeafIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/LeafIterator.java index 7c3b6ec163..436ab80974 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/LeafIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/LeafIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/LineMappingProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/LineMappingProvider.java index 43c1851fcb..8953d9b1b5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/LineMappingProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/LineMappingProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/LocationData.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/LocationData.java index 316bcbe615..8d588d1e83 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/LocationData.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/LocationData.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TemporaryTraceRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TemporaryTraceRegion.java index 9c4c253223..9737ddf7f5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TemporaryTraceRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TemporaryTraceRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceAsPrimarySourceInstaller.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceAsPrimarySourceInstaller.java index ab308e4f3d..13e6e2b103 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceAsPrimarySourceInstaller.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceAsPrimarySourceInstaller.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceAsSmapInstaller.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceAsSmapInstaller.java index a3a9395908..7ce288cb37 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceAsSmapInstaller.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceAsSmapInstaller.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceFileNameProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceFileNameProvider.java index 15981e4071..c216cbbc0c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceFileNameProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceFileNameProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceNotFoundException.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceNotFoundException.java index 8ba4b031c1..823cbe82b1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceNotFoundException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceNotFoundException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceRegion.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceRegion.java index 2ef7665271..a2a1ecfbf5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceRegion.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceRegion.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceRegionMerger.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceRegionMerger.java index 8d80973cd2..8c34744192 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceRegionMerger.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceRegionMerger.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceRegionSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceRegionSerializer.java index 17d4e33ded..6dd5b0c367 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceRegionSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/TraceRegionSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/URIWrapper.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/URIWrapper.xtend index ce1a0ea158..10986f0e69 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/URIWrapper.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/URIWrapper.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/AbstractTrace.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/AbstractTrace.java index 0e1e812799..ebd8c83a94 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/AbstractTrace.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/AbstractTrace.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/AbstractTraceForURIProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/AbstractTraceForURIProvider.java index dbeb3e5d1c..bf50c5e4e6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/AbstractTraceForURIProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/AbstractTraceForURIProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/IPlatformSpecificLocation.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/IPlatformSpecificLocation.java index f4dcb93321..44a2ac6b96 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/IPlatformSpecificLocation.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/IPlatformSpecificLocation.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/IPlatformSpecificTrace.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/IPlatformSpecificTrace.java index 26fda196cd..e16f0dae15 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/IPlatformSpecificTrace.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/IPlatformSpecificTrace.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/IPlatformSpecificTraceProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/IPlatformSpecificTraceProvider.java index 74cd48967f..1ce51e6e6d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/IPlatformSpecificTraceProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/IPlatformSpecificTraceProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/NoTraces.java b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/NoTraces.java index 482e87e0e6..fea2a7de6b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/NoTraces.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/internal/NoTraces.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/CompositeGeneratorNode.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/CompositeGeneratorNode.xtend index ea0204a529..01cf2c9d36 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/CompositeGeneratorNode.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/CompositeGeneratorNode.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/GeneratorNodeExtensions.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/GeneratorNodeExtensions.xtend index c1884a5546..bec03d66a9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/GeneratorNodeExtensions.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/GeneratorNodeExtensions.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/GeneratorNodeProcessor.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/GeneratorNodeProcessor.xtend index f375701e8a..df983638dd 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/GeneratorNodeProcessor.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/GeneratorNodeProcessor.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/GeneratorWhiteSpaceConfig.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/GeneratorWhiteSpaceConfig.xtend index 7551d3aad7..35d7d4d4e2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/GeneratorWhiteSpaceConfig.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/GeneratorWhiteSpaceConfig.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/IGeneratorNode.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/IGeneratorNode.xtend index 52c031f20e..fa9cd7b062 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/IGeneratorNode.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/IGeneratorNode.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/IndentNode.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/IndentNode.xtend index 4b625525c7..7ae4588791 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/IndentNode.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/IndentNode.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/NewLineNode.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/NewLineNode.xtend index 56dc431816..77f2ce51f2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/NewLineNode.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/NewLineNode.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TemplateNode.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TemplateNode.xtend index 45b9219988..0ff7560a69 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TemplateNode.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TemplateNode.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TextNode.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TextNode.xtend index 1dec28784b..c53b3e3b3b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TextNode.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TextNode.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TraceNode.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TraceNode.xtend index ecfdb32eb3..94b6992af4 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TraceNode.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TraceNode.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/Traced.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/Traced.xtend index 28cfc05596..c71c0e2800 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/Traced.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/Traced.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TracedAccessors.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TracedAccessors.xtend index 42e8ac9c48..d248301cee 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TracedAccessors.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/generator/trace/node/TracedAccessors.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/IGrammarNFAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/IGrammarNFAProvider.java index 5322c28b00..b7d130c5b8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/IGrammarNFAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/IGrammarNFAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/INFAState.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/INFAState.java index ddf8294b44..0c6f52d0ce 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/INFAState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/INFAState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/INFATransition.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/INFATransition.java index e737845634..164ed87ad9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/INFATransition.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/INFATransition.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/IPDAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/IPDAProvider.java index 41eda5808d..266780edad 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/IPDAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/IPDAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/IPDAState.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/IPDAState.java index 7d2c89861d..97cf044007 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/IPDAState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/IPDAState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractCachingNFABuilder.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractCachingNFABuilder.java index ad7fc33015..1a343818ab 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractCachingNFABuilder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractCachingNFABuilder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractNFAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractNFAProvider.java index 20b98d5e39..c07d5ff5d8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractNFAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractNFAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractNFAState.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractNFAState.java index c02946e9b8..a2fb752054 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractNFAState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractNFAState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractNFATransition.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractNFATransition.java index 6b600787a3..792e51375a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractNFATransition.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractNFATransition.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractPDAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractPDAProvider.java index 3f612b5e64..2655a4df21 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractPDAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/AbstractPDAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/CfgAdapter.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/CfgAdapter.java index 0fd0016fff..acc4f5e982 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/CfgAdapter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/CfgAdapter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultBackwardNFAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultBackwardNFAProvider.java index f7be082ea8..f3d83358b8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultBackwardNFAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultBackwardNFAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultForwardNFAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultForwardNFAProvider.java index 3b782fee2d..d9345c70f4 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultForwardNFAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultForwardNFAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultNFAState.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultNFAState.java index 217ff08fe8..7243ef3ce6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultNFAState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultNFAState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultNFATransition.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultNFATransition.java index 2b13230d5b..99bd058f90 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultNFATransition.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/DefaultNFATransition.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/GrammarElementTitleSwitch.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/GrammarElementTitleSwitch.java index f7213e371d..a09a6f6d4e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/GrammarElementTitleSwitch.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/GrammarElementTitleSwitch.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/NFAToDot.java b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/NFAToDot.java index c1491a005c..c211b749fa 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/NFAToDot.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/grammaranalysis/impl/NFAToDot.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.grammaranalysis.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/internal/AbstractRegistryReader.java b/org.eclipse.xtext/src/org/eclipse/xtext/internal/AbstractRegistryReader.java index 58f78c9ae4..b37f765239 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/internal/AbstractRegistryReader.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/internal/AbstractRegistryReader.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/internal/AbstractResourceServiceProviderDescriptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/internal/AbstractResourceServiceProviderDescriptor.java index 66daca2316..ff43bd29a6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/internal/AbstractResourceServiceProviderDescriptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/internal/AbstractResourceServiceProviderDescriptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/internal/Activator.java b/org.eclipse.xtext/src/org/eclipse/xtext/internal/Activator.java index 9967b85439..7e7f5da0b7 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/internal/Activator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/internal/Activator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/internal/ContentResourceServiceProviderRegistryReader.java b/org.eclipse.xtext/src/org/eclipse/xtext/internal/ContentResourceServiceProviderRegistryReader.java index da88de30cb..93fbec8f20 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/internal/ContentResourceServiceProviderRegistryReader.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/internal/ContentResourceServiceProviderRegistryReader.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/internal/ExtensionResourceServiceProviderRegistryReader.java b/org.eclipse.xtext/src/org/eclipse/xtext/internal/ExtensionResourceServiceProviderRegistryReader.java index c3bf290c41..cec62c42ac 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/internal/ExtensionResourceServiceProviderRegistryReader.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/internal/ExtensionResourceServiceProviderRegistryReader.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/internal/ProtocolResourceServiceProviderRegistryReader.java b/org.eclipse.xtext/src/org/eclipse/xtext/internal/ProtocolResourceServiceProviderRegistryReader.java index eba0c31f33..e2e5e2b83d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/internal/ProtocolResourceServiceProviderRegistryReader.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/internal/ProtocolResourceServiceProviderRegistryReader.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/internal/ResourceServiceProviderDescriptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/internal/ResourceServiceProviderDescriptor.java index badf1b1a66..9a8728b72f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/internal/ResourceServiceProviderDescriptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/internal/ResourceServiceProviderDescriptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.internal; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/ILinker.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/ILinker.java index ba15da38a8..c737dd09a6 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/ILinker.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/ILinker.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/ILinkingDiagnosticMessageProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/ILinkingDiagnosticMessageProvider.java index b41310df5d..6a81197068 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/ILinkingDiagnosticMessageProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/ILinkingDiagnosticMessageProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/ILinkingService.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/ILinkingService.java index 1ffb93675f..27fd9d8cb4 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/ILinkingService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/ILinkingService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/LinkingScopeProviderBinding.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/LinkingScopeProviderBinding.java index 17186a983d..c4226126e5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/LinkingScopeProviderBinding.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/LinkingScopeProviderBinding.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractCleaningLinker.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractCleaningLinker.java index b216dc791a..3b2fd8a04d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractCleaningLinker.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractCleaningLinker.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractLinker.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractLinker.java index d03591c6dd..d0a80e4e22 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractLinker.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractLinker.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractLinkingService.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractLinkingService.java index 3daf4f8547..7a9d54c2bb 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractLinkingService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractLinkingService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/DefaultLinkingService.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/DefaultLinkingService.java index 07bb64b465..4ddba914b4 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/DefaultLinkingService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/DefaultLinkingService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/IllegalNodeException.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/IllegalNodeException.java index d694d8a20b..28de95f08e 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/IllegalNodeException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/IllegalNodeException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/ImportedNamesAdapter.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/ImportedNamesAdapter.java index 0947d49f52..e2457b5589 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/ImportedNamesAdapter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/ImportedNamesAdapter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/Linker.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/Linker.java index 905d8b1011..ad9a89e5c3 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/Linker.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/Linker.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/LinkingDiagnosticMessageProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/LinkingDiagnosticMessageProvider.java index 9fbcc7cd7b..f6677f9c40 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/LinkingDiagnosticMessageProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/LinkingDiagnosticMessageProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/LinkingDiagnosticProducer.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/LinkingDiagnosticProducer.java index 5123c110eb..ba52563f41 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/LinkingDiagnosticProducer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/LinkingDiagnosticProducer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/LinkingHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/LinkingHelper.java index 96c60edec3..d21013a4a9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/LinkingHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/LinkingHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/XtextLinkingDiagnostic.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/XtextLinkingDiagnostic.java index f8f49f1577..92c329ddf0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/XtextLinkingDiagnostic.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/XtextLinkingDiagnostic.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/LazyLinker.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/LazyLinker.java index 928c845eb9..f3dc776aa1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/LazyLinker.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/LazyLinker.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/LazyLinkingResource.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/LazyLinkingResource.java index 61a800c708..eff8029f33 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/LazyLinkingResource.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/LazyLinkingResource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/LazyURIEncoder.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/LazyURIEncoder.java index 6a641b5074..a0c74e051f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/LazyURIEncoder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/LazyURIEncoder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/SettingDelegate.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/SettingDelegate.java index b39fd748e4..eb29b1c655 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/SettingDelegate.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/SettingDelegate.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/SyntheticLinkingSupport.java b/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/SyntheticLinkingSupport.java index 90a294d25c..3642ab7ecb 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/SyntheticLinkingSupport.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/linking/lazy/SyntheticLinkingSupport.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.linking.lazy; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/AbstractReader.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/AbstractReader.java index 6fff2a67b4..b66937db0f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/AbstractReader.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/AbstractReader.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ContainersStateFactory.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ContainersStateFactory.java index fcc8e991ad..7ee01bbfb9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ContainersStateFactory.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ContainersStateFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/EquinoxClasspathEntriesProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/EquinoxClasspathEntriesProvider.java index 5447199ca7..6732687116 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/EquinoxClasspathEntriesProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/EquinoxClasspathEntriesProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/IClasspathEntriesProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/IClasspathEntriesProvider.java index d5d12466fa..6b65522dd5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/IClasspathEntriesProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/IClasspathEntriesProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ISlotEntry.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ISlotEntry.java index 077cad5172..1959e62ba2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ISlotEntry.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ISlotEntry.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/NameBasedFilter.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/NameBasedFilter.java index d40dde2e8b..31ba23335c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/NameBasedFilter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/NameBasedFilter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/NegatedUriFilter.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/NegatedUriFilter.java index ac5cf509ff..3578eda7f8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/NegatedUriFilter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/NegatedUriFilter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/PathTraverser.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/PathTraverser.java index d9246e5f81..12320e9793 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/PathTraverser.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/PathTraverser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/Reader.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/Reader.java index 80ffea37f6..8a50b59f35 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/Reader.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/Reader.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ResourceDescriptionsProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ResourceDescriptionsProvider.java index 43d6fb2ac8..52c93eda24 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ResourceDescriptionsProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ResourceDescriptionsProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ResourceLoadingSlotEntry.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ResourceLoadingSlotEntry.java index b300f84332..38a5ac23a2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ResourceLoadingSlotEntry.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ResourceLoadingSlotEntry.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ResourceSetBasedSlotEntry.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ResourceSetBasedSlotEntry.java index 19a2798b04..8dfcf02f72 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ResourceSetBasedSlotEntry.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/ResourceSetBasedSlotEntry.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/RuntimeResourceSetInitializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/RuntimeResourceSetInitializer.java index 6a3b7e5755..312fe80bbb 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/RuntimeResourceSetInitializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/RuntimeResourceSetInitializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/SlotEntry.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/SlotEntry.java index 520a75a567..b6c6fde6b0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/SlotEntry.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/SlotEntry.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/UriBasedReader.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/UriBasedReader.java index d146a7332c..bdcd47ad76 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/UriBasedReader.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/UriBasedReader.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/UriFilter.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/UriFilter.java index 8365d5a4cd..2a99574c81 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/UriFilter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/UriFilter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/UrlClassLoaderClasspathEntriesProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/UrlClassLoaderClasspathEntriesProvider.java index 83dd08950f..3bd850b4ee 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/UrlClassLoaderClasspathEntriesProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/UrlClassLoaderClasspathEntriesProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/Validator.java b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/Validator.java index cb48dfb92e..30fff8dcb2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/mwe/Validator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/mwe/Validator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.mwe; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/naming/DefaultCopyQualifiedNameService.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/naming/DefaultCopyQualifiedNameService.xtend index 853dd8685c..d28fad3301 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/naming/DefaultCopyQualifiedNameService.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/naming/DefaultCopyQualifiedNameService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.naming diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/naming/DefaultDeclarativeQualifiedNameProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/naming/DefaultDeclarativeQualifiedNameProvider.java index a2a52d4b92..b6620b66e8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/naming/DefaultDeclarativeQualifiedNameProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/naming/DefaultDeclarativeQualifiedNameProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.naming; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/naming/ICopyQualifiedNameService.java b/org.eclipse.xtext/src/org/eclipse/xtext/naming/ICopyQualifiedNameService.java index 6ca1dc2dcb..7c63d15df6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/naming/ICopyQualifiedNameService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/naming/ICopyQualifiedNameService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.naming; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/naming/IQualifiedNameConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/naming/IQualifiedNameConverter.java index 1195644a96..cd8461e541 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/naming/IQualifiedNameConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/naming/IQualifiedNameConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.naming; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/naming/IQualifiedNameProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/naming/IQualifiedNameProvider.java index 1ee4e9a014..cfc4827797 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/naming/IQualifiedNameProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/naming/IQualifiedNameProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.naming; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/naming/QualifiedName.java b/org.eclipse.xtext/src/org/eclipse/xtext/naming/QualifiedName.java index 4c507ad1df..ffedb48838 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/naming/QualifiedName.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/naming/QualifiedName.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.naming; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/naming/SimpleNameProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/naming/SimpleNameProvider.java index ea7f76b24a..f12f44278a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/naming/SimpleNameProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/naming/SimpleNameProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.naming; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiIterable.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiIterable.java index 81b1462ebd..9a13e71446 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiIterable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiIterable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiIterator.java index 3c428ad68f..dd2c8e500e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiTreeIterable.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiTreeIterable.java index 4283d2d6cf..cd085a02bf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiTreeIterable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiTreeIterable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiTreeIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiTreeIterator.java index 0b009f4ebb..2455949c8b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiTreeIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/BidiTreeIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/ICompositeNode.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/ICompositeNode.java index a6d2da64cd..7761d1dac9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/ICompositeNode.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/ICompositeNode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/ILeafNode.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/ILeafNode.java index 685c4ca171..17f3a93aa1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/ILeafNode.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/ILeafNode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/INode.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/INode.java index 0cfebdccfe..dfcf25a458 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/INode.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/INode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/SyntaxErrorMessage.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/SyntaxErrorMessage.java index 215a1921cf..c617bb098a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/SyntaxErrorMessage.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/SyntaxErrorMessage.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/AbstractNode.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/AbstractNode.java index 18580f7d90..69f8a86240 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/AbstractNode.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/AbstractNode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/BasicNodeIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/BasicNodeIterator.java index fe12a1114a..a1ff39879d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/BasicNodeIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/BasicNodeIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/BasicNodeTreeIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/BasicNodeTreeIterator.java index aeb89441eb..d03bd6e6c6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/BasicNodeTreeIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/BasicNodeTreeIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNode.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNode.java index a7e3f4a712..2be255813f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNode.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNodeWithSemanticElement.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNodeWithSemanticElement.java index 61b09b79a8..5733e5f000 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNodeWithSemanticElement.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNodeWithSemanticElement.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNodeWithSemanticElementAndSyntaxError.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNodeWithSemanticElementAndSyntaxError.java index 6f6667a42c..58c7a23f86 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNodeWithSemanticElementAndSyntaxError.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNodeWithSemanticElementAndSyntaxError.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNodeWithSyntaxError.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNodeWithSyntaxError.java index a3ce272a88..ec044ff4ed 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNodeWithSyntaxError.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/CompositeNodeWithSyntaxError.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/GrammarElementsInterner.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/GrammarElementsInterner.java index f583c2ae7a..4c800674fb 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/GrammarElementsInterner.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/GrammarElementsInterner.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 Sigasi NV (http://www.sigasi.com) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/HiddenLeafNode.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/HiddenLeafNode.java index cdd53ea31f..32aefd9ba7 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/HiddenLeafNode.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/HiddenLeafNode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/HiddenLeafNodeWithSyntaxError.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/HiddenLeafNodeWithSyntaxError.java index abc19ba0ac..01b127e41b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/HiddenLeafNodeWithSyntaxError.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/HiddenLeafNodeWithSyntaxError.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/InternalNodeModelUtils.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/InternalNodeModelUtils.java index e856f3b725..fcb4e3dabf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/InternalNodeModelUtils.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/InternalNodeModelUtils.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/InvariantChecker.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/InvariantChecker.java index 7e69cec9e4..296cee57d0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/InvariantChecker.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/InvariantChecker.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/LeafNode.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/LeafNode.java index 571e5ecdd5..2efc427679 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/LeafNode.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/LeafNode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/LeafNodeWithSyntaxError.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/LeafNodeWithSyntaxError.java index 32f721d925..3c5cc85b0a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/LeafNodeWithSyntaxError.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/LeafNodeWithSyntaxError.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/NodeModelBuilder.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/NodeModelBuilder.java index 73c1d45a85..fa5c085f3e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/NodeModelBuilder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/NodeModelBuilder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/RootNode.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/RootNode.java index 4ead806c81..7680c2e2eb 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/RootNode.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/RootNode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/SerializableNodeModel.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/SerializableNodeModel.java index 3e6ef8e9c0..5468d4ebbf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/SerializableNodeModel.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/SerializableNodeModel.java @@ -1,7 +1,10 @@ /******************************************************************************* - * Copyright (c) 2011 Sigasi N.V. (http://www.sigasi.com) and others. All rights reserved. This program and the - * accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this - * distribution, and is available at http://www.eclipse.org/legal/epl-v10.html + * Copyright (c) 2011 Sigasi N.V. (http://www.sigasi.com) 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/SyntheticCompositeNode.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/SyntheticCompositeNode.java index 71d4bfc7e5..9ae21a940b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/SyntheticCompositeNode.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/SyntheticCompositeNode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/serialization/DeserializationConversionContext.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/serialization/DeserializationConversionContext.java index f19c0fb908..0a2b0389e9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/serialization/DeserializationConversionContext.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/serialization/DeserializationConversionContext.java @@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright (c) 2011 Sigasi N.V. (http://www.sigasi.com) and others. All rights reserved. This program and the - * accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this - * distribution, and is available at http://www.eclipse.org/legal/epl-v10.html + * Copyright (c) 2011 Sigasi N.V. (http://www.sigasi.com) 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.serialization; import java.io.IOException; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/serialization/SerializationConversionContext.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/serialization/SerializationConversionContext.java index a34baff518..dcb244223c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/serialization/SerializationConversionContext.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/serialization/SerializationConversionContext.java @@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright (c) 2011 Sigasi N.V. (http://www.sigasi.com) and others. All rights reserved. This program and the - * accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this - * distribution, and is available at http://www.eclipse.org/legal/epl-v10.html + * Copyright (c) 2011 Sigasi N.V. (http://www.sigasi.com) 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.serialization; import java.util.ArrayList; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/serialization/SerializationUtil.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/serialization/SerializationUtil.java index 52c548ef48..1adb4f54ec 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/serialization/SerializationUtil.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/serialization/SerializationUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* - * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Copyright (c) 2011 Sigasi N.V. (http://www.sigasi.com) 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.serialization; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/EmptyBidiIterable.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/EmptyBidiIterable.java index a7a4b7f73a..817f837f68 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/EmptyBidiIterable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/EmptyBidiIterable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/EmptyBidiIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/EmptyBidiIterator.java index a8ecc4600a..5ebf9fe08f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/EmptyBidiIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/EmptyBidiIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeIterator.java index 51ee3532f1..ed2e4da931 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeModelUtils.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeModelUtils.java index 4fd20756a1..930875a533 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeModelUtils.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeModelUtils.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeTreeIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeTreeIterator.java index 14f6e28dac..f6a9ca1fcb 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeTreeIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/NodeTreeIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiIterable.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiIterable.java index c5721a44ed..fa7dc51bf8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiIterable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiIterable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiIterator.java index 879d3421d9..7783423e29 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiTreeIterable.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiTreeIterable.java index c124548e9e..809ba89628 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiTreeIterable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiTreeIterable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiTreeIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiTreeIterator.java index b4b59dc286..5059c37080 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiTreeIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/ReversedBidiTreeIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/SingletonBidiIterable.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/SingletonBidiIterable.java index 0887582e63..faa42b079a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/SingletonBidiIterable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/SingletonBidiIterable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/SingletonBidiIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/SingletonBidiIterator.java index 0f1fdce27c..b35e887fa9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/SingletonBidiIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/util/SingletonBidiIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/AbstractParser.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/AbstractParser.java index 049ebf9234..17bac8400d 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/AbstractParser.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/AbstractParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/BaseEPackageAccess.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/BaseEPackageAccess.java index 366341396d..b67c8f10dd 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/BaseEPackageAccess.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/BaseEPackageAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * *******************************************************************************/ diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/DefaultEcoreElementFactory.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/DefaultEcoreElementFactory.java index 27f8a69e60..94052f5bc7 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/DefaultEcoreElementFactory.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/DefaultEcoreElementFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/EclipseProjectPropertiesEncodingProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/EclipseProjectPropertiesEncodingProvider.java index 89cac63479..74429fae46 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/EclipseProjectPropertiesEncodingProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/EclipseProjectPropertiesEncodingProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/IAstFactory.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/IAstFactory.java index 772db7d36c..a24e19208e 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/IAstFactory.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/IAstFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/IEncodingProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/IEncodingProvider.java index ca3e287b4f..76835b022d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/IEncodingProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/IEncodingProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/IParseResult.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/IParseResult.java index 55e0f6e949..620357da56 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/IParseResult.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/IParseResult.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/IParser.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/IParser.java index 58468316f1..104a3e78cb 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/IParser.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/IParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/ITokenToStringConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/ITokenToStringConverter.java index 620bab4268..33377e38e9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/ITokenToStringConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/ITokenToStringConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/ParseException.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/ParseException.java index 60d6287a8b..80da6e1461 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/ParseException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/ParseException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/ParseResult.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/ParseResult.java index 49720d35b8..e3d78bf2a5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/ParseResult.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/ParseResult.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractAntlrParser.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractAntlrParser.java index a465d20121..f88b52b140 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractAntlrParser.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractAntlrParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractAntlrParserBasedTokenSourceProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractAntlrParserBasedTokenSourceProvider.java index c0cfd35780..b88d66b1af 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractAntlrParserBasedTokenSourceProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractAntlrParserBasedTokenSourceProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractIndentationTokenSource.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractIndentationTokenSource.java index 3b5bd4fef4..63582f38b2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractIndentationTokenSource.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractIndentationTokenSource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractInternalAntlrParser.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractInternalAntlrParser.java index a84853425e..edf23c99f7 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractInternalAntlrParser.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractInternalAntlrParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractSplittingTokenSource.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractSplittingTokenSource.java index f753c57a29..30ccb9dc9b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractSplittingTokenSource.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractSplittingTokenSource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractTokenSourceProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractTokenSourceProvider.java index 5b430636f8..648c375ce9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractTokenSourceProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AbstractTokenSourceProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AntlrDatatypeRuleToken.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AntlrDatatypeRuleToken.java index eeeba17b3a..e0d6fa71c1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AntlrDatatypeRuleToken.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AntlrDatatypeRuleToken.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AntlrTokenDefProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AntlrTokenDefProvider.java index ac8e495fda..c5558d4fe2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AntlrTokenDefProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AntlrTokenDefProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AntlrTokenToStringConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AntlrTokenToStringConverter.java index 62e6c2ec5f..3ca4597219 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AntlrTokenToStringConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/AntlrTokenToStringConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IAntlrTokenFileProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IAntlrTokenFileProvider.java index b2fce7e50e..b737e784fc 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IAntlrTokenFileProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IAntlrTokenFileProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IPartialParsingHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IPartialParsingHelper.java index 2357090ce2..3b761f038d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IPartialParsingHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IPartialParsingHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IReferableElementsUnloader.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IReferableElementsUnloader.java index 0a27c0f5b1..a9db3af779 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IReferableElementsUnloader.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IReferableElementsUnloader.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/ISyntaxErrorMessageProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/ISyntaxErrorMessageProvider.java index 62aeca0ecd..e95301ea7f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/ISyntaxErrorMessageProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/ISyntaxErrorMessageProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/ITokenAcceptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/ITokenAcceptor.java index 2279292a20..9b93c9cfc1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/ITokenAcceptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/ITokenAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/ITokenDefProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/ITokenDefProvider.java index 9beb3aae60..c9d38b8b69 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/ITokenDefProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/ITokenDefProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IUnorderedGroupHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IUnorderedGroupHelper.java index 88e145ed8d..65ee05dc7f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IUnorderedGroupHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/IUnorderedGroupHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/Lexer.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/Lexer.java index c4764793ab..f235d497b0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/Lexer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/Lexer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/LexerBindings.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/LexerBindings.java index 4db2c4e802..b1e28774b5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/LexerBindings.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/LexerBindings.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/LexerProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/LexerProvider.java index 47335a1dc6..b2c797bf82 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/LexerProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/LexerProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/NullTokenDefProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/NullTokenDefProvider.java index 1122da8081..29bd8e6714 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/NullTokenDefProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/NullTokenDefProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/SyntaxErrorMessageProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/SyntaxErrorMessageProvider.java index feb7125b17..c2fe08440f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/SyntaxErrorMessageProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/SyntaxErrorMessageProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenDefProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenDefProvider.java index aca84f458d..72905a128d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenDefProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenDefProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenSourceProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenSourceProvider.java index 17a583cbf5..3dbb669ba6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenSourceProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenSourceProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenTool.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenTool.java index e33a87ab4e..5ca09a1899 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenTool.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/TokenTool.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/UnorderedGroupHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/UnorderedGroupHelper.java index 3efe0bcbfe..84a9289814 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/UnorderedGroupHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/UnorderedGroupHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/XtextTokenStream.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/XtextTokenStream.java index 1df85817f5..92983e8668 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/XtextTokenStream.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/antlr/XtextTokenStream.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/DatatypeRuleToken.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/DatatypeRuleToken.java index cd08f03715..169d5f2701 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/DatatypeRuleToken.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/DatatypeRuleToken.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/PartialParsingHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/PartialParsingHelper.java index 1f68208feb..6b4fd45d3e 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/PartialParsingHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/PartialParsingHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/PartialParsingPointers.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/PartialParsingPointers.java index 13f07ad3a4..6b595f3c54 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/PartialParsingPointers.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/PartialParsingPointers.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/Range.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/Range.java index 0c2ca744f6..0103d84dbf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/Range.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/Range.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/TokenRegionProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/TokenRegionProvider.java index c941bed3e4..ef51ecf792 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/TokenRegionProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parser/impl/TokenRegionProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ICommentAssociater.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ICommentAssociater.java index 8461b284c4..a8f6230faf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ICommentAssociater.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ICommentAssociater.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/IEObjectConsumer.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/IEObjectConsumer.java index 558e3c6ced..ef0162264f 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/IEObjectConsumer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/IEObjectConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/IHiddenTokenHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/IHiddenTokenHelper.java index 7c33968ba0..57cdfe8c2a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/IHiddenTokenHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/IHiddenTokenHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/IParseTreeConstructor.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/IParseTreeConstructor.java index 6053fdffc5..d39077e8f5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/IParseTreeConstructor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/IParseTreeConstructor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITokenSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITokenSerializer.java index 962a88de53..fbbbc6b5be 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITokenSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITokenSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITokenStream.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITokenStream.java index 857c558845..bcc89778fe 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITokenStream.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITokenStream.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITokenStreamExtension.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITokenStreamExtension.java index 836d8b8f07..fd746d1e26 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITokenStreamExtension.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITokenStreamExtension.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITransientValueService.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITransientValueService.java index e7e98f5512..feb2345e33 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITransientValueService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/ITransientValueService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/Serializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/Serializer.java index c27fd518b4..df704ccd32 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/Serializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/Serializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/SerializerOptions.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/SerializerOptions.java index f579fcb847..7691b61258 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/SerializerOptions.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/SerializerOptions.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/XtextSerializationException.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/XtextSerializationException.java index 1e5a417dd6..0fb2b4445e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/XtextSerializationException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/XtextSerializationException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractCommentAssociater.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractCommentAssociater.java index c67a1772a8..93ec578c5f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractCommentAssociater.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractCommentAssociater.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractHiddenTokenHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractHiddenTokenHelper.java index b342446b71..f506bc5e49 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractHiddenTokenHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractHiddenTokenHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractKeywordSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractKeywordSerializer.java index 670900ce7d..4066d54651 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractKeywordSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractKeywordSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractParseTreeConstructor.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractParseTreeConstructor.java index e66083680d..f85863861e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractParseTreeConstructor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractParseTreeConstructor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractTransientValueService.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractTransientValueService.java index a690169a23..7a90b24f03 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractTransientValueService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/AbstractTransientValueService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/CrossReferenceSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/CrossReferenceSerializer.java index c879b3a147..af0548e6a0 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/CrossReferenceSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/CrossReferenceSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/DefaultCommentAssociater.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/DefaultCommentAssociater.java index e70cd61fa0..7f18484749 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/DefaultCommentAssociater.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/DefaultCommentAssociater.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/DefaultHiddenTokenHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/DefaultHiddenTokenHelper.java index 2df059bf91..78b02bec48 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/DefaultHiddenTokenHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/DefaultHiddenTokenHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/DefaultTransientValueService.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/DefaultTransientValueService.java index 1f8d219035..961066a00b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/DefaultTransientValueService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/DefaultTransientValueService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/EObjectConsumer.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/EObjectConsumer.java index a25c579cfd..e829bd649f 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/EObjectConsumer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/EObjectConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/EnumLiteralSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/EnumLiteralSerializer.java index ebf16f1961..da5b583599 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/EnumLiteralSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/EnumLiteralSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/HiddenAndTokenNodeIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/HiddenAndTokenNodeIterator.java index 6a2533d725..33337e492e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/HiddenAndTokenNodeIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/HiddenAndTokenNodeIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/IgnoreCaseKeywordSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/IgnoreCaseKeywordSerializer.java index e71e6dae5c..a47a2dfd58 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/IgnoreCaseKeywordSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/IgnoreCaseKeywordSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/KeywordSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/KeywordSerializer.java index 82adcade1e..1ebfe77871 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/KeywordSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/KeywordSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/NodeIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/NodeIterator.java index 8ebfb60618..84c7966083 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/NodeIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/NodeIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TokenStringBuffer.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TokenStringBuffer.java index 602ce7ae5f..03f80434d9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TokenStringBuffer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TokenStringBuffer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TokenUtil.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TokenUtil.java index 027fba9f79..c8b5647113 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TokenUtil.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TokenUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TraceToDot.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TraceToDot.java index fbf926f108..1d2e6905ce 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TraceToDot.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TraceToDot.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstNFAToDot.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstNFAToDot.java index b211361364..eb2856d08a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstNFAToDot.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstNFAToDot.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstState.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstState.java index 4099b1b029..f0934f76e6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstTransition.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstTransition.java index 9ab305cc82..1fe48cd931 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstTransition.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstTransition.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstructionNFAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstructionNFAProvider.java index 035ad71752..e87296219b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstructionNFAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstructionNFAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstructionReportImpl.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstructionReportImpl.java index c629a4b1db..319d77a064 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstructionReportImpl.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/TreeConstructionReportImpl.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/ValueSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/ValueSerializer.java index 22c697ec37..7d07600d78 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/ValueSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/ValueSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/WriterTokenStream.java b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/WriterTokenStream.java index abd0d1b444..14380ea311 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/WriterTokenStream.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/parsetree/reconstr/impl/WriterTokenStream.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parsetree.reconstr.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/BooleanKey.java b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/BooleanKey.java index d2f01a4dc6..f6cde875f7 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/BooleanKey.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/BooleanKey.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/IPreferenceValues.java b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/IPreferenceValues.java index b0c3253b15..f3cce710a8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/IPreferenceValues.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/IPreferenceValues.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/IPreferenceValuesProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/IPreferenceValuesProvider.java index 6a835d31cb..73144972cf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/IPreferenceValuesProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/IPreferenceValuesProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/ITypedPreferenceValues.java b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/ITypedPreferenceValues.java index 4ebb3da3bb..95380d08a9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/ITypedPreferenceValues.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/ITypedPreferenceValues.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/IntegerKey.java b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/IntegerKey.java index a5c7500a0e..16951a3244 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/IntegerKey.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/IntegerKey.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/MapBasedPreferenceValues.java b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/MapBasedPreferenceValues.java index f84c89ab4d..b132dd4bbc 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/MapBasedPreferenceValues.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/MapBasedPreferenceValues.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/PreferenceKey.java b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/PreferenceKey.java index 6e6f233e4c..c263f84a7b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/PreferenceKey.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/PreferenceKey.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/PreferenceKeysProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/PreferenceKeysProvider.java index e853652152..d8121a8848 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/PreferenceKeysProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/PreferenceKeysProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/PreferenceValuesByLanguage.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/PreferenceValuesByLanguage.xtend index f7afba6e7e..b9c3e614fb 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/PreferenceValuesByLanguage.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/PreferenceValuesByLanguage.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/StringKey.java b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/StringKey.java index 7d3517a429..4962ed2346 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/StringKey.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/StringKey.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/TypedPreferenceKey.java b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/TypedPreferenceKey.java index 9118cb9e61..ffca8f2b7c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/TypedPreferenceKey.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/TypedPreferenceKey.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/TypedPreferenceValues.java b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/TypedPreferenceValues.java index 62a1e942eb..6afd31b7ea 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/preferences/TypedPreferenceValues.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/preferences/TypedPreferenceValues.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/AbstractEObjectDescription.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/AbstractEObjectDescription.java index c9418489c3..cccae55277 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/AbstractEObjectDescription.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/AbstractEObjectDescription.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClassloaderClasspathUriResolver.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClassloaderClasspathUriResolver.java index 82414bb596..87f3385e27 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClassloaderClasspathUriResolver.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClassloaderClasspathUriResolver.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClasspathUriResolutionException.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClasspathUriResolutionException.java index 54083bd379..1d516c12d7 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClasspathUriResolutionException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClasspathUriResolutionException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClasspathUriUtil.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClasspathUriUtil.java index bd5b434696..7d357bdc90 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClasspathUriUtil.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClasspathUriUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/CompilerPhases.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/CompilerPhases.java index 37b5d39e8a..c8038a3230 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/CompilerPhases.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/CompilerPhases.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/DefaultFragmentProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/DefaultFragmentProvider.java index 2f94ee1a89..4b936dfa83 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/DefaultFragmentProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/DefaultFragmentProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/DefaultLocationInFileProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/DefaultLocationInFileProvider.java index b311924699..4fb4c29e23 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/DefaultLocationInFileProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/DefaultLocationInFileProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/DerivedStateAwareResource.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/DerivedStateAwareResource.java index 43fb5c1616..208c53bae5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/DerivedStateAwareResource.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/DerivedStateAwareResource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/DerivedStateAwareResourceDescriptionManager.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/DerivedStateAwareResourceDescriptionManager.java index 009010988b..5e7d73b905 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/DerivedStateAwareResourceDescriptionManager.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/DerivedStateAwareResourceDescriptionManager.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/DescriptionUtils.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/DescriptionUtils.java index e0a7323887..82540c7d88 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/DescriptionUtils.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/DescriptionUtils.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/EObjectAtOffsetHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/EObjectAtOffsetHelper.java index 6706311464..28cdebef7c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/EObjectAtOffsetHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/EObjectAtOffsetHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/EObjectDescription.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/EObjectDescription.java index 51aafce369..df19a80b79 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/EObjectDescription.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/EObjectDescription.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.com) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ExternalContentSupport.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ExternalContentSupport.java index 2c975d5db7..b50fd60b52 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ExternalContentSupport.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ExternalContentSupport.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/FileExtensionProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/FileExtensionProvider.java index cc003aa470..af77f58b2e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/FileExtensionProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/FileExtensionProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/FileNotFoundOnClasspathException.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/FileNotFoundOnClasspathException.java index bfccfb49e4..d3031c1f4e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/FileNotFoundOnClasspathException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/FileNotFoundOnClasspathException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ForwardingEObjectDescription.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ForwardingEObjectDescription.java index ec9bef02b0..900eca9433 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ForwardingEObjectDescription.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ForwardingEObjectDescription.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IBatchLinkableResource.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IBatchLinkableResource.java index 0baf9d894b..7e6c25a442 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IBatchLinkableResource.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IBatchLinkableResource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IClasspathUriResolver.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IClasspathUriResolver.java index c1e3e4ca92..85938fc089 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IClasspathUriResolver.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IClasspathUriResolver.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IContainer.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IContainer.java index 8973f7a6be..e06a7d8044 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IContainer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IContainer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IDefaultResourceDescriptionStrategy.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IDefaultResourceDescriptionStrategy.java index 4cdb65b80a..041207d904 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IDefaultResourceDescriptionStrategy.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IDefaultResourceDescriptionStrategy.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IDerivedStateComputer.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IDerivedStateComputer.java index 8241f2f038..0d78d7967a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IDerivedStateComputer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IDerivedStateComputer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IEObjectDescription.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IEObjectDescription.java index d1e14033e9..457de84ef5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IEObjectDescription.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IEObjectDescription.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IExternalContentSupport.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IExternalContentSupport.java index 188d8ff8db..58094a652d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IExternalContentSupport.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IExternalContentSupport.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IFragmentProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IFragmentProvider.java index 09224588fe..ff759adb31 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IFragmentProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IFragmentProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IGlobalServiceProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IGlobalServiceProvider.java index 13274f17f2..f2afca6582 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IGlobalServiceProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IGlobalServiceProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ILocationInFileProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ILocationInFileProvider.java index f50f2b79e5..0ed9cb0f6c 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ILocationInFileProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ILocationInFileProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ILocationInFileProviderExtension.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ILocationInFileProviderExtension.java index 7683688bd1..af2bf7fd23 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ILocationInFileProviderExtension.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ILocationInFileProviderExtension.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IMimeTypeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IMimeTypeProvider.java index 77d8142f97..b033841cc0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IMimeTypeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IMimeTypeProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2019 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IReferenceDescription.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IReferenceDescription.java index f3e9b7a02f..66d128c7db 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IReferenceDescription.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IReferenceDescription.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceDescription.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceDescription.java index 606fa153c8..f86d7a9f45 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceDescription.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceDescription.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceDescriptions.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceDescriptions.java index c9d2cc51c4..b0e7231599 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceDescriptions.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceDescriptions.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceDescriptionsProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceDescriptionsProvider.java index 6f0460d1d1..d773ffc79b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceDescriptionsProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceDescriptionsProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceFactory.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceFactory.java index bc66efa4e3..eb09df0b7b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceFactory.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceServiceProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceServiceProvider.java index 6f41de2bde..1653015537 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceServiceProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceServiceProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceServiceProviderExtension.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceServiceProviderExtension.java index 4881a7e3df..77b0153656 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceServiceProviderExtension.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IResourceServiceProviderExtension.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ISelectable.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ISelectable.java index ec92cbd50a..cc9fd3fc95 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ISelectable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ISelectable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IShadowedResourceDescriptions.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IShadowedResourceDescriptions.java index eaf3e94acf..712edebd42 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/IShadowedResourceDescriptions.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/IShadowedResourceDescriptions.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ISynchronizable.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ISynchronizable.java index 8213d3063b..3d19526182 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ISynchronizable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ISynchronizable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/OutdatedStateManager.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/OutdatedStateManager.xtend index df85064642..282444480b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/OutdatedStateManager.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/OutdatedStateManager.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceServiceProviderServiceLoader.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceServiceProviderServiceLoader.xtend index d1aa5676f0..27527d9eb2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceServiceProviderServiceLoader.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceServiceProviderServiceLoader.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceSetContext.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceSetContext.java index 0112bc095b..dd1b3d03e2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceSetContext.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceSetContext.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceSetReferencingResourceSet.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceSetReferencingResourceSet.java index 4f499977e2..9b7669ff1f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceSetReferencingResourceSet.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceSetReferencingResourceSet.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceSetReferencingResourceSetImpl.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceSetReferencingResourceSetImpl.java index 123c90f465..37a6f98c98 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceSetReferencingResourceSetImpl.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/ResourceSetReferencingResourceSetImpl.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/SaveOptions.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/SaveOptions.java index b864b60044..1da8d8590b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/SaveOptions.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/SaveOptions.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextPlatformResourceURIHandler.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextPlatformResourceURIHandler.java index 781276bad8..1ca7efa13e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextPlatformResourceURIHandler.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextPlatformResourceURIHandler.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResource.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResource.java index bffbfa7e82..8286275ccb 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResource.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResourceSet.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResourceSet.java index a9207ee322..1803d1643b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResourceSet.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResourceSet.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextSyntaxDiagnostic.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextSyntaxDiagnostic.java index 07bab3d06f..e3f60f4ca9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextSyntaxDiagnostic.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextSyntaxDiagnostic.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextSyntaxDiagnosticWithRange.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextSyntaxDiagnosticWithRange.java index 266515a82e..d60ed9ed5d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextSyntaxDiagnosticWithRange.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextSyntaxDiagnosticWithRange.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/clustering/DisabledClusteringPolicy.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/clustering/DisabledClusteringPolicy.java index 1357105afb..6142052903 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/clustering/DisabledClusteringPolicy.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/clustering/DisabledClusteringPolicy.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.clustering; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/clustering/DynamicResourceClusteringPolicy.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/clustering/DynamicResourceClusteringPolicy.java index 7ee2ca2f32..7ba0a252aa 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/clustering/DynamicResourceClusteringPolicy.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/clustering/DynamicResourceClusteringPolicy.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.clustering; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/clustering/IResourceClusteringPolicy.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/clustering/IResourceClusteringPolicy.java index f639934bd7..1f84f73a84 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/clustering/IResourceClusteringPolicy.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/clustering/IResourceClusteringPolicy.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.clustering; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ContainerState.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ContainerState.java index b2b7a89da5..e78dac9f4f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ContainerState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ContainerState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/DelegatingIAllContainerAdapter.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/DelegatingIAllContainerAdapter.java index bd5ec1a9e8..218a57d87e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/DelegatingIAllContainerAdapter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/DelegatingIAllContainerAdapter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/DescriptionAddingContainer.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/DescriptionAddingContainer.java index 03eb9406cd..b5500b2307 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/DescriptionAddingContainer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/DescriptionAddingContainer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/FilterUriContainer.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/FilterUriContainer.java index 8ffa9c8755..8ed813683b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/FilterUriContainer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/FilterUriContainer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/IAllContainersState.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/IAllContainersState.java index 12c27b8b0f..9a73d1543a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/IAllContainersState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/IAllContainersState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/IContainerState.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/IContainerState.java index d016992d12..90bb388662 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/IContainerState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/IContainerState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/LiveShadowedAllContainerState.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/LiveShadowedAllContainerState.java index 2e4c03bb61..9d89265fc0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/LiveShadowedAllContainerState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/LiveShadowedAllContainerState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainer.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainer.xtend index e595c2e6a3..f7a1a0fd76 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainer.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainer.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ProjectDescriptionBasedContainerManager.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ProjectDescriptionBasedContainerManager.xtend index 3bc278216c..9d6a80ab9f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ProjectDescriptionBasedContainerManager.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ProjectDescriptionBasedContainerManager.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ResourceSetBasedAllContainersState.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ResourceSetBasedAllContainersState.java index fabf757d0a..8cd105c8aa 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ResourceSetBasedAllContainersState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ResourceSetBasedAllContainersState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ResourceSetBasedAllContainersStateProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ResourceSetBasedAllContainersStateProvider.java index 0bdc7f686e..ced5c0f424 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ResourceSetBasedAllContainersStateProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/ResourceSetBasedAllContainersStateProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/StateBasedContainer.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/StateBasedContainer.java index 8517fcbb66..0739171ff1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/StateBasedContainer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/StateBasedContainer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/StateBasedContainerManager.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/StateBasedContainerManager.java index b455ac3ead..9c2e17bc1e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/StateBasedContainerManager.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/containers/StateBasedContainerManager.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/AbstractGenericResourceRuntimeModule.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/AbstractGenericResourceRuntimeModule.java index 573b3bdaad..9cafc2fe6e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/AbstractGenericResourceRuntimeModule.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/AbstractGenericResourceRuntimeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.generic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/AbstractGenericResourceSupport.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/AbstractGenericResourceSupport.java index 3e4c27dbe8..4c3ee91cdd 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/AbstractGenericResourceSupport.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/AbstractGenericResourceSupport.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.generic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/GenericResourceDescriptionManager.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/GenericResourceDescriptionManager.java index 21a3afaf09..4860e9db34 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/GenericResourceDescriptionManager.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/GenericResourceDescriptionManager.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.generic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/GenericResourceServiceProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/GenericResourceServiceProvider.java index 4ac42ebfb3..aa24daf619 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/GenericResourceServiceProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/GenericResourceServiceProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.generic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/XMLEncodingProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/XMLEncodingProvider.java index 330414a630..0fea8419eb 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/XMLEncodingProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/generic/XMLEncodingProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.generic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractCompoundSelectable.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractCompoundSelectable.java index b933821b5a..ff3da98d1e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractCompoundSelectable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractCompoundSelectable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractContainer.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractContainer.java index e0cc3d37a0..83092913a8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractContainer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractContainer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractResourceDescription.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractResourceDescription.java index fda932c12e..8511ec221a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractResourceDescription.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractResourceDescription.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractResourceDescriptionChangeEventSource.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractResourceDescriptionChangeEventSource.java index ee5013609b..59c3d2b844 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractResourceDescriptionChangeEventSource.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AbstractResourceDescriptionChangeEventSource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AliasedEObjectDescription.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AliasedEObjectDescription.java index d75e96f8e7..f76e36b342 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AliasedEObjectDescription.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/AliasedEObjectDescription.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/BinaryGrammarResourceFactoryImpl.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/BinaryGrammarResourceFactoryImpl.java index 2ab327273d..412c0a0f22 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/BinaryGrammarResourceFactoryImpl.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/BinaryGrammarResourceFactoryImpl.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ChangedResourceDescriptionDelta.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ChangedResourceDescriptionDelta.java index 6334893335..4c4e1c011e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ChangedResourceDescriptionDelta.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ChangedResourceDescriptionDelta.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ChunkedResourceDescriptions.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ChunkedResourceDescriptions.xtend index ff0cedd56e..c548b61276 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ChunkedResourceDescriptions.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ChunkedResourceDescriptions.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/CoarseGrainedChangeEvent.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/CoarseGrainedChangeEvent.java index c254a9ab70..f2fb4a8727 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/CoarseGrainedChangeEvent.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/CoarseGrainedChangeEvent.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultReferenceDescription.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultReferenceDescription.java index 33c3e7310d..84bc60c50e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultReferenceDescription.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultReferenceDescription.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescription.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescription.java index 6f0293e99a..381b609a20 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescription.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescription.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionDelta.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionDelta.java index 2a2bf2e0ea..f0d7c547f1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionDelta.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionDelta.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionManager.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionManager.java index 5334e0df6f..7bf19d9563 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionManager.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionManager.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionStrategy.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionStrategy.java index 952618b849..7c717e5b81 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionStrategy.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceDescriptionStrategy.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceServiceProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceServiceProvider.java index 2f34e640e8..c13a9051c5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceServiceProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/DefaultResourceServiceProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/EObjectDescriptionLookUp.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/EObjectDescriptionLookUp.java index 5c1c84571e..2d4709f2ad 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/EObjectDescriptionLookUp.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/EObjectDescriptionLookUp.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/EagerResourceSetBasedResourceDescriptions.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/EagerResourceSetBasedResourceDescriptions.java index 2060f4ebb7..3b7b7609ef 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/EagerResourceSetBasedResourceDescriptions.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/EagerResourceSetBasedResourceDescriptions.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ListBasedDiagnosticConsumer.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ListBasedDiagnosticConsumer.java index 260258446c..f3f07088c6 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ListBasedDiagnosticConsumer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ListBasedDiagnosticConsumer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/LiveShadowedChunkedResourceDescriptions.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/LiveShadowedChunkedResourceDescriptions.xtend index 65a3de8afb..f43b87f938 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/LiveShadowedChunkedResourceDescriptions.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/LiveShadowedChunkedResourceDescriptions.xtend @@ -1,9 +1,10 @@ /** * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/LiveShadowedResourceDescriptions.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/LiveShadowedResourceDescriptions.java index a238f1a74f..7258d08204 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/LiveShadowedResourceDescriptions.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/LiveShadowedResourceDescriptions.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ProjectDescription.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ProjectDescription.xtend index 61f15c0571..2d014cc362 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ProjectDescription.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ProjectDescription.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionChangeEvent.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionChangeEvent.java index 279b440a16..c28f029695 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionChangeEvent.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionChangeEvent.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsBasedContainer.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsBasedContainer.java index 78fe5cc8ad..6fb9713c01 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsBasedContainer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsBasedContainer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsData.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsData.java index fd73993208..8599a3c0c8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsData.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsData.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsProvider.java index 3a76ede2b1..dc6a4a0459 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceDescriptionsProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceServiceProviderRegistryImpl.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceServiceProviderRegistryImpl.java index 255d11091b..1417de67e9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceServiceProviderRegistryImpl.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceServiceProviderRegistryImpl.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceSetBasedResourceDescriptions.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceSetBasedResourceDescriptions.java index 1ae8943fda..213a58b9f2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceSetBasedResourceDescriptions.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/ResourceSetBasedResourceDescriptions.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/SimpleResourceDescriptionsBasedContainerManager.java b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/SimpleResourceDescriptionsBasedContainerManager.java index 524fc620c6..fe3f254af3 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/SimpleResourceDescriptionsBasedContainerManager.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/impl/SimpleResourceDescriptionsBasedContainerManager.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/IResourceStorageFacade.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/IResourceStorageFacade.xtend index 84b7c878d8..66054a26dd 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/IResourceStorageFacade.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/IResourceStorageFacade.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/PortableURIs.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/PortableURIs.xtend index 19e669b82d..5e647a52d3 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/PortableURIs.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/PortableURIs.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageFacade.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageFacade.xtend index db19487536..9026e5c23d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageFacade.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageFacade.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageLoadable.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageLoadable.xtend index 2237430314..21b64809c3 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageLoadable.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageLoadable.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageProviderAdapter.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageProviderAdapter.xtend index ff91725bff..471f063a12 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageProviderAdapter.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageProviderAdapter.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageWritable.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageWritable.xtend index f943e013b0..439579dd75 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageWritable.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/ResourceStorageWritable.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/SerializableResourceDescription.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/SerializableResourceDescription.xtend index 4263accce0..f683a5fa7f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/SerializableResourceDescription.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/SerializableResourceDescription.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/SourceLevelURIsAdapter.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/SourceLevelURIsAdapter.xtend index c9db73d760..8d8f6e815a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/SourceLevelURIsAdapter.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/SourceLevelURIsAdapter.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/StorageAwareResource.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/StorageAwareResource.xtend index d608317c24..4dfd0890e0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/StorageAwareResource.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/StorageAwareResource.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/StorageAwareResourceDescriptionManager.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/StorageAwareResourceDescriptionManager.xtend index 5065fc44a6..9a8ba9570a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/StorageAwareResourceDescriptionManager.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/resource/persistence/StorageAwareResourceDescriptionManager.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/ICaseInsensitivityHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/ICaseInsensitivityHelper.java index e097b6a2ae..5892fcfcba 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/ICaseInsensitivityHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/ICaseInsensitivityHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IGlobalScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IGlobalScopeProvider.java index d3ab4f6b96..fdc6db59c9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IGlobalScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IGlobalScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IScope.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IScope.java index 2c72184197..16042c700e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IScope.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IScope.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IScopeProvider.java index 0eeb5c26b3..bac3083936 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IgnoreCaseLinking.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IgnoreCaseLinking.java index f77abf40e4..140e345d58 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IgnoreCaseLinking.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/IgnoreCaseLinking.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/Scopes.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/Scopes.java index 270dacab05..66a4d4864f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/Scopes.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/Scopes.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractDeclarativeScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractDeclarativeScopeProvider.java index 31615cf0e0..7c269b7fef 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractDeclarativeScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractDeclarativeScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractGlobalScopeDelegatingScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractGlobalScopeDelegatingScopeProvider.java index 3e2a0372c5..888d3c28e1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractGlobalScopeDelegatingScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractGlobalScopeDelegatingScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractGlobalScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractGlobalScopeProvider.java index a3144409ae..0a96eb2211 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractGlobalScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractGlobalScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractScope.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractScope.java index 04f1869d63..8634a2b085 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractScope.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractScope.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractScopeProvider.java index 54c8af823e..8390f379e1 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/AbstractScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/CaseInsensitivityHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/CaseInsensitivityHelper.java index 7fb2a9e452..f3ce3c47be 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/CaseInsensitivityHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/CaseInsensitivityHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/DefaultGlobalScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/DefaultGlobalScopeProvider.java index ace697298e..b3cd8bb73a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/DefaultGlobalScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/DefaultGlobalScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/DelegatingEventSource.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/DelegatingEventSource.java index 1db2a04cff..e80539410d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/DelegatingEventSource.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/DelegatingEventSource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/DelegatingScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/DelegatingScopeProvider.java index 66fb4cb4e4..2df43a4df2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/DelegatingScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/DelegatingScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/FilteringScope.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/FilteringScope.java index 44c9255c13..013c3833e0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/FilteringScope.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/FilteringScope.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/GlobalResourceDescriptionProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/GlobalResourceDescriptionProvider.java index 3ec74f1130..4c7f830160 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/GlobalResourceDescriptionProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/GlobalResourceDescriptionProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/IDelegatingScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/IDelegatingScopeProvider.java index df2bc38516..7c869eef05 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/IDelegatingScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/IDelegatingScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/IScopeWrapper.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/IScopeWrapper.java index 5cff38676f..bc2ce12d12 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/IScopeWrapper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/IScopeWrapper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportNormalizer.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportNormalizer.java index 63dd2c1768..537e604152 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportNormalizer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportNormalizer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportScope.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportScope.java index b00e6be4e0..cfc5bab9ec 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportScope.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportScope.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportUriGlobalScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportUriGlobalScopeProvider.java index 04a328575b..7f3728a7f5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportUriGlobalScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportUriGlobalScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportUriResolver.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportUriResolver.java index fff958da94..8af5b407e2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportUriResolver.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportUriResolver.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportedNamespaceAwareLocalScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportedNamespaceAwareLocalScopeProvider.java index 3c611649ab..fcfe63c229 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportedNamespaceAwareLocalScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ImportedNamespaceAwareLocalScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/LoadOnDemandResourceDescriptions.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/LoadOnDemandResourceDescriptions.java index ee1fa34476..b2d8304494 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/LoadOnDemandResourceDescriptions.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/LoadOnDemandResourceDescriptions.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/MapBasedScope.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/MapBasedScope.java index 5bb1c8d3e6..87a682e00e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/MapBasedScope.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/MapBasedScope.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/MultimapBasedScope.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/MultimapBasedScope.java index cc8afc6855..85480e2847 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/MultimapBasedScope.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/MultimapBasedScope.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/MultimapBasedSelectable.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/MultimapBasedSelectable.java index 799d76fb2c..aea8cc96c6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/MultimapBasedSelectable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/MultimapBasedSelectable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ResourceSetGlobalScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ResourceSetGlobalScopeProvider.java index 26c077c7fb..e2619ae79b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ResourceSetGlobalScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ResourceSetGlobalScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ScopeBasedSelectable.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ScopeBasedSelectable.java index 3025710f31..b379dbcf47 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ScopeBasedSelectable.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/ScopeBasedSelectable.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SelectableBasedScope.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SelectableBasedScope.java index 349346be9b..89a4c6c6e0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SelectableBasedScope.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SelectableBasedScope.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SimpleLocalScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SimpleLocalScopeProvider.java index 61a60ad77d..0f1e128000 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SimpleLocalScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SimpleLocalScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SimpleScope.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SimpleScope.java index c133b5c1f0..ba6f5b478a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SimpleScope.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SimpleScope.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SingletonScope.java b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SingletonScope.java index af18c1e6c6..0ded40476e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SingletonScope.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/scoping/impl/SingletonScope.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.scoping.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/ISerializationContext.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/ISerializationContext.java index f2f0cd73a2..615337bd25 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/ISerializationContext.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/ISerializationContext.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/ISerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/ISerializer.java index 2cfb6306f5..e5ca7d85ee 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/ISerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/ISerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/ISemanticSequenceAcceptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/ISemanticSequenceAcceptor.java index d0694d7d23..43e356d3d8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/ISemanticSequenceAcceptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/ISemanticSequenceAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/ISequenceAcceptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/ISequenceAcceptor.java index 2a08c1343b..de8969532d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/ISequenceAcceptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/ISequenceAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/SequenceFeeder.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/SequenceFeeder.java index 90d3ffd81f..1bc77091e4 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/SequenceFeeder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/SequenceFeeder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/StringBufferSequenceAcceptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/StringBufferSequenceAcceptor.java index a9b575af1f..83f3cac1c7 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/StringBufferSequenceAcceptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/StringBufferSequenceAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/TokenStreamSequenceAdapter.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/TokenStreamSequenceAdapter.java index 29e2a9348d..00bb036470 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/TokenStreamSequenceAdapter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/TokenStreamSequenceAdapter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/WhitespaceAddingSequenceAcceptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/WhitespaceAddingSequenceAcceptor.java index 379bbed3bc..7c58d8bd42 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/WhitespaceAddingSequenceAcceptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/acceptor/WhitespaceAddingSequenceAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/Context2NameFunction.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/Context2NameFunction.java index 7d7029867f..df43f1b2ab 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/Context2NameFunction.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/Context2NameFunction.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ContextPDAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ContextPDAProvider.java index 65bf45e97d..84e20b741c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ContextPDAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ContextPDAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ContextTypePDAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ContextTypePDAProvider.java index a5f2e6ac3c..3ef74cd44b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ContextTypePDAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ContextTypePDAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarAlias.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarAlias.java index 0bada6aae1..60b9a9a95e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarAlias.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarAlias.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarConstraintProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarConstraintProvider.java index 5d6cea23a0..19ff872d9f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarConstraintProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarConstraintProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarElementDeclarationOrder.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarElementDeclarationOrder.java index 501362bb88..4a0e9ab4c8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarElementDeclarationOrder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarElementDeclarationOrder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarPDAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarPDAProvider.java index c10531d78c..38dea64c17 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarPDAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarPDAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IContextPDAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IContextPDAProvider.java index 8a1b58d789..3f8d7271b2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IContextPDAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IContextPDAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IContextTypePDAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IContextTypePDAProvider.java index 3ce9ccc86a..6261d68ca8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IContextTypePDAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IContextTypePDAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IGrammarPDAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IGrammarPDAProvider.java index 78c354c96b..192755b545 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IGrammarPDAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/IGrammarPDAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ISemanticSequencerNfaProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ISemanticSequencerNfaProvider.java index 17e7266b38..02d5027183 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ISemanticSequencerNfaProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ISemanticSequencerNfaProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ISerState.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ISerState.java index 295b2479ba..c45d083fdb 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ISerState.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ISerState.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ISyntacticSequencerPDAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ISyntacticSequencerPDAProvider.java index 8bf9ac9379..d8b7532559 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ISyntacticSequencerPDAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/ISyntacticSequencerPDAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SemanticSequencerNfaProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SemanticSequencerNfaProvider.java index d252a1ed7e..a34fb1bf91 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SemanticSequencerNfaProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SemanticSequencerNfaProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SerializationContext.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SerializationContext.java index 2d11ccfc04..a3fd8a9e86 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SerializationContext.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SerializationContext.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SerializationContextMap.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SerializationContextMap.java index 96c926e8f8..3e66a48276 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SerializationContextMap.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SerializationContextMap.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SerializerPDA.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SerializerPDA.java index 50147de4dc..e80a8f122c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SerializerPDA.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SerializerPDA.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SyntacticSequencerPDAProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SyntacticSequencerPDAProvider.java index 33707cce87..249f392365 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SyntacticSequencerPDAProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/SyntacticSequencerPDAProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ISemanticSequencerDiagnosticProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ISemanticSequencerDiagnosticProvider.java index abec90119b..1fecd1b4a9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ISemanticSequencerDiagnosticProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ISemanticSequencerDiagnosticProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ISerializationDiagnostic.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ISerializationDiagnostic.java index 5c80ad5d82..d4ec6c84a5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ISerializationDiagnostic.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ISerializationDiagnostic.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ISyntacticSequencerDiagnosticProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ISyntacticSequencerDiagnosticProvider.java index 5ca80746a1..39b80d334e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ISyntacticSequencerDiagnosticProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ISyntacticSequencerDiagnosticProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ITokenDiagnosticProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ITokenDiagnosticProvider.java index 3e1fba67d3..ed1c6a063c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ITokenDiagnosticProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/ITokenDiagnosticProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/SequencerDiagnosticProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/SequencerDiagnosticProvider.java index aeb895656c..a6450f7711 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/SequencerDiagnosticProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/SequencerDiagnosticProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/SerializationDiagnostic.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/SerializationDiagnostic.java index d692f1785f..fcdcc56b30 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/SerializationDiagnostic.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/SerializationDiagnostic.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/SyntacticSequencerDiagnosticProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/SyntacticSequencerDiagnosticProvider.java index 0ea2a5626e..b13f2afbca 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/SyntacticSequencerDiagnosticProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/SyntacticSequencerDiagnosticProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/TokenDiagnosticProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/TokenDiagnosticProvider.java index 9f56f6397a..eb7fc670b9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/TokenDiagnosticProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/diagnostic/TokenDiagnosticProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.diagnostic; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/impl/FeatureFinderUtil.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/impl/FeatureFinderUtil.java index 858479b163..57cef89024 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/impl/FeatureFinderUtil.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/impl/FeatureFinderUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/impl/Serializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/impl/Serializer.java index c891857843..58ed9db01a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/impl/Serializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/impl/Serializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractDelegatingSemanticSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractDelegatingSemanticSequencer.java index 165cbe6ab3..a9d701f249 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractDelegatingSemanticSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractDelegatingSemanticSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractSemanticSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractSemanticSequencer.java index cb53bfdb06..d015c445c0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractSemanticSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractSemanticSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractSyntacticSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractSyntacticSequencer.java index 3e2062db86..623d2f6e2b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractSyntacticSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractSyntacticSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AssignmentFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AssignmentFinder.java index e3db11f943..f2b3b5f056 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AssignmentFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AssignmentFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/BacktrackingSemanticSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/BacktrackingSemanticSequencer.java index ccb4e23308..22d885e210 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/BacktrackingSemanticSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/BacktrackingSemanticSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ContextFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ContextFinder.java index 61942b6fa0..9014a4e35b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ContextFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ContextFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/EmitterNodeFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/EmitterNodeFinder.java index fc2342e32f..b75a5c195b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/EmitterNodeFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/EmitterNodeFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/EmitterNodeIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/EmitterNodeIterator.java index 2f82b67b4b..0b23d8c275 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/EmitterNodeIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/EmitterNodeIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/EmitterNodeUtil.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/EmitterNodeUtil.java index d5d589914a..149d97034d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/EmitterNodeUtil.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/EmitterNodeUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/GenericSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/GenericSequencer.java index 1c97f24c7d..735f6474b3 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/GenericSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/GenericSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/GenericSyntacticSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/GenericSyntacticSequencer.java index 04f9715276..176e294f14 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/GenericSyntacticSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/GenericSyntacticSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/HiddenTokenSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/HiddenTokenSequencer.java index a236510730..ff9ddc91ee 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/HiddenTokenSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/HiddenTokenSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/IAssignmentFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/IAssignmentFinder.java index acc20ffda6..23e5b0f9ed 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/IAssignmentFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/IAssignmentFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/IContextFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/IContextFinder.java index fa56279238..7678de65a2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/IContextFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/IContextFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ISemanticNodeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ISemanticNodeProvider.java index adf21632e2..2b84f2dd83 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ISemanticNodeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/ISemanticNodeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/LegacyTransientValueService.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/LegacyTransientValueService.java index 8d13dcbf64..06be00f1a1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/LegacyTransientValueService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/LegacyTransientValueService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/RuleCallStack.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/RuleCallStack.java index ded6366850..ce67d09f4c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/RuleCallStack.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/RuleCallStack.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/SemanticNodeIterator.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/SemanticNodeIterator.java index 8929386014..6f74cd3bd1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/SemanticNodeIterator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/SemanticNodeIterator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/SemanticNodeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/SemanticNodeProvider.java index a65fac23d4..aa5c86b82f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/SemanticNodeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/SemanticNodeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/TransientValueService.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/TransientValueService.java index dd00071fe8..9f23a55c21 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/TransientValueService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/TransientValueService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/TransientValueUtil.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/TransientValueUtil.java index 858d095bac..998531512c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/TransientValueUtil.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/TransientValueUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/CrossReferenceSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/CrossReferenceSerializer.java index 5c6628c851..ed17d0b944 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/CrossReferenceSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/CrossReferenceSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/EnumLiteralSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/EnumLiteralSerializer.java index 68b674eac9..2da6595723 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/EnumLiteralSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/EnumLiteralSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IgnoreCaseKeywordSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IgnoreCaseKeywordSerializer.java index 6fbc708e93..06779e490f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IgnoreCaseKeywordSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/IgnoreCaseKeywordSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/KeywordSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/KeywordSerializer.java index e6fbe6541c..bab12ad847 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/KeywordSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/KeywordSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/ValueSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/ValueSerializer.java index 8c35f3e764..a68493c724 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/ValueSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/serializer/tokens/ValueSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/AbstractElementFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/AbstractElementFinder.java index 1da493ef8a..c17cf2d3a1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/AbstractElementFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/AbstractElementFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/AbstractGenericModule.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/AbstractGenericModule.java index 76cd13f352..d3ad90b85c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/AbstractGenericModule.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/AbstractGenericModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/AllRulesCache.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/AllRulesCache.java index e64d1fb990..8b54d07bc9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/AllRulesCache.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/AllRulesCache.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/BindModule.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/BindModule.java index a631a95ceb..e65029b274 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/BindModule.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/BindModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/CompoundModule.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/CompoundModule.java index 1b13c86843..2ef1f5aa5c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/CompoundModule.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/CompoundModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/DefaultRuntimeModule.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/DefaultRuntimeModule.java index 5a4589aa78..1762afc05e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/DefaultRuntimeModule.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/DefaultRuntimeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/DispatchingProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/DispatchingProvider.java index d0d5825962..701a4c8058 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/DispatchingProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/DispatchingProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/FreeModule.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/FreeModule.java index 1ea471e0a1..78ced94dc8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/FreeModule.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/FreeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/GrammarProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/GrammarProvider.java index 2870ca2974..c260545d4b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/GrammarProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/GrammarProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/LanguageSpecific.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/LanguageSpecific.java index 280bfa9878..501da946c4 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/LanguageSpecific.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/LanguageSpecific.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/MethodBasedModule.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/MethodBasedModule.java index e8b4045c4d..fdf1e85e3d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/MethodBasedModule.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/MethodBasedModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/OperationCanceledError.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/OperationCanceledError.java index ba5681fa6e..1b7d0eea63 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/OperationCanceledError.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/OperationCanceledError.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/OperationCanceledManager.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/OperationCanceledManager.java index c80823e264..4c8ef68183 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/OperationCanceledManager.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/OperationCanceledManager.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/ProviderModule.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/ProviderModule.java index 1e05dfe994..b74f929155 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/ProviderModule.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/ProviderModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/service/SingletonBinding.java b/org.eclipse.xtext/src/org/eclipse/xtext/service/SingletonBinding.java index 79f3641d30..405ed9eafa 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/service/SingletonBinding.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/service/SingletonBinding.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.service; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/DefaultTaskFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/DefaultTaskFinder.java index 7d1e6bfa44..dc19420ab0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/DefaultTaskFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/DefaultTaskFinder.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/DefaultTaskParser.java b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/DefaultTaskParser.java index 48baf13329..9b8a75f953 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/DefaultTaskParser.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/DefaultTaskParser.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/DefaultTaskTagProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/DefaultTaskTagProvider.java index 0db2169551..5f6c6e2b8d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/DefaultTaskTagProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/DefaultTaskTagProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/ITaskFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/ITaskFinder.java index 40940efb03..affc71a5ed 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/ITaskFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/ITaskFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/ITaskParser.java b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/ITaskParser.java index d06d6edd6f..8935888fd4 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/ITaskParser.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/ITaskParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/ITaskTagProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/ITaskTagProvider.java index e2167489e1..a9d8a35c2a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/ITaskTagProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/ITaskTagProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/PreferenceTaskTagProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/PreferenceTaskTagProvider.java index c8f8452519..71fc89e105 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/PreferenceTaskTagProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/PreferenceTaskTagProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/Priority.java b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/Priority.java index cf7467a136..2f9ed30734 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/Priority.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/Priority.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/Task.java b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/Task.java index 13403811bf..f1bd2f60b1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/Task.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/Task.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/TaskTag.java b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/TaskTag.java index cac1208388..03ad39ecca 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/TaskTag.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/TaskTag.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/TaskTags.java b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/TaskTags.java index dc256ffe72..6d941bbb71 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/tasks/TaskTags.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/tasks/TaskTags.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.tasks; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractDeclarativeValidator.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractDeclarativeValidator.java index 9a0c6fb213..4af331834a 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractDeclarativeValidator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractDeclarativeValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractInjectableValidator.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractInjectableValidator.java index c0928d17d0..6991bd0b21 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractInjectableValidator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractInjectableValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractValidationDiagnostic.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractValidationDiagnostic.java index b0c792f53c..52db3d03cf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractValidationDiagnostic.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractValidationDiagnostic.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractValidationMessageAcceptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractValidationMessageAcceptor.java index f01724e1d0..26e56a5a04 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractValidationMessageAcceptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/AbstractValidationMessageAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/CancelableDiagnostician.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/CancelableDiagnostician.java index 800a3222fa..9428a04d4c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/CancelableDiagnostician.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/CancelableDiagnostician.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/Check.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/Check.java index c2d5e914f5..8d6cca7c6b 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/Check.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/Check.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/CheckMode.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/CheckMode.java index 07433a4cfa..b09f5b8b02 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/CheckMode.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/CheckMode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/CheckType.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/CheckType.java index f8a38ae576..ee18ca71f6 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/CheckType.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/CheckType.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/ComposedChecks.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/ComposedChecks.java index db3cc1fa35..d42775362b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/ComposedChecks.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/ComposedChecks.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/CompositeEValidator.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/CompositeEValidator.java index 54e844d1b2..cfeaf26bca 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/CompositeEValidator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/CompositeEValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/ConfigurableIssueCodesProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/ConfigurableIssueCodesProvider.java index f8f0bd65b3..49efdcb1d6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/ConfigurableIssueCodesProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/ConfigurableIssueCodesProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/DiagnosticConverterImpl.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/DiagnosticConverterImpl.java index 746603a534..d2e0b8cacc 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/DiagnosticConverterImpl.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/DiagnosticConverterImpl.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/EObjectDiagnosticImpl.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/EObjectDiagnosticImpl.java index 8e90dfbcf5..51e74b47b1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/EObjectDiagnosticImpl.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/EObjectDiagnosticImpl.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/EValidatorRegistrar.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/EValidatorRegistrar.java index c976c601f7..0325b61805 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/EValidatorRegistrar.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/EValidatorRegistrar.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/FeatureBasedDiagnostic.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/FeatureBasedDiagnostic.java index c3ac187bae..397a63fa76 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/FeatureBasedDiagnostic.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/FeatureBasedDiagnostic.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/GuardException.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/GuardException.java index d587151e2d..2c4dbba65e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/GuardException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/GuardException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IAssignmentQuantityAllocator.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IAssignmentQuantityAllocator.java index c4e081a2e9..52c3e06db1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IAssignmentQuantityAllocator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IAssignmentQuantityAllocator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IAssignmentQuantityIntervalProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IAssignmentQuantityIntervalProvider.java index 4c54ed02d7..24bd922a2b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IAssignmentQuantityIntervalProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IAssignmentQuantityIntervalProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IConcreteSyntaxConstraintProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IConcreteSyntaxConstraintProvider.java index 0644268f55..46cd06db5c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IConcreteSyntaxConstraintProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IConcreteSyntaxConstraintProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IConcreteSyntaxDiagnosticProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IConcreteSyntaxDiagnosticProvider.java index d20fa30533..7095453820 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IConcreteSyntaxDiagnosticProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IConcreteSyntaxDiagnosticProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IConcreteSyntaxValidator.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IConcreteSyntaxValidator.java index 01c14692c1..b79b55a1e6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IConcreteSyntaxValidator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IConcreteSyntaxValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IDiagnosticConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IDiagnosticConverter.java index 1bc61eb47f..bc7f31e94b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IDiagnosticConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IDiagnosticConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/INamesAreUniqueValidationHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/INamesAreUniqueValidationHelper.java index 7a7ca87bb8..36efce9c56 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/INamesAreUniqueValidationHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/INamesAreUniqueValidationHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IResourceValidator.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IResourceValidator.java index 37f8bc6287..5dcc89e0cd 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IResourceValidator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IResourceValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/ImportUriValidator.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/ImportUriValidator.java index fdf2ae81de..c6b94caeb5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/ImportUriValidator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/ImportUriValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/Issue.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/Issue.java index db21bc1286..86690b4394 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/Issue.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/Issue.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IssueCodes.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IssueCodes.java index 231ff43583..dd3acee0fa 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IssueCodes.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IssueCodes.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IssueSeverities.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IssueSeverities.java index 198b20e5f8..f8a7e392a5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IssueSeverities.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IssueSeverities.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IssueSeveritiesProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IssueSeveritiesProvider.java index 06f913b12f..b0fb6af35b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/IssueSeveritiesProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/IssueSeveritiesProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/NamesAreUniqueValidationHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/NamesAreUniqueValidationHelper.java index e1066c0765..9045402c24 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/NamesAreUniqueValidationHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/NamesAreUniqueValidationHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/NamesAreUniqueValidator.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/NamesAreUniqueValidator.java index 529075a751..0573d18eb2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/NamesAreUniqueValidator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/NamesAreUniqueValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/RangeBasedDiagnostic.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/RangeBasedDiagnostic.java index 5c367bbd3c..9a3054f271 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/RangeBasedDiagnostic.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/RangeBasedDiagnostic.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/ResourceValidatorImpl.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/ResourceValidatorImpl.java index 1691000f6a..92276d7625 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/ResourceValidatorImpl.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/ResourceValidatorImpl.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/SeverityConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/SeverityConverter.java index 799149dcf1..03af8be848 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/SeverityConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/SeverityConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/ValidationMessageAcceptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/ValidationMessageAcceptor.java index 8d3a257322..c1d8a1a5c5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/ValidationMessageAcceptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/ValidationMessageAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/AssignmentQuantityAllocator.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/AssignmentQuantityAllocator.java index 574e0297b6..263b2e1108 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/AssignmentQuantityAllocator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/AssignmentQuantityAllocator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/AssignmentQuantityIntervalProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/AssignmentQuantityIntervalProvider.java index 437ec8de67..412b988b02 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/AssignmentQuantityIntervalProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/AssignmentQuantityIntervalProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxConstraintProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxConstraintProvider.java index a65edf6f7f..7aafba3ad1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxConstraintProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxConstraintProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxDiagnosticProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxDiagnosticProvider.java index 492f53dee9..443444545c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxDiagnosticProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxDiagnosticProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxEValidator.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxEValidator.java index c11708fe82..1b3679ecb8 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxEValidator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxEValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxValidator.java b/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxValidator.java index d40a18671e..f17a4abbcd 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxValidator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/validation/impl/ConcreteSyntaxValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.validation.impl; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/FileProjectConfig.java b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/FileProjectConfig.java index 56ccce2a58..5e93bfd9c9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/FileProjectConfig.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/FileProjectConfig.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.workspace; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/FileSourceFolder.java b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/FileSourceFolder.java index 1c539ff677..756f09fdaa 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/FileSourceFolder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/FileSourceFolder.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.workspace; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/IProjectConfig.java b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/IProjectConfig.java index 85bbf3cd92..8cc1e9a276 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/IProjectConfig.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/IProjectConfig.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.workspace; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/IProjectConfigProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/IProjectConfigProvider.java index 22040bc6e5..ae3f6c37b6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/IProjectConfigProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/IProjectConfigProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.workspace; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/ISourceFolder.java b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/ISourceFolder.java index 4c8c6ed696..c8456c4a9f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/ISourceFolder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/ISourceFolder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.workspace; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/IWorkspaceConfig.java b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/IWorkspaceConfig.java index bf9a2d58eb..04b90268ae 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/IWorkspaceConfig.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/IWorkspaceConfig.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.workspace; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/ProjectConfigAdapter.java b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/ProjectConfigAdapter.java index b23aabbb41..97692c819d 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/ProjectConfigAdapter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/ProjectConfigAdapter.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.workspace; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/ProjectConfigProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/ProjectConfigProvider.java index 66fff13b2b..f170bb5809 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/ProjectConfigProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/ProjectConfigProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.workspace; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/UnknownProjectConfig.java b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/UnknownProjectConfig.java index e766115075..edd744a805 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/UnknownProjectConfig.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/UnknownProjectConfig.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.workspace; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/WorkspaceConfig.java b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/WorkspaceConfig.java index 5d19e6d795..b1a2f8cbaf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/workspace/WorkspaceConfig.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/workspace/WorkspaceConfig.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.workspace; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/AnnotationNames.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/AnnotationNames.java index fd9a4eef67..804bfa8b92 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/AnnotationNames.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/AnnotationNames.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/CardinalityAwareSyntacticSequencer.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/CardinalityAwareSyntacticSequencer.java index 026cb96a0b..8122f021f1 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/CardinalityAwareSyntacticSequencer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/CardinalityAwareSyntacticSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ConditionEvaluator.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ConditionEvaluator.java index 7de9a85988..eab8bab57a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ConditionEvaluator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ConditionEvaluator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/CurrentTypeFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/CurrentTypeFinder.java index c2632cce3d..bb089784ed 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/CurrentTypeFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/CurrentTypeFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/FlattenedGrammarAccess.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/FlattenedGrammarAccess.xtend index 5121404f3d..5bdc6c17be 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/FlattenedGrammarAccess.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/FlattenedGrammarAccess.xtend @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/GeneratorAnnotationTarget.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/GeneratorAnnotationTarget.java index a54c1bb931..7799f17935 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/GeneratorAnnotationTarget.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/GeneratorAnnotationTarget.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/GrammarResource.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/GrammarResource.java index 1f46ba054c..e3e27565fd 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/GrammarResource.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/GrammarResource.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/GrammarWithoutLeftRecursionInspector.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/GrammarWithoutLeftRecursionInspector.java index 27ca4ee9ff..f7314f67e5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/GrammarWithoutLeftRecursionInspector.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/GrammarWithoutLeftRecursionInspector.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/KeywordInspector.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/KeywordInspector.java index 9b8b8a6a49..c875739867 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/KeywordInspector.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/KeywordInspector.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/OriginalElement.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/OriginalElement.xtend index 51f791a308..3163a32baa 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/OriginalElement.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/OriginalElement.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/OverriddenValueInspector.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/OverriddenValueInspector.java index 13a5612364..25b6a7ec53 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/OverriddenValueInspector.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/OverriddenValueInspector.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ParameterConfigHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ParameterConfigHelper.java index 1b4c7ead7f..d1b3ac8f22 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ParameterConfigHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ParameterConfigHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/PredicateUsesUnorderedGroupInspector.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/PredicateUsesUnorderedGroupInspector.java index aa86360489..033547fbd7 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/PredicateUsesUnorderedGroupInspector.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/PredicateUsesUnorderedGroupInspector.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleFilter.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleFilter.java index 73f2b153ac..ccc0efc1b9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleFilter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleFilter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleNames.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleNames.java index e80f0fb8f6..84617a6a15 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleNames.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleNames.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleWithParameterValues.xtend b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleWithParameterValues.xtend index 58d7960006..9b2d23fc12 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleWithParameterValues.xtend +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleWithParameterValues.xtend @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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 diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleWithoutInstantiationInspector.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleWithoutInstantiationInspector.java index 4e4a0f2f34..d37ac799df 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleWithoutInstantiationInspector.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/RuleWithoutInstantiationInspector.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/SuperCallScope.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/SuperCallScope.java index 5af8ec717a..c203336067 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/SuperCallScope.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/SuperCallScope.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/UsedRulesFinder.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/UsedRulesFinder.java index 05ab53c31d..2b73a33178 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/UsedRulesFinder.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/UsedRulesFinder.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ValidEntryRuleInspector.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ValidEntryRuleInspector.java index fa2b3195e6..2c15f9d5c9 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ValidEntryRuleInspector.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ValidEntryRuleInspector.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextConfigurableIssueCodes.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextConfigurableIssueCodes.java index b1f0534b70..3d286b0729 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextConfigurableIssueCodes.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextConfigurableIssueCodes.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextCrossReferenceSerializer.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextCrossReferenceSerializer.java index a239e19be7..65b50b0cac 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextCrossReferenceSerializer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextCrossReferenceSerializer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextDiagnosticConverter.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextDiagnosticConverter.java index d5b46a3796..c64d59e706 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextDiagnosticConverter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextDiagnosticConverter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextFormatter.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextFormatter.java index 1d8a052e04..4fa5f6f004 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextFormatter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextFormatter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextFragmentProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextFragmentProvider.java index 07926064dc..6bda070186 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextFragmentProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextFragmentProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinker.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinker.java index 44ab07be64..964a657d99 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinker.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinker.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinkingDiagnosticMessageProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinkingDiagnosticMessageProvider.java index b368684001..0ef89cee85 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinkingDiagnosticMessageProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinkingDiagnosticMessageProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 Michael Clay and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinkingService.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinkingService.java index 1f2d427aee..06de37058b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinkingService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinkingService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLocationInFileProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLocationInFileProvider.java index 4dad8393c2..b150b774d7 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLocationInFileProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLocationInFileProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextMetamodelReferenceHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextMetamodelReferenceHelper.java index aa81938cbc..4ff82ab542 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextMetamodelReferenceHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextMetamodelReferenceHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextReferableElementsUnloader.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextReferableElementsUnloader.java index 279855dd30..84f09edce2 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextReferableElementsUnloader.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextReferableElementsUnloader.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextResourceDescriptionStrategy.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextResourceDescriptionStrategy.java index e45c9530f7..31d1d6aa41 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextResourceDescriptionStrategy.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextResourceDescriptionStrategy.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextRuleInspector.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextRuleInspector.java index 4dc9f17cd5..a4ee6c7795 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextRuleInspector.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextRuleInspector.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextScopeProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextScopeProvider.java index f2db3d3df7..84d57a37b6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextScopeProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextTransientValueService.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextTransientValueService.java index d2de514a01..f859b036e5 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextTransientValueService.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextTransientValueService.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextTransientValueService2.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextTransientValueService2.java index 598ebac95d..06fc8851ce 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextTransientValueService2.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextTransientValueService2.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextValidator.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextValidator.java index d5b4a427bb..57508482bd 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextValidator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextValueConverters.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextValueConverters.java index 7f6f5bed69..1eed27fdbf 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextValueConverters.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextValueConverters.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/DatatypeRuleUtil.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/DatatypeRuleUtil.java index 81a77bd264..170c23813d 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/DatatypeRuleUtil.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/DatatypeRuleUtil.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/EClassifierInfo.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/EClassifierInfo.java index b8482067f4..b97b5397a4 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/EClassifierInfo.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/EClassifierInfo.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/EClassifierInfos.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/EClassifierInfos.java index 3ab58c2bdc..a67eeb6773 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/EClassifierInfos.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/EClassifierInfos.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/ElementTypeCalculator.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/ElementTypeCalculator.java index 0067d63907..005f443e9b 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/ElementTypeCalculator.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/ElementTypeCalculator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/ErrorAcceptor.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/ErrorAcceptor.java index 28dbd267dd..b8d2bbf4b0 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/ErrorAcceptor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/ErrorAcceptor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/IXtext2EcorePostProcessor.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/IXtext2EcorePostProcessor.java index 9a122b0fe4..77b7c4e10a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/IXtext2EcorePostProcessor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/IXtext2EcorePostProcessor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/SourceAdapter.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/SourceAdapter.java index dcf659f1d5..6268725c1f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/SourceAdapter.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/SourceAdapter.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationDiagnostic.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationDiagnostic.java index 87edffb76e..33cc6c48c6 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationDiagnostic.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationDiagnostic.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationDiagnosticsProducer.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationDiagnosticsProducer.java index a5b878d319..2f156ecb0e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationDiagnosticsProducer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationDiagnosticsProducer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationErrorCode.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationErrorCode.java index 8a09706741..6d46db5b3b 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationErrorCode.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationErrorCode.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationException.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationException.java index 2148218b0b..4cbf884929 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TransformationException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TypeHierarchyHelper.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TypeHierarchyHelper.java index b3bbf1b01e..820b7b7279 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TypeHierarchyHelper.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/TypeHierarchyHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/UnexpectedClassInfoException.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/UnexpectedClassInfoException.java index 7d44af870c..069ace3c0e 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/UnexpectedClassInfoException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/UnexpectedClassInfoException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/XtendXtext2EcorePostProcessor.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/XtendXtext2EcorePostProcessor.java index d00733fc3b..c353264f9f 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/XtendXtext2EcorePostProcessor.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/XtendXtext2EcorePostProcessor.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreInterpretationContext.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreInterpretationContext.java index 23b76b13b2..304c859c54 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreInterpretationContext.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreInterpretationContext.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreTransformer.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreTransformer.java index e0c6efd72e..4b738ed27f 100755 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreTransformer.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/ecoreInference/Xtext2EcoreTransformer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.ecoreInference; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/parser/CardinalityAwareEcoreFactory.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/parser/CardinalityAwareEcoreFactory.java index dda3e672c6..837955317c 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/parser/CardinalityAwareEcoreFactory.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/parser/CardinalityAwareEcoreFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/parser/CardinalityAwareSyntaxErrorMessageProvider.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/parser/CardinalityAwareSyntaxErrorMessageProvider.java index 650bacdcbf..b838ef0355 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/parser/CardinalityAwareSyntaxErrorMessageProvider.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/parser/CardinalityAwareSyntaxErrorMessageProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser; diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/parser/MoreThanOneCardinalityException.java b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/parser/MoreThanOneCardinalityException.java index f5d2bb8faa..f125927627 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/xtext/parser/MoreThanOneCardinalityException.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/xtext/parser/MoreThanOneCardinalityException.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.parser; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/findReferences/ReferenceAcceptor.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/findReferences/ReferenceAcceptor.java index c2fd671666..88c75f212b 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/findReferences/ReferenceAcceptor.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/findReferences/ReferenceAcceptor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.findReferences; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/GeneratorContext.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/GeneratorContext.java index d863aebff2..76624a5837 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/GeneratorContext.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/GeneratorContext.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/IShouldGenerate.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/IShouldGenerate.java index 67e94e07ed..0bd18742e3 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/IShouldGenerate.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/IShouldGenerate.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/OutputConfigurationAdapter.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/OutputConfigurationAdapter.java index 57feb361d6..a59aaf2e05 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/OutputConfigurationAdapter.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/OutputConfigurationAdapter.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/URIBasedFileSystemAccess.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/URIBasedFileSystemAccess.java index d72f7988ab..04550387e1 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/URIBasedFileSystemAccess.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/URIBasedFileSystemAccess.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/AbsoluteURI.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/AbsoluteURI.java index 63a0f01633..6c8a9fb7b3 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/AbsoluteURI.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/AbsoluteURI.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/AbstractTraceRegionToString.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/AbstractTraceRegionToString.java index 2296a364e6..d4465b1fb9 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/AbstractTraceRegionToString.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/AbstractTraceRegionToString.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/AbstractURIWrapper.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/AbstractURIWrapper.java index 32b762b74c..82ddbdf032 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/AbstractURIWrapper.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/AbstractURIWrapper.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/SourceRelativeURI.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/SourceRelativeURI.java index aa29b98eea..0d23601778 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/SourceRelativeURI.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/SourceRelativeURI.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/CompositeGeneratorNode.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/CompositeGeneratorNode.java index 0c6208ef82..87c1b3fe9d 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/CompositeGeneratorNode.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/CompositeGeneratorNode.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodeExtensions.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodeExtensions.java index ddbafb45bf..0434b91062 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodeExtensions.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodeExtensions.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodeProcessor.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodeProcessor.java index 55338c9a93..8d78782ed6 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodeProcessor.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorNodeProcessor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorWhiteSpaceConfig.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorWhiteSpaceConfig.java index fa4520dce7..b2743f87ac 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorWhiteSpaceConfig.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/GeneratorWhiteSpaceConfig.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/IGeneratorNode.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/IGeneratorNode.java index beb6beb74a..352aee2d6a 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/IGeneratorNode.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/IGeneratorNode.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/IndentNode.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/IndentNode.java index 3a4cddcc13..fffdfb2e22 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/IndentNode.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/IndentNode.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/NewLineNode.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/NewLineNode.java index df0ed5883e..2b6bab699b 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/NewLineNode.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/NewLineNode.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TemplateNode.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TemplateNode.java index 5163bdaf0a..5b23bd74c3 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TemplateNode.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TemplateNode.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TextNode.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TextNode.java index 196248550e..037251bc4a 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TextNode.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TextNode.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TraceNode.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TraceNode.java index f5c8980bab..2c51bbd743 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TraceNode.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TraceNode.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/Traced.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/Traced.java index 733c28e6e8..20873de9de 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/Traced.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/Traced.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TracedAccessors.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TracedAccessors.java index 3ccfbb603b..a9a0f82960 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TracedAccessors.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TracedAccessors.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TracedAccessorsProcessor.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TracedAccessorsProcessor.java index eb106fcd4c..5e6b77697f 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TracedAccessorsProcessor.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TracedAccessorsProcessor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TracedProcessor.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TracedProcessor.java index 9524cfbb42..d2db2730fe 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TracedProcessor.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/generator/trace/node/TracedProcessor.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.node; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/naming/DefaultCopyQualifiedNameService.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/naming/DefaultCopyQualifiedNameService.java index 4c436c305f..30f7513930 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/naming/DefaultCopyQualifiedNameService.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/naming/DefaultCopyQualifiedNameService.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.naming; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/preferences/PreferenceValuesByLanguage.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/preferences/PreferenceValuesByLanguage.java index c1cd78d1b6..508cd62336 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/preferences/PreferenceValuesByLanguage.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/preferences/PreferenceValuesByLanguage.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.preferences; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/OutdatedStateManager.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/OutdatedStateManager.java index e4fd42f60d..0928a8c7a5 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/OutdatedStateManager.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/OutdatedStateManager.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/ResourceServiceProviderServiceLoader.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/ResourceServiceProviderServiceLoader.java index d3591929d6..88f95d0b2e 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/ResourceServiceProviderServiceLoader.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/ResourceServiceProviderServiceLoader.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainer.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainer.java index 20ba38c58d..458b5bf5bc 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainer.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/containers/LiveShadowedChunkedContainer.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/containers/ProjectDescriptionBasedContainerManager.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/containers/ProjectDescriptionBasedContainerManager.java index 05a196ff0a..a0fbb2cc41 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/containers/ProjectDescriptionBasedContainerManager.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/containers/ProjectDescriptionBasedContainerManager.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/impl/ChunkedResourceDescriptions.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/impl/ChunkedResourceDescriptions.java index 32a9a3e5c6..2d0ffdd142 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/impl/ChunkedResourceDescriptions.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/impl/ChunkedResourceDescriptions.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/impl/LiveShadowedChunkedResourceDescriptions.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/impl/LiveShadowedChunkedResourceDescriptions.java index d7f4326dbb..b5f498d9fd 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/impl/LiveShadowedChunkedResourceDescriptions.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/impl/LiveShadowedChunkedResourceDescriptions.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/impl/ProjectDescription.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/impl/ProjectDescription.java index 73096b577b..da037720c1 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/impl/ProjectDescription.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/impl/ProjectDescription.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.impl; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/IResourceStorageFacade.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/IResourceStorageFacade.java index 3116880ac3..b4f3b8532f 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/IResourceStorageFacade.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/IResourceStorageFacade.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/PortableURIs.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/PortableURIs.java index 0789d08d6e..a6b2b5d4d2 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/PortableURIs.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/PortableURIs.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageFacade.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageFacade.java index 5dd5085d6b..3bfca920bb 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageFacade.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageFacade.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageLoadable.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageLoadable.java index 2a078bb8bb..db5d5f38e4 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageLoadable.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageLoadable.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageProviderAdapter.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageProviderAdapter.java index e579e8d292..35dd97e29f 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageProviderAdapter.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageProviderAdapter.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageWritable.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageWritable.java index df167603ff..a8cf2b787b 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageWritable.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/ResourceStorageWritable.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableEObjectDescription.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableEObjectDescription.java index bce7d50def..a242d1c7b5 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableEObjectDescription.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableEObjectDescription.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableEObjectDescriptionProvider.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableEObjectDescriptionProvider.java index e1ad592dd9..2ab65a1423 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableEObjectDescriptionProvider.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableEObjectDescriptionProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableReferenceDescription.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableReferenceDescription.java index bd1d3fd726..7c28e9b7e2 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableReferenceDescription.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableReferenceDescription.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableResourceDescription.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableResourceDescription.java index c8801ff202..f1f09a27fb 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableResourceDescription.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializableResourceDescription.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializationExtensions.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializationExtensions.java index 0fe65bb848..bed518a271 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializationExtensions.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SerializationExtensions.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SourceLevelURIsAdapter.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SourceLevelURIsAdapter.java index e8edd1be3e..07d52840f8 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SourceLevelURIsAdapter.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/SourceLevelURIsAdapter.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/StorageAwareResource.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/StorageAwareResource.java index 6b036ebf3f..6e1b8e72a7 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/StorageAwareResource.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/StorageAwareResource.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/StorageAwareResourceDescriptionManager.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/StorageAwareResourceDescriptionManager.java index dbd92ace7b..8b675322fb 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/StorageAwareResourceDescriptionManager.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/resource/persistence/StorageAwareResourceDescriptionManager.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2014, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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.persistence; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/FlattenedGrammarAccess.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/FlattenedGrammarAccess.java index cb65b32d84..47e5a4d2b4 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/FlattenedGrammarAccess.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/FlattenedGrammarAccess.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/OriginalElement.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/OriginalElement.java index 2b12ab0502..d2d38d91cc 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/OriginalElement.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/OriginalElement.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/OriginalGrammar.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/OriginalGrammar.java index d733222b33..45a108d56e 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/OriginalGrammar.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/OriginalGrammar.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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; diff --git a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/RuleWithParameterValues.java b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/RuleWithParameterValues.java index 4a7d655943..fc967f7abc 100644 --- a/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/RuleWithParameterValues.java +++ b/org.eclipse.xtext/xtend-gen/org/eclipse/xtext/xtext/RuleWithParameterValues.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of 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;