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/org.eclipse.xtext.activities/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.activities/.settings/org.eclipse.jdt.ui.prefs
index f6caf59988..65b769d007 100644
--- a/org.eclipse.xtext.activities/.settings/org.eclipse.jdt.ui.prefs
+++ b/org.eclipse.xtext.activities/.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.activities/plugin.properties b/org.eclipse.xtext.activities/plugin.properties index 1f914edb4f..1560adba00 100644 --- a/org.eclipse.xtext.activities/plugin.properties +++ b/org.eclipse.xtext.activities/plugin.properties @@ -1,10 +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 ############################################################################### pluginName = Xtext UI Activities diff --git a/org.eclipse.xtext.activities/src/org/eclipse/xtext/activities/Activator.java b/org.eclipse.xtext.activities/src/org/eclipse/xtext/activities/Activator.java index 1153a68c47..ecfcb5fb46 100644 --- a/org.eclipse.xtext.activities/src/org/eclipse/xtext/activities/Activator.java +++ b/org.eclipse.xtext.activities/src/org/eclipse/xtext/activities/Activator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2005, 2007 committers of openArchitectureWare and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * committers of openArchitectureWare - initial API and implementation diff --git a/org.eclipse.xtext.builder.tests/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.builder.tests/.settings/org.eclipse.jdt.ui.prefs index f6caf59988..65b769d007 100644 --- a/org.eclipse.xtext.builder.tests/.settings/org.eclipse.jdt.ui.prefs +++ b/org.eclipse.xtext.builder.tests/.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.builder.tests/build.properties b/org.eclipse.xtext.builder.tests/build.properties index 4ec88d0b00..ff6dd8a5e1 100644 --- a/org.eclipse.xtext.builder.tests/build.properties +++ b/org.eclipse.xtext.builder.tests/build.properties @@ -12,3 +12,4 @@ bin.includes = model/generated/,\ about.html,\ test-data/ src.includes = about.html +additional.bundles = org.eclipse.emf.mwe2.launch diff --git a/org.eclipse.xtext.builder.tests/plugin.xml_gen b/org.eclipse.xtext.builder.tests/plugin.xml_gen index 2d76f72678..a6fdaceefc 100644 --- a/org.eclipse.xtext.builder.tests/plugin.xml_gen +++ b/org.eclipse.xtext.builder.tests/plugin.xml_gen @@ -2,7 +2,7 @@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.builder/deprecated/org/eclipse/xtext/builder/EclipseResourceFileSystemAccess.java b/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/EclipseResourceFileSystemAccess.java index eb48e6f2b2..25c762a827 100644 --- a/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/EclipseResourceFileSystemAccess.java +++ b/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/EclipseResourceFileSystemAccess.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.builder; diff --git a/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/JavaProjectBasedBuilderParticipant.java b/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/JavaProjectBasedBuilderParticipant.java index 35a6aae57f..345600581c 100644 --- a/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/JavaProjectBasedBuilderParticipant.java +++ b/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/JavaProjectBasedBuilderParticipant.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.builder; diff --git a/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/clustering/IResourceClusteringPolicy.java b/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/clustering/IResourceClusteringPolicy.java index 7aaad16518..4524cafca5 100644 --- a/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/clustering/IResourceClusteringPolicy.java +++ b/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/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.builder.clustering; diff --git a/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/nature/ToggleXtextNatureAction.java b/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/nature/ToggleXtextNatureAction.java index d43d59c8bb..874c85664b 100644 --- a/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/nature/ToggleXtextNatureAction.java +++ b/org.eclipse.xtext.builder/deprecated/org/eclipse/xtext/builder/nature/ToggleXtextNatureAction.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.builder.nature; diff --git a/org.eclipse.xtext.builder/schema/participant.exsd b/org.eclipse.xtext.builder/schema/participant.exsd index 2fea99fc10..1a8c6a7598 100644 --- a/org.eclipse.xtext.builder/schema/participant.exsd +++ b/org.eclipse.xtext.builder/schema/participant.exsd @@ -147,10 +147,11 @@ implementor of <samp>org.eclipse.xtext.builder.IXtextBuilderParticipant<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.buildship/src/org/eclipse/xtext/buildship/IgnoreBuildDirContribution.java b/org.eclipse.xtext.buildship/src/org/eclipse/xtext/buildship/IgnoreBuildDirContribution.java index 6fdf1cfef6..b8e4660aa2 100644 --- a/org.eclipse.xtext.buildship/src/org/eclipse/xtext/buildship/IgnoreBuildDirContribution.java +++ b/org.eclipse.xtext.buildship/src/org/eclipse/xtext/buildship/IgnoreBuildDirContribution.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 Sebastian Zarnekow (szarnekow) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.buildship; diff --git a/org.eclipse.xtext.buildship/src/org/eclipse/xtext/buildship/IgnoreBuildDirExecutableExtensionFactory.java b/org.eclipse.xtext.buildship/src/org/eclipse/xtext/buildship/IgnoreBuildDirExecutableExtensionFactory.java index 94bd72c68e..e5e713e1eb 100644 --- a/org.eclipse.xtext.buildship/src/org/eclipse/xtext/buildship/IgnoreBuildDirExecutableExtensionFactory.java +++ b/org.eclipse.xtext.buildship/src/org/eclipse/xtext/buildship/IgnoreBuildDirExecutableExtensionFactory.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 Sebastian Zarnekow (szarnekow) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.buildship; diff --git a/org.eclipse.xtext.buildship/src/org/eclipse/xtext/buildship/IgnoreBuildDirModule.java b/org.eclipse.xtext.buildship/src/org/eclipse/xtext/buildship/IgnoreBuildDirModule.java index 43ae321110..831cea4736 100644 --- a/org.eclipse.xtext.buildship/src/org/eclipse/xtext/buildship/IgnoreBuildDirModule.java +++ b/org.eclipse.xtext.buildship/src/org/eclipse/xtext/buildship/IgnoreBuildDirModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 Sebastian Zarnekow (szarnekow) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.buildship; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.common.types.eclipse.tests/.settings/org.eclipse.jdt.ui.prefs index bab08ad6f5..65b769d007 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/.settings/org.eclipse.jdt.ui.prefs +++ b/org.eclipse.xtext.common.types.eclipse.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.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CopyDirectory.java b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CopyDirectory.java index be0110c215..95aa58356d 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CopyDirectory.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CopyDirectory.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.common.types.util; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CopyJavaToText.java b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CopyJavaToText.java index 581439f436..7aaed46b63 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CopyJavaToText.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CopyJavaToText.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.common.types.util; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CopyTestData.mwe2 b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CopyTestData.mwe2 index ba501a78eb..74244268e8 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CopyTestData.mwe2 +++ b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CopyTestData.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.common.types.util.CopyTestData diff --git a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CreateJar.java b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CreateJar.java index 7239ff8219..7f21bc6428 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CreateJar.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/util/CreateJar.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.common.types.util; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/CommonTestLanguagesFragments.mwe2 b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/CommonTestLanguagesFragments.mwe2 index 96fbe71525..6717966348 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/CommonTestLanguagesFragments.mwe2 +++ b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/CommonTestLanguagesFragments.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 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 *******************************************************************************/ module org.eclipse.xtext.common.types.xtext.ui.CommonTestLanguagesFragments diff --git a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/ContentAssistTestLanguage.xtext b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/ContentAssistTestLanguage.xtext index 781731a466..3507716216 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/ContentAssistTestLanguage.xtext +++ b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/ContentAssistTestLanguage.xtext @@ -1,10 +1,11 @@ /******************************************************************************* -* Copyright (c) 2010, 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 -*******************************************************************************/ + * Copyright (c) 2010, 2017 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.common.types.xtext.ui.ContentAssistTestLanguage with org.eclipse.xtext.common.Terminals generate contentAssistTestLanguage "http://www.eclipse.org/2010/xtext/ui/common/types/tests/ContentAssist2" diff --git a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/GenerateTypesTestLanguages.mwe2 b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/GenerateTypesTestLanguages.mwe2 index 02b02a1556..c0d82f66c6 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/GenerateTypesTestLanguages.mwe2 +++ b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/GenerateTypesTestLanguages.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 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 *******************************************************************************/ module org.eclipse.xtext.common.types.xtext.ui.GenerateTypesTestLanguages diff --git a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/RefactoringTestLanguage.xtext b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/RefactoringTestLanguage.xtext index b22f75e16f..f2d3115a31 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/RefactoringTestLanguage.xtext +++ b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/RefactoringTestLanguage.xtext @@ -1,10 +1,11 @@ /******************************************************************************* -* Copyright (c) 2010, 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 -*******************************************************************************/ + * Copyright (c) 2010, 2017 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.common.types.xtext.ui.RefactoringTestLanguage with org.eclipse.xtext.common.Terminals generate refactoringTestLanguage "http://www.eclipse.org/2011/xtext/ui/common/types/xtext/ui/Refactoring2" diff --git a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/RefactoringTestLanguage1.xtext b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/RefactoringTestLanguage1.xtext index 69ed931c06..21d210eaeb 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/RefactoringTestLanguage1.xtext +++ b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/RefactoringTestLanguage1.xtext @@ -1,10 +1,11 @@ /******************************************************************************* -* Copyright (c) 2010, 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 -*******************************************************************************/ + * Copyright (c) 2010, 2017 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.common.types.xtext.ui.RefactoringTestLanguage1 with org.eclipse.xtext.common.types.xtext.ui.RefactoringTestLanguage import "http://www.eclipse.org/2011/xtext/ui/common/types/xtext/ui/Refactoring2" diff --git a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/RefactoringTestLanguage2.xtext b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/RefactoringTestLanguage2.xtext index abef6fb6b5..50d1d1ec6f 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/RefactoringTestLanguage2.xtext +++ b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/RefactoringTestLanguage2.xtext @@ -1,10 +1,11 @@ /******************************************************************************* -* Copyright (c) 2010, 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 -*******************************************************************************/ + * Copyright (c) 2010, 2017 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.common.types.xtext.ui.RefactoringTestLanguage2 with org.eclipse.xtext.common.types.xtext.ui.RefactoringTestLanguage import "http://www.eclipse.org/2011/xtext/ui/common/types/xtext/ui/Refactoring2" diff --git a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/generator/ContentAssistTestLanguageGenerator.java b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/generator/ContentAssistTestLanguageGenerator.java index 603f01a08c..3ad39522a1 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/generator/ContentAssistTestLanguageGenerator.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/src/org/eclipse/xtext/common/types/xtext/ui/generator/ContentAssistTestLanguageGenerator.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.common.types.xtext.ui.generator; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/suites/org/eclipse/xtext/common/types/access/TypeFactorySuite.java b/org.eclipse.xtext.common.types.eclipse.tests/suites/org/eclipse/xtext/common/types/access/TypeFactorySuite.java index 4f40d3aba9..78d05344b8 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/suites/org/eclipse/xtext/common/types/access/TypeFactorySuite.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/suites/org/eclipse/xtext/common/types/access/TypeFactorySuite.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.common.types.access; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/ClassWithDefaultPackage.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/ClassWithDefaultPackage.java index 0ea60140dc..995464d8f1 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/ClassWithDefaultPackage.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/ClassWithDefaultPackage.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 *******************************************************************************/ /** diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/$StartsWithDollar.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/$StartsWithDollar.java index 376648a170..405b22fdc4 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/$StartsWithDollar.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/$StartsWithDollar.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/$StartsWithDollar.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/$StartsWithDollar.java.txt index 376648a170..405b22fdc4 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/$StartsWithDollar.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/$StartsWithDollar.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AbstractMethods.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AbstractMethods.java index b82fac0c6d..9b8da8467e 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AbstractMethods.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AbstractMethods.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AbstractMethods.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AbstractMethods.java.txt index b82fac0c6d..9b8da8467e 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AbstractMethods.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AbstractMethods.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedClassWithStringDefault.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedClassWithStringDefault.java index 638008afe2..85f07eb5e2 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedClassWithStringDefault.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedClassWithStringDefault.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedClassWithStringDefault.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedClassWithStringDefault.java.txt index 638008afe2..85f07eb5e2 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedClassWithStringDefault.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedClassWithStringDefault.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedInterfaceWithStringDefault.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedInterfaceWithStringDefault.java index 3de0ff339d..c8c7326352 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedInterfaceWithStringDefault.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedInterfaceWithStringDefault.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedInterfaceWithStringDefault.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedInterfaceWithStringDefault.java.txt index 3de0ff339d..c8c7326352 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedInterfaceWithStringDefault.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/AnnotatedInterfaceWithStringDefault.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug334943Client.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug334943Client.java index 7866db3e03..1751b2567f 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug334943Client.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug334943Client.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug334943Client.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug334943Client.java.txt index 7866db3e03..1751b2567f 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug334943Client.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug334943Client.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739.java index 583af3f94e..18b64c641b 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739.java.txt index 583af3f94e..18b64c641b 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739OneTypeParam.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739OneTypeParam.java index 66f930df8b..04cffeffcb 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739OneTypeParam.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739OneTypeParam.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739OneTypeParam.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739OneTypeParam.java.txt index 66f930df8b..04cffeffcb 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739OneTypeParam.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739OneTypeParam.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParams.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParams.java index 86a7812f5d..2f1b8a4a52 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParams.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParams.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParams.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParams.java.txt index 86a7812f5d..2f1b8a4a52 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParams.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParams.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuper.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuper.java index c28f5a248e..30b3948183 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuper.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuper.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuper.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuper.java.txt index c28f5a248e..30b3948183 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuper.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuper.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuperSuper.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuperSuper.java index 5482f6c9aa..c0e1b60e49 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuperSuper.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuperSuper.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuperSuper.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuperSuper.java.txt index 5482f6c9aa..c0e1b60e49 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuperSuper.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug347739ThreeTypeParamsSuperSuper.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug427098.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug427098.java index dd6bd246bc..afb51d8d68 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug427098.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug427098.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug427098.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug427098.java.txt index dd6bd246bc..afb51d8d68 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug427098.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug427098.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug428340.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug428340.java index 6443ab0b4c..cd0aed5213 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug428340.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug428340.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug428340.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug428340.java.txt index 6443ab0b4c..cd0aed5213 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug428340.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug428340.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug438740.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug438740.java index 7e3b9a3167..46130ce3a2 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug438740.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug438740.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug438740.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug438740.java.txt index 7e3b9a3167..46130ce3a2 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug438740.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug438740.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug456328.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug456328.java index e0d76cb971..6ac2ec6514 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug456328.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug456328.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug456328.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug456328.java.txt index e0d76cb971..6ac2ec6514 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug456328.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug456328.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug470767.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug470767.java index f050987acd..2c76b8d9be 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug470767.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug470767.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug470767.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug470767.java.txt index f050987acd..2c76b8d9be 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug470767.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Bug470767.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/CallableThrowsExceptions.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/CallableThrowsExceptions.java index 40afaa38ea..7be79a0397 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/CallableThrowsExceptions.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/CallableThrowsExceptions.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/CallableThrowsExceptions.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/CallableThrowsExceptions.java.txt index 40afaa38ea..7be79a0397 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/CallableThrowsExceptions.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/CallableThrowsExceptions.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassContainingEnum.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassContainingEnum.java index 1e53fdda2f..6c46d79c26 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassContainingEnum.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassContainingEnum.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassContainingEnum.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassContainingEnum.java.txt index 1e53fdda2f..6c46d79c26 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassContainingEnum.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassContainingEnum.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassWithVarArgs.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassWithVarArgs.java index c93919beca..1c5d8fda85 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassWithVarArgs.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassWithVarArgs.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassWithVarArgs.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassWithVarArgs.java.txt index c93919beca..1c5d8fda85 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassWithVarArgs.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ClassWithVarArgs.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Concrete.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Concrete.java index bb71b4909c..1833235b54 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Concrete.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Concrete.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Concrete.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Concrete.java.txt index bb71b4909c..1833235b54 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Concrete.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Concrete.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedClass.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedClass.java index bf4fd8949c..9645413362 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedClass.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedClass.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedClass.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedClass.java.txt index bf4fd8949c..9645413362 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedClass.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedClass.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedMembers.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedMembers.java index 924221ce5e..84b8e68df0 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedMembers.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedMembers.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedMembers.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedMembers.java.txt index 924221ce5e..84b8e68df0 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedMembers.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/DeprecatedMembers.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/EmptyAbstractClass.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/EmptyAbstractClass.java index 84d76f1f79..1c1f466aee 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/EmptyAbstractClass.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/EmptyAbstractClass.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/EmptyAbstractClass.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/EmptyAbstractClass.java.txt index 84d76f1f79..1c1f466aee 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/EmptyAbstractClass.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/EmptyAbstractClass.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/EndsWithDollar$.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/EndsWithDollar$.java.txt index 000be7ed02..124bf079f5 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/EndsWithDollar$.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/EndsWithDollar$.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Fields.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Fields.java index 59fb6b3a4d..fac548c819 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Fields.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Fields.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Fields.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Fields.java.txt index 59fb6b3a4d..fac548c819 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Fields.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Fields.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/GenericSuperClass.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/GenericSuperClass.java index 2d0b80df9d..59b11d05b3 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/GenericSuperClass.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/GenericSuperClass.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/GenericSuperClass.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/GenericSuperClass.java.txt index 2d0b80df9d..59b11d05b3 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/GenericSuperClass.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/GenericSuperClass.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithConstructor.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithConstructor.java index cf4c6979bd..05490c7469 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithConstructor.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithConstructor.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithConstructor.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithConstructor.java.txt index cf4c6979bd..05490c7469 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithConstructor.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithConstructor.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithoutConstructor.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithoutConstructor.java index 9bd961e07f..84d9a9ae8c 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithoutConstructor.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithoutConstructor.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithoutConstructor.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithoutConstructor.java.txt index 9bd961e07f..84d9a9ae8c 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithoutConstructor.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/InitializerWithoutConstructor.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Methods.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Methods.java index 2ba6be1a68..ab2bb69fa3 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Methods.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Methods.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Methods.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Methods.java.txt index 2ba6be1a68..ab2bb69fa3 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Methods.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/Methods.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedInterfaces.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedInterfaces.java index 01c3593c59..36311cbdb0 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedInterfaces.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedInterfaces.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedInterfaces.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedInterfaces.java.txt index 01c3593c59..36311cbdb0 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedInterfaces.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedInterfaces.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedParameterizedTypes.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedParameterizedTypes.java index c1581cab40..978d48d5e8 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedParameterizedTypes.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedParameterizedTypes.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedParameterizedTypes.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedParameterizedTypes.java.txt index c1581cab40..978d48d5e8 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedParameterizedTypes.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedParameterizedTypes.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypeInheritance.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypeInheritance.java index e49051b483..1645962711 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypeInheritance.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypeInheritance.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypeInheritance.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypeInheritance.java.txt index e49051b483..1645962711 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypeInheritance.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypeInheritance.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypes.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypes.java index 4299ec3d85..542c73bfeb 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypes.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypes.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypes.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypes.java.txt index 4299ec3d85..542c73bfeb 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypes.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/NestedTypes.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedMethods.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedMethods.java index 739870ba37..fec8a25cb3 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedMethods.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedMethods.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedMethods.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedMethods.java.txt index 739870ba37..fec8a25cb3 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedMethods.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedMethods.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes.java index 9529b2fdb0..f4b7f23fda 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes.java.txt index 9529b2fdb0..f4b7f23fda 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes2.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes2.java index 5762fdd89f..f5bb2ee0b0 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes2.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes2.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes2.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes2.java.txt index 5762fdd89f..f5bb2ee0b0 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes2.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/ParameterizedTypes2.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/RawIterable.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/RawIterable.java index 7694059462..e5c40ac403 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/RawIterable.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/RawIterable.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/RawIterable.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/RawIterable.java.txt index 7694059462..e5c40ac403 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/RawIterable.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/RawIterable.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SimpleAnnotation.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SimpleAnnotation.java index 9d050d756e..cfa91eea46 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SimpleAnnotation.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SimpleAnnotation.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SimpleAnnotation.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SimpleAnnotation.java.txt index 9d050d756e..cfa91eea46 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SimpleAnnotation.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SimpleAnnotation.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/StaticNestedTypes.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/StaticNestedTypes.java index 883ea91306..f8326d24b8 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/StaticNestedTypes.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/StaticNestedTypes.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/StaticNestedTypes.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/StaticNestedTypes.java.txt index 883ea91306..f8326d24b8 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/StaticNestedTypes.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/StaticNestedTypes.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubClass.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubClass.java index 6dbb1190c7..536d52758d 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubClass.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubClass.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubClass.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubClass.java.txt index 6dbb1190c7..536d52758d 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubClass.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubClass.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubOfGenericClass.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubOfGenericClass.java index 159c7faaec..398c883fd3 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubOfGenericClass.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubOfGenericClass.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubOfGenericClass.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubOfGenericClass.java.txt index 159c7faaec..398c883fd3 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubOfGenericClass.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SubOfGenericClass.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SuperClass.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SuperClass.java index 400da842e1..be2eacbb41 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SuperClass.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SuperClass.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SuperClass.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SuperClass.java.txt index 400da842e1..be2eacbb41 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SuperClass.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/SuperClass.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotation.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotation.java index fa6b8af3ce..9a85cd139c 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotation.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotation.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotation.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotation.java.txt index fa6b8af3ce..9a85cd139c 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotation.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotation.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithDefaults.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithDefaults.java index 5f1e618121..724f595363 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithDefaults.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithDefaults.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithDefaults.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithDefaults.java.txt index 5f1e618121..724f595363 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithDefaults.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithDefaults.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithStringDefault.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithStringDefault.java index 417ffa6e98..ec02a8c503 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithStringDefault.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithStringDefault.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithStringDefault.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithStringDefault.java.txt index 417ffa6e98..ec02a8c503 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithStringDefault.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestAnnotationWithStringDefault.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestConstants.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestConstants.java index 4f7cd19ee6..74a2327f30 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestConstants.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestConstants.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestConstants.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestConstants.java.txt index 4f7cd19ee6..74a2327f30 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestConstants.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestConstants.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestEnum.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestEnum.java index 6ac6d5ec33..5fe6b184b9 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestEnum.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestEnum.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestEnum.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestEnum.java.txt index 6ac6d5ec33..5fe6b184b9 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestEnum.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestEnum.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestScenario.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestScenario.java index 6f578ea3c9..e69417f21f 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestScenario.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestScenario.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestScenario.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestScenario.java.txt index 6f578ea3c9..e69417f21f 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestScenario.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TestScenario.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeParamEndsWithDollar.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeParamEndsWithDollar.java index f24ad34ea7..d4a3a8cb34 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeParamEndsWithDollar.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeParamEndsWithDollar.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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeParamEndsWithDollar.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeParamEndsWithDollar.java.txt index f24ad34ea7..d4a3a8cb34 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeParamEndsWithDollar.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeParamEndsWithDollar.java.txt @@ -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.common.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerAnnotation.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerAnnotation.java index d0fe02972e..2dd5ca1b28 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerAnnotation.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerAnnotation.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerAnnotation.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerAnnotation.java.txt index d0fe02972e..2dd5ca1b28 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerAnnotation.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerAnnotation.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerEnum.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerEnum.java index 76b52dd00d..14bbaebcaf 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerEnum.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerEnum.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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerEnum.java.txt b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerEnum.java.txt index 76b52dd00d..14bbaebcaf 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerEnum.java.txt +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/testSetups/TypeWithInnerEnum.java.txt @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 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.types.testSetups; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/util/Deprecation.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/util/Deprecation.java index e1b3ff1b10..10102edd2d 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/util/Deprecation.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/util/Deprecation.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.common.types.util; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/visibility/VisibilitySubClass.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/visibility/VisibilitySubClass.java index 021135da99..cc5fb482f6 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/visibility/VisibilitySubClass.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/visibility/VisibilitySubClass.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.types.visibility; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/visibility/VisibilitySuperClass.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/visibility/VisibilitySuperClass.java index e0a7a83e61..9d80553da2 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/visibility/VisibilitySuperClass.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/visibility/VisibilitySuperClass.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.types.visibility; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/visibility/sub/VisibilitySubClassOtherPackage.java b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/visibility/sub/VisibilitySubClassOtherPackage.java index 58f39ba642..06d1046792 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/visibility/sub/VisibilitySubClassOtherPackage.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/testdata/org/eclipse/xtext/common/types/visibility/sub/VisibilitySubClassOtherPackage.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.types.visibility.sub; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/ClassLoaderFromJar.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/ClassLoaderFromJar.java index 0e24de8207..50548a4f20 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/ClassLoaderFromJar.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/ClassLoaderFromJar.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.common.types.access; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/impl/AbstractTypeProviderPerformanceTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/impl/AbstractTypeProviderPerformanceTest.java index bf5b68e8ac..4fc2bdd2dc 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/impl/AbstractTypeProviderPerformanceTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/impl/AbstractTypeProviderPerformanceTest.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.common.types.access.impl; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/impl/AbstractTypeProviderTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/impl/AbstractTypeProviderTest.java index 2371c7baae..6348fc217c 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/impl/AbstractTypeProviderTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/impl/AbstractTypeProviderTest.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.common.types.access.impl; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/AbstractJdtTypeProviderTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/AbstractJdtTypeProviderTest.java index af88536609..ffe2e05d13 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/AbstractJdtTypeProviderTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/AbstractJdtTypeProviderTest.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.common.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderFactoryTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderFactoryTest.java index 326c47afeb..7cc40619f3 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderFactoryTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderFactoryTest.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.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderPerformanceTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderPerformanceTest.java index 95c05ab0a2..3dcdc4c02e 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderPerformanceTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderPerformanceTest.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.common.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderSourceBasedPerformanceTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderSourceBasedPerformanceTest.java index bd33ee59d0..e6cd8bfb6e 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderSourceBasedPerformanceTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderSourceBasedPerformanceTest.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.common.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderTest.java index 4454b767e5..db3c511715 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderTest.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.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/MockJavaProjectProvider.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/MockJavaProjectProvider.java index c032c5827a..f8d3fee783 100755 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/MockJavaProjectProvider.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/MockJavaProjectProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009, 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.common.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/MockJavaProjectProviderTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/MockJavaProjectProviderTest.java index 74284626a8..64e367a95f 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/MockJavaProjectProviderTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/MockJavaProjectProviderTest.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.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/SourceBasedJdtTypeProviderTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/SourceBasedJdtTypeProviderTest.java index 5de8d73f5b..10364674d1 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/SourceBasedJdtTypeProviderTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/SourceBasedJdtTypeProviderTest.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.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/TypeURIHelperTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/TypeURIHelperTest.java index 048cc9bb80..134893faab 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/TypeURIHelperTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/jdt/TypeURIHelperTest.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.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/AbstractConstructorScopeTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/AbstractConstructorScopeTest.java index f152f72eca..f72de18a24 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/AbstractConstructorScopeTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/AbstractConstructorScopeTest.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.types.access.xtext; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/AbstractTypeScopeTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/AbstractTypeScopeTest.java index e5275061c9..6e1d1e0f64 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/AbstractTypeScopeTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/AbstractTypeScopeTest.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.types.access.xtext; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/JdtBasedConstructorScopeTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/JdtBasedConstructorScopeTest.java index f35c4a373f..c0db3e1c70 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/JdtBasedConstructorScopeTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/JdtBasedConstructorScopeTest.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.types.access.xtext.ui; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/JdtBasedSimpleTypeScopeProviderTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/JdtBasedSimpleTypeScopeProviderTest.java index 7e93f879f1..4727492703 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/JdtBasedSimpleTypeScopeProviderTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/JdtBasedSimpleTypeScopeProviderTest.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.types.access.xtext.ui; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/JdtBasedSimpleTypeScopeTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/JdtBasedSimpleTypeScopeTest.java index c5940f81f9..152e5f1507 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/JdtBasedSimpleTypeScopeTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/JdtBasedSimpleTypeScopeTest.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.types.access.xtext.ui; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/XtextResourceSetBasedProjectProviderTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/XtextResourceSetBasedProjectProviderTest.java index faa5a1aa7d..0a289e5f83 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/XtextResourceSetBasedProjectProviderTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/access/xtext/ui/XtextResourceSetBasedProjectProviderTest.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.types.access.xtext.ui; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/descriptions/EObjectDescriptionBasedStubGeneratorTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/descriptions/EObjectDescriptionBasedStubGeneratorTest.java index 2362213f96..90db04962d 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/descriptions/EObjectDescriptionBasedStubGeneratorTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/descriptions/EObjectDescriptionBasedStubGeneratorTest.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.common.types.descriptions; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/tests/ClasspathBasedModule.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/tests/ClasspathBasedModule.java index 88dc06cdad..0ed017586c 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/tests/ClasspathBasedModule.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/tests/ClasspathBasedModule.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.common.types.tests; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/tests/JdtBasedModule.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/tests/JdtBasedModule.java index 86076db3d5..a7515072a8 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/tests/JdtBasedModule.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/tests/JdtBasedModule.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.common.types.tests; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/ui/notification/RebuildDependentResourcesTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/ui/notification/RebuildDependentResourcesTest.java index a418034dd5..301472d194 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/ui/notification/RebuildDependentResourcesTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/ui/notification/RebuildDependentResourcesTest.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.common.types.ui.notification; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/ui/notification/TypeResourceUnloaderTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/ui/notification/TypeResourceUnloaderTest.java index b2c2c6eaac..75648478d4 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/ui/notification/TypeResourceUnloaderTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/ui/notification/TypeResourceUnloaderTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2010, 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.common.types.ui.notification; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/ui/refactoring/participant/TextChangeCombinerTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/ui/refactoring/participant/TextChangeCombinerTest.java index af2f2d7f91..cadd338ac1 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/ui/refactoring/participant/TextChangeCombinerTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/ui/refactoring/participant/TextChangeCombinerTest.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2012, 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.common.types.ui.refactoring.participant; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/util/JvmTypeReferences.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/util/JvmTypeReferences.java index 15591b6779..4588ab6420 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/util/JvmTypeReferences.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/util/JvmTypeReferences.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.types.util; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/util/jdt/JavaElementFinderTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/util/jdt/JavaElementFinderTest.java index d98e7d197b..93cf5373ab 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/util/jdt/JavaElementFinderTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/util/jdt/JavaElementFinderTest.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.common.types.util.jdt; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/xtext/ui/ContentAssistTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/xtext/ui/ContentAssistTest.java index 7511d76200..47e1fc453b 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/xtext/ui/ContentAssistTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/xtext/ui/ContentAssistTest.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.common.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/xtext/ui/JdtVariableCompletionsTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/xtext/ui/JdtVariableCompletionsTest.java index f62ca0120a..16c2848265 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/xtext/ui/JdtVariableCompletionsTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/xtext/ui/JdtVariableCompletionsTest.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.common.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/xtext/ui/RefactoringTest.java b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/xtext/ui/RefactoringTest.java index 3f6ad992ec..724a776ad0 100644 --- a/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/xtext/ui/RefactoringTest.java +++ b/org.eclipse.xtext.common.types.eclipse.tests/tests/org/eclipse/xtext/common/types/xtext/ui/RefactoringTest.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.common.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.edit/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.common.types.edit/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 0000000000..e4d1f4e6df --- /dev/null +++ b/org.eclipse.xtext.common.types.edit/.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 15, 2010
-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.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationAnnotationValueItemProvider.java index 6774a34a49..9f5e787f49 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationReferenceItemProvider.java index a60cfc986b..ec876df3ac 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationTargetItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationTargetItemProvider.java index d85d24e76e..76e9ec23ff 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationTargetItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationTargetItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationTypeItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationTypeItemProvider.java index 390074ad88..6283874158 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationTypeItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationTypeItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationValueItemProvider.java index b90ca5d680..73908105ec 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnyTypeReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnyTypeReferenceItemProvider.java index dc267c8323..14cc58385c 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnyTypeReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmAnyTypeReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmArrayTypeItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmArrayTypeItemProvider.java index 842dfc25fa..15d0e122fd 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmArrayTypeItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmArrayTypeItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmBooleanAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmBooleanAnnotationValueItemProvider.java index 4783665742..e27a92a7d9 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmBooleanAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmBooleanAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmByteAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmByteAnnotationValueItemProvider.java index 8c5e4ca7a0..d991c047e6 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmByteAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmByteAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmCharAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmCharAnnotationValueItemProvider.java index 484282f2ca..0051425c3e 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmCharAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmCharAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmComponentTypeItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmComponentTypeItemProvider.java index d698a885d2..cd8ddd4455 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmComponentTypeItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmComponentTypeItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmCompoundTypeReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmCompoundTypeReferenceItemProvider.java index 4344eaae1d..0480bf2de7 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmCompoundTypeReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmCompoundTypeReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmConstraintOwnerItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmConstraintOwnerItemProvider.java index 446b62cc89..18aa6cdd75 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmConstraintOwnerItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmConstraintOwnerItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmConstructorItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmConstructorItemProvider.java index ded59b8786..3e47f5b5f9 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmConstructorItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmConstructorItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmCustomAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmCustomAnnotationValueItemProvider.java index 3eebc747be..5eb32a4668 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmCustomAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmCustomAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmDeclaredTypeItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmDeclaredTypeItemProvider.java index a9af808530..c0750bb9e2 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmDeclaredTypeItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmDeclaredTypeItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmDelegateTypeReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmDelegateTypeReferenceItemProvider.java index b89d06b59b..571beff572 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmDelegateTypeReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmDelegateTypeReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmDoubleAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmDoubleAnnotationValueItemProvider.java index c38b66893d..3dc4e57648 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmDoubleAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmDoubleAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmEnumAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmEnumAnnotationValueItemProvider.java index 0bfe054e50..9edcf0fde1 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmEnumAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmEnumAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmEnumerationLiteralItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmEnumerationLiteralItemProvider.java index 1c87589a39..66f1fcfaf5 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmEnumerationLiteralItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmEnumerationLiteralItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmEnumerationTypeItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmEnumerationTypeItemProvider.java index 0368570672..7e2feaf802 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmEnumerationTypeItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmEnumerationTypeItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmExecutableItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmExecutableItemProvider.java index df292df634..6d1fa652f5 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmExecutableItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmExecutableItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFeatureItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFeatureItemProvider.java index 5f07a7b9b8..7aaed966a4 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFeatureItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFeatureItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFieldItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFieldItemProvider.java index b1b17c9ea5..a40113d2fe 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFieldItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFieldItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFloatAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFloatAnnotationValueItemProvider.java index 1668974b30..5f30103272 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFloatAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFloatAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFormalParameterItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFormalParameterItemProvider.java index f36b8c0964..1c11543ce5 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFormalParameterItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmFormalParameterItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmGenericArrayTypeReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmGenericArrayTypeReferenceItemProvider.java index b1d296e436..95a450a6b8 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmGenericArrayTypeReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmGenericArrayTypeReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmGenericTypeItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmGenericTypeItemProvider.java index 351bd76a7a..1bb9c83545 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmGenericTypeItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmGenericTypeItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmIdentifiableElementItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmIdentifiableElementItemProvider.java index 9cf6076325..998c61353b 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmIdentifiableElementItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmIdentifiableElementItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmInnerTypeReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmInnerTypeReferenceItemProvider.java index 6563b8b7ee..d3f1185988 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmInnerTypeReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmInnerTypeReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmIntAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmIntAnnotationValueItemProvider.java index 9f7a9303a1..3b5b2baf31 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmIntAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmIntAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmLongAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmLongAnnotationValueItemProvider.java index 02717bcd5f..2bd99a5728 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmLongAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmLongAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmLowerBoundItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmLowerBoundItemProvider.java index 85ec88451a..3942e2d746 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmLowerBoundItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmLowerBoundItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmMemberItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmMemberItemProvider.java index c01282797d..4e15f1a3b5 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmMemberItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmMemberItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmMultiTypeReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmMultiTypeReferenceItemProvider.java index e81e9b93b8..7c9cfe0692 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmMultiTypeReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmMultiTypeReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmOperationItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmOperationItemProvider.java index 77a8293e93..2a7296af84 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmOperationItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmOperationItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmParameterizedTypeReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmParameterizedTypeReferenceItemProvider.java index 0e720470dc..4e756bb0fc 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmParameterizedTypeReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmParameterizedTypeReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmPrimitiveTypeItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmPrimitiveTypeItemProvider.java index d38eac68b6..d415b6c19a 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmPrimitiveTypeItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmPrimitiveTypeItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmShortAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmShortAnnotationValueItemProvider.java index 808e6cded3..ccb1ec6df4 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmShortAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmShortAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmSpecializedTypeReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmSpecializedTypeReferenceItemProvider.java index fa67b0f5bb..df8c86bd31 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmSpecializedTypeReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmSpecializedTypeReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmStringAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmStringAnnotationValueItemProvider.java index d802212be8..9931a894d4 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmStringAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmStringAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmSynonymTypeReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmSynonymTypeReferenceItemProvider.java index 4e5e18f8c7..3ecb60fb5f 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmSynonymTypeReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmSynonymTypeReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeAnnotationValueItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeAnnotationValueItemProvider.java index 03b523ecc6..1ad4c0c91b 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeAnnotationValueItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeAnnotationValueItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeConstraintItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeConstraintItemProvider.java index 88c3880c59..a8ea681d1f 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeConstraintItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeConstraintItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeItemProvider.java index 04b8336572..5ba5b281fd 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeParameterDeclaratorItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeParameterDeclaratorItemProvider.java index cc79cdae57..eb6c3afa20 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeParameterDeclaratorItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeParameterDeclaratorItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeParameterItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeParameterItemProvider.java index 678e6ed1b0..90d92f35df 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeParameterItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeParameterItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeReferenceItemProvider.java index 7ec47e424c..f8f5d0958f 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmTypeReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmUnknownTypeReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmUnknownTypeReferenceItemProvider.java index a7aa105fd8..b01039c45a 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmUnknownTypeReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmUnknownTypeReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmUpperBoundItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmUpperBoundItemProvider.java index 2b7917ee9a..b5542c3159 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmUpperBoundItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmUpperBoundItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmVoidItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmVoidItemProvider.java index 2f53808442..1a563635f1 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmVoidItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmVoidItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmWildcardTypeReferenceItemProvider.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmWildcardTypeReferenceItemProvider.java index 2f118aa851..3849ca9614 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmWildcardTypeReferenceItemProvider.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/JvmWildcardTypeReferenceItemProvider.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/TypesEditPlugin.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/TypesEditPlugin.java index 49c99f621f..f6574c426a 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/TypesEditPlugin.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/TypesEditPlugin.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/TypesItemProviderAdapterFactory.java b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/TypesItemProviderAdapterFactory.java index b80cba6aab..1c79792be5 100644 --- a/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/TypesItemProviderAdapterFactory.java +++ b/org.eclipse.xtext.common.types.edit/emf-gen/org/eclipse/xtext/common/types/provider/TypesItemProviderAdapterFactory.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2011-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.common.types.provider; diff --git a/org.eclipse.xtext.common.types.shared.jdt38/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.common.types.shared.jdt38/.settings/org.eclipse.jdt.ui.prefs index dfb9b9f66d..4b63b508fc 100644 --- a/org.eclipse.xtext.common.types.shared.jdt38/.settings/org.eclipse.jdt.ui.prefs +++ b/org.eclipse.xtext.common.types.shared.jdt38/.settings/org.eclipse.jdt.ui.prefs @@ -1,3 +1,5 @@ eclipse.preferences.version=1 formatter_profile=_Xtext2 formatter_settings_version=12 +org.eclipse.jdt.ui.javadoc=false +org.eclipse.jdt.ui.text.custom_code_templates=June 15, 2010
-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.common.types.shared/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.common.types.shared/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 0000000000..e4d1f4e6df --- /dev/null +++ b/org.eclipse.xtext.common.types.shared/.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 15, 2010
-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.common.types.shared/src/org/eclipse/xtext/common/types/shared/Activator.java b/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/Activator.java index 7c7a733dd0..12f95bd355 100644 --- a/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/Activator.java +++ b/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/Activator.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.types.shared; diff --git a/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/CommonTypesContribution.java b/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/CommonTypesContribution.java index 75e32d9a68..7b99dd173a 100644 --- a/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/CommonTypesContribution.java +++ b/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/CommonTypesContribution.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.common.types.shared; diff --git a/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/ListenerRegistrar.java b/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/ListenerRegistrar.java index 8adf4c103d..bccb37d9f2 100644 --- a/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/ListenerRegistrar.java +++ b/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/ListenerRegistrar.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.common.types.shared; diff --git a/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/NullReferenceUpdater.java b/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/NullReferenceUpdater.java index d5e8bbf65f..4eaa1e9890 100644 --- a/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/NullReferenceUpdater.java +++ b/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/NullReferenceUpdater.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.common.types.shared; diff --git a/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/SharedCommonTypesExecutableExtensionFactory.java b/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/SharedCommonTypesExecutableExtensionFactory.java index 60c6452b02..2264baf605 100644 --- a/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/SharedCommonTypesExecutableExtensionFactory.java +++ b/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/SharedCommonTypesExecutableExtensionFactory.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.types.shared; diff --git a/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/SharedCommonTypesModule.java b/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/SharedCommonTypesModule.java index cee02160e5..41dcde3d05 100644 --- a/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/SharedCommonTypesModule.java +++ b/org.eclipse.xtext.common.types.shared/src/org/eclipse/xtext/common/types/shared/SharedCommonTypesModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013, 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.common.types.shared; diff --git a/org.eclipse.xtext.common.types.ui/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.xtext.common.types.ui/.settings/org.eclipse.jdt.ui.prefs index f6caf59988..65b769d007 100644 --- a/org.eclipse.xtext.common.types.ui/.settings/org.eclipse.jdt.ui.prefs +++ b/org.eclipse.xtext.common.types.ui/.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 15, 2010
-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.common.types.ui/deprecated/org/eclipse/xtext/common/types/access/jdt/JvmTypesAwareResourceSetInitializer.java b/org.eclipse.xtext.common.types.ui/deprecated/org/eclipse/xtext/common/types/access/jdt/JvmTypesAwareResourceSetInitializer.java index 963cdb6ec2..3254380b27 100644 --- a/org.eclipse.xtext.common.types.ui/deprecated/org/eclipse/xtext/common/types/access/jdt/JvmTypesAwareResourceSetInitializer.java +++ b/org.eclipse.xtext.common.types.ui/deprecated/org/eclipse/xtext/common/types/access/jdt/JvmTypesAwareResourceSetInitializer.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.common.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.ui/deprecated/org/eclipse/xtext/common/types/ui/refactoring/JvmRenameElementHandler.java b/org.eclipse.xtext.common.types.ui/deprecated/org/eclipse/xtext/common/types/ui/refactoring/JvmRenameElementHandler.java index 7e0dc4a62d..8c57a405aa 100644 --- a/org.eclipse.xtext.common.types.ui/deprecated/org/eclipse/xtext/common/types/ui/refactoring/JvmRenameElementHandler.java +++ b/org.eclipse.xtext.common.types.ui/deprecated/org/eclipse/xtext/common/types/ui/refactoring/JvmRenameElementHandler.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.common.types.ui.refactoring; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/IJavaProjectProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/IJavaProjectProvider.java index 3e799f26be..94c55b1db4 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/IJavaProjectProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/IJavaProjectProvider.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.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/IJdtTypeProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/IJdtTypeProvider.java index f40d1cbbc7..7f8327797a 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/IJdtTypeProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/IJdtTypeProvider.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.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/IWorkingCopyOwnerProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/IWorkingCopyOwnerProvider.java index 845043ad99..5895d708c9 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/IWorkingCopyOwnerProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/IWorkingCopyOwnerProvider.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.common.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtBasedTypeFactory.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtBasedTypeFactory.java index c123b2f53b..5f1c564234 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtBasedTypeFactory.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtBasedTypeFactory.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.common.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtTypeMirror.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtTypeMirror.java index ea5119ee89..7140424eeb 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtTypeMirror.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtTypeMirror.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.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtTypeProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtTypeProvider.java index 30bd365f00..decf2a7423 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtTypeProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtTypeProvider.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.common.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderFactory.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderFactory.java index 901f43401f..da5a6b892a 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderFactory.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/JdtTypeProviderFactory.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.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/NullJdtTypeProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/NullJdtTypeProvider.java index 910728b63d..d0ed5a58de 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/NullJdtTypeProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/NullJdtTypeProvider.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.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/TypeURIHelper.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/TypeURIHelper.java index e1f54229db..18713ed04d 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/TypeURIHelper.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/TypeURIHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2009-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.common.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/WorkingCopyOwnerProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/WorkingCopyOwnerProvider.java index fd6f0f1439..2060ea213f 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/WorkingCopyOwnerProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/access/jdt/WorkingCopyOwnerProvider.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.common.types.access.jdt; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/DefaultCommonTypesUiModule.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/DefaultCommonTypesUiModule.java index fa7483984d..74d167e453 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/DefaultCommonTypesUiModule.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/DefaultCommonTypesUiModule.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.common.types.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/editor/JvmTypesAwareDirtyStateEditorSupport.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/editor/JvmTypesAwareDirtyStateEditorSupport.java index b0daa25c5b..7f033ccb71 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/editor/JvmTypesAwareDirtyStateEditorSupport.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/editor/JvmTypesAwareDirtyStateEditorSupport.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.common.types.ui.editor; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/GlobalDerivedMemberAwareURIEditorOpener.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/GlobalDerivedMemberAwareURIEditorOpener.java index cdd61be06e..fa8543e476 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/GlobalDerivedMemberAwareURIEditorOpener.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/GlobalDerivedMemberAwareURIEditorOpener.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.common.types.ui.navigation; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/IDerivedMemberAwareEditorOpener.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/IDerivedMemberAwareEditorOpener.java index 8d285611be..a221a394ac 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/IDerivedMemberAwareEditorOpener.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/IDerivedMemberAwareEditorOpener.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.common.types.ui.navigation; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/LinkToOrigin.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/LinkToOrigin.java index aa07b0105d..6b278d408c 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/LinkToOrigin.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/LinkToOrigin.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.common.types.ui.navigation; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/LinkToOriginDetector.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/LinkToOriginDetector.java index 4cd8fc1dcc..60c4e7b13c 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/LinkToOriginDetector.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/LinkToOriginDetector.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.common.types.ui.navigation; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/LinkToOriginProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/LinkToOriginProvider.java index b84736e502..17ae6c99dd 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/LinkToOriginProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/navigation/LinkToOriginProvider.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.common.types.ui.navigation; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/JavaBuilderState.xtend b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/JavaBuilderState.xtend index fc21c7350a..bf018c2e19 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/JavaBuilderState.xtend +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/JavaBuilderState.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2013, 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.common.types.ui.notification diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/LayeredTypeResourceDescription.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/LayeredTypeResourceDescription.java index 2d22ff5d17..ef0ad2f3be 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/LayeredTypeResourceDescription.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/LayeredTypeResourceDescription.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.types.ui.notification; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/NameBasedEObjectDescription.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/NameBasedEObjectDescription.java index 92a9e59f4a..a17508bdeb 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/NameBasedEObjectDescription.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/NameBasedEObjectDescription.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.types.ui.notification; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/NameBasedEObjectDescriptionBuilder.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/NameBasedEObjectDescriptionBuilder.java index 79924972ef..84419b63df 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/NameBasedEObjectDescriptionBuilder.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/NameBasedEObjectDescriptionBuilder.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.types.ui.notification; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/TypeNames.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/TypeNames.java index 9f816852ca..88a7ad8749 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/TypeNames.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/TypeNames.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.common.types.ui.notification; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/TypeResourceDescription.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/TypeResourceDescription.java index ffac70f326..456a7ee91b 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/TypeResourceDescription.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/TypeResourceDescription.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.types.ui.notification; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/TypeResourceUnloader.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/TypeResourceUnloader.java index 0e1b2e0d04..da63b434da 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/TypeResourceUnloader.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/notification/TypeResourceUnloader.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.types.ui.notification; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/IJavaSearchParticipation.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/IJavaSearchParticipation.java index 42c5051aa1..dcfcaca2d1 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/IJavaSearchParticipation.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/IJavaSearchParticipation.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.common.types.ui.query; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/JavaSearchHelper.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/JavaSearchHelper.java index 8b072a435b..ead1b8bcc3 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/JavaSearchHelper.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/JavaSearchHelper.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.types.ui.query; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/QueryParticipant.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/QueryParticipant.java index 17073b227d..a17ddcb202 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/QueryParticipant.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/QueryParticipant.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.types.ui.query; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/UIParticipant.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/UIParticipant.java index 30a401874c..61279aaebc 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/UIParticipant.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/query/UIParticipant.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.types.ui.query; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRefactoringContext.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRefactoringContext.java index 40772da838..591cd7b176 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRefactoringContext.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRefactoringContext.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.common.types.ui.refactoring; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRefactoringContextFactory.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRefactoringContextFactory.java index 70dcc2b685..45105a93be 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRefactoringContextFactory.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRefactoringContextFactory.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.common.types.ui.refactoring; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRenameRefactoringProcessorFactory.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRenameRefactoringProcessorFactory.java index 1463aa0e03..f9965543c1 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRenameRefactoringProcessorFactory.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRenameRefactoringProcessorFactory.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.common.types.ui.refactoring; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRenameSupport.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRenameSupport.java index 1257946618..748367b1e0 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRenameSupport.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JdtRenameSupport.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.common.types.ui.refactoring; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JvmRefactoringResourceSetProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JvmRefactoringResourceSetProvider.java index 266da35f7f..fa0beb35e7 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JvmRefactoringResourceSetProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JvmRefactoringResourceSetProvider.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.common.types.ui.refactoring; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JvmRenameRefactoringProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JvmRenameRefactoringProvider.java index d9878b49f5..bb03858296 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JvmRenameRefactoringProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/JvmRenameRefactoringProvider.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.common.types.ui.refactoring; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/CompositeRefactoringProcessor.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/CompositeRefactoringProcessor.java index 0897898c92..54281be6a2 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/CompositeRefactoringProcessor.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/CompositeRefactoringProcessor.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.common.types.ui.refactoring.participant; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/FilteringCompositeChange.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/FilteringCompositeChange.java index 0a43446dbb..501def4c11 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/FilteringCompositeChange.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/FilteringCompositeChange.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.common.types.ui.refactoring.participant; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JdtRenameParticipant.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JdtRenameParticipant.java index cd6254e83c..ec7e9d35d5 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JdtRenameParticipant.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JdtRenameParticipant.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.common.types.ui.refactoring.participant; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JdtRenameParticipantContext.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JdtRenameParticipantContext.java index 9173b61f86..39235e6f40 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JdtRenameParticipantContext.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JdtRenameParticipantContext.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.common.types.ui.refactoring.participant; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JvmElementFinder.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JvmElementFinder.java index 4e076790b2..d5727269c1 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JvmElementFinder.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JvmElementFinder.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.common.types.ui.refactoring.participant; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JvmMemberRenameProcessor.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JvmMemberRenameProcessor.java index ba61c61828..dc6ee65e90 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JvmMemberRenameProcessor.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JvmMemberRenameProcessor.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.common.types.ui.refactoring.participant; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JvmMemberRenameStrategy.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JvmMemberRenameStrategy.java index fb1d1448d1..5d15d5f3ba 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JvmMemberRenameStrategy.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/JvmMemberRenameStrategy.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.common.types.ui.refactoring.participant; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/TextChangeCombiner.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/TextChangeCombiner.java index 121d0fa6e8..0c1eb10516 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/TextChangeCombiner.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/refactoring/participant/TextChangeCombiner.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.common.types.ui.refactoring.participant; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/AbstractTraceWithoutStorage.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/AbstractTraceWithoutStorage.java index 6432306762..95e910e6db 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/AbstractTraceWithoutStorage.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/AbstractTraceWithoutStorage.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.common.types.ui.trace; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/ClassFileBasedOpenerContributor.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/ClassFileBasedOpenerContributor.java index 0c99145234..452e74b50a 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/ClassFileBasedOpenerContributor.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/ClassFileBasedOpenerContributor.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.common.types.ui.trace; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/FolderAwareTrace.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/FolderAwareTrace.java index 1780d8dfdb..398f154631 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/FolderAwareTrace.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/FolderAwareTrace.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.common.types.ui.trace; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/JarEntryAwareTrace.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/JarEntryAwareTrace.java index a2212787c8..27fa1693d0 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/JarEntryAwareTrace.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/JarEntryAwareTrace.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.common.types.ui.trace; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/TraceForTypeRootProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/TraceForTypeRootProvider.java index afa8106e5b..8589b5236f 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/TraceForTypeRootProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/TraceForTypeRootProvider.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.common.types.ui.trace; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/ZipFileAwareTrace.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/ZipFileAwareTrace.java index 6b721cd1e5..19cd85a81d 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/ZipFileAwareTrace.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/ui/trace/ZipFileAwareTrace.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.common.types.ui.trace; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/util/jdt/IJavaElementFinder.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/util/jdt/IJavaElementFinder.java index cd631de16f..c53d6872b1 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/util/jdt/IJavaElementFinder.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/util/jdt/IJavaElementFinder.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.types.util.jdt; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/util/jdt/JavaElementFinder.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/util/jdt/JavaElementFinder.java index bb02919d61..a9b220721d 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/util/jdt/JavaElementFinder.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/util/jdt/JavaElementFinder.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.types.util.jdt; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/AbstractTypesProposalProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/AbstractTypesProposalProvider.java index 9721fe7142..9a6ff0a3ae 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/AbstractTypesProposalProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/AbstractTypesProposalProvider.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/ITypesProposalProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/ITypesProposalProvider.java index 967afbce55..8946b91385 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/ITypesProposalProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/ITypesProposalProvider.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/IntersectingJavaSearchScope.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/IntersectingJavaSearchScope.java index 00457787ca..424af31ab0 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/IntersectingJavaSearchScope.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/IntersectingJavaSearchScope.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtAwareProjectByResourceProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtAwareProjectByResourceProvider.java index 200ff4d6a9..ddbc527d00 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtAwareProjectByResourceProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtAwareProjectByResourceProvider.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.common.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtBasedConstructorScope.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtBasedConstructorScope.java index 40bd312876..a7ece5b491 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtBasedConstructorScope.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtBasedConstructorScope.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtBasedSimpleTypeScope.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtBasedSimpleTypeScope.java index f99f26135c..48f64e9704 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtBasedSimpleTypeScope.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtBasedSimpleTypeScope.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtBasedSimpleTypeScopeProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtBasedSimpleTypeScopeProvider.java index db04d59091..8f468d4251 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtBasedSimpleTypeScopeProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtBasedSimpleTypeScopeProvider.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHoverDocumentationProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHoverDocumentationProvider.java index 0162399233..6ca73c2b2b 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHoverDocumentationProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHoverDocumentationProvider.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.common.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHoverProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHoverProvider.java index e09aa07c67..e5fcfa0545 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHoverProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHoverProvider.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.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHyperlink.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHyperlink.java index 8004c7cc5a..442e6a777f 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHyperlink.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHyperlink.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHyperlinkFactory.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHyperlinkFactory.java index d4d68c393c..c0579b47ce 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHyperlinkFactory.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtHyperlinkFactory.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtIndexedJvmTypeAccess.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtIndexedJvmTypeAccess.java index a7b270592e..a83fe95b96 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtIndexedJvmTypeAccess.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtIndexedJvmTypeAccess.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.common.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtTypeRelevance.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtTypeRelevance.java index 6564e4b756..a382ee65bb 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtTypeRelevance.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtTypeRelevance.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.common.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtTypesProposalProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtTypesProposalProvider.java index 4ee1f27854..ac3342a13d 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtTypesProposalProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtTypesProposalProvider.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtValidationJobScheduler.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtValidationJobScheduler.java index 32627e2383..e0852d5f95 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtValidationJobScheduler.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtValidationJobScheduler.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.common.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtVariableCompletions.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtVariableCompletions.java index 6bf174e4da..c645db71e7 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtVariableCompletions.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/JdtVariableCompletions.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.common.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/ProgressMonitorProposalAcceptorAdapter.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/ProgressMonitorProposalAcceptorAdapter.java index e034aa1f05..203dc17db1 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/ProgressMonitorProposalAcceptorAdapter.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/ProgressMonitorProposalAcceptorAdapter.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/ProjectAwareResourceDescriptionsProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/ProjectAwareResourceDescriptionsProvider.java index 70a7c7d16e..49d3d36637 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/ProjectAwareResourceDescriptionsProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/ProjectAwareResourceDescriptionsProvider.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.common.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/TypeAwareHyperlinkHelper.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/TypeAwareHyperlinkHelper.java index 63aca9b483..97bda6b6df 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/TypeAwareHyperlinkHelper.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/TypeAwareHyperlinkHelper.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/TypeAwareReferenceProposalCreator.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/TypeAwareReferenceProposalCreator.java index e8a3fa261a..4c6615ef40 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/TypeAwareReferenceProposalCreator.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/TypeAwareReferenceProposalCreator.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/TypeMatchFilters.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/TypeMatchFilters.java index 38e0833e81..4e625c20f4 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/TypeMatchFilters.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/TypeMatchFilters.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/XtextResourceSetBasedProjectProvider.java b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/XtextResourceSetBasedProjectProvider.java index 49a206c5c3..6cf4ba12bf 100644 --- a/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/XtextResourceSetBasedProjectProvider.java +++ b/org.eclipse.xtext.common.types.ui/src/org/eclipse/xtext/common/types/xtext/ui/XtextResourceSetBasedProjectProvider.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.types.xtext.ui; diff --git a/org.eclipse.xtext.common.types.ui/xtend-gen/org/eclipse/xtext/common/types/ui/notification/JavaBuilderState.java b/org.eclipse.xtext.common.types.ui/xtend-gen/org/eclipse/xtext/common/types/ui/notification/JavaBuilderState.java index 3aaa15d9ed..46e65b15bd 100644 --- a/org.eclipse.xtext.common.types.ui/xtend-gen/org/eclipse/xtext/common/types/ui/notification/JavaBuilderState.java +++ b/org.eclipse.xtext.common.types.ui/xtend-gen/org/eclipse/xtext/common/types/ui/notification/JavaBuilderState.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2013, 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.common.types.ui.notification; diff --git a/org.eclipse.xtext.doc/about.html b/org.eclipse.xtext.doc/about.html index d35d5aed64..164f781a8f 100644 --- a/org.eclipse.xtext.doc/about.html +++ b/org.eclipse.xtext.doc/about.html @@ -2,27 +2,35 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - +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. +
- +