diff --git a/Contribute.md b/Contribute.md new file mode 100644 index 00000000..24dbff16 --- /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 f735bee0..e23ece2c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,203 +1,277 @@ -Eclipse Public License - v 1.0 +Eclipse Public License - v 2.0 -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC -LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM -CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE + PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION + OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 1. DEFINITIONS "Contribution" means: -a) in the case of the initial Contributor, the initial code and documentation - distributed under this Agreement, and -b) in the case of each subsequent Contributor: - i) changes to the Program, and - ii) additions to the Program; + a) in the case of the initial Contributor, the initial content + Distributed under this Agreement, and - where such changes and/or additions to the Program originate from and are - distributed by that particular Contributor. A Contribution 'originates' - from a Contributor if it was added to the Program by such Contributor - itself or anyone acting on such Contributor's behalf. Contributions do not - include additions to the Program which: (i) are separate modules of - software distributed in conjunction with the Program under their own - license agreement, and (ii) are not derivative works of the Program. + b) in the case of each subsequent Contributor: + i) changes to the Program, and + ii) additions to the Program; + where such changes and/or additions to the Program originate from + and are Distributed by that particular Contributor. A Contribution + "originates" from a Contributor if it was added to the Program by + such Contributor itself or anyone acting on such Contributor's behalf. + Contributions do not include changes or additions to the Program that + are not Modified Works. -"Contributor" means any person or entity that distributes the Program. +"Contributor" means any person or entity that Distributes the Program. -"Licensed Patents" mean patent claims licensable by a Contributor which are -necessarily infringed by the use or sale of its Contribution alone or when -combined with the Program. +"Licensed Patents" mean patent claims licensable by a Contributor which +are necessarily infringed by the use or sale of its Contribution alone +or when combined with the Program. -"Program" means the Contributions distributed in accordance with this +"Program" means the Contributions Distributed in accordance with this Agreement. -"Recipient" means anyone who receives the Program under this Agreement, -including all Contributors. +"Recipient" means anyone who receives the Program under this Agreement +or any Secondary License (as applicable), including Contributors. + +"Derivative Works" shall mean any work, whether in Source Code or other +form, that is based on (or derived from) the Program and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. + +"Modified Works" shall mean any work in Source Code or other form that +results from an addition to, deletion from, or modification of the +contents of the Program, including, for purposes of clarity any new file +in Source Code form that contains any contents of the Program. Modified +Works shall not include works that contain only declarations, +interfaces, types, classes, structures, or files of the Program solely +in each case in order to link to, bind by name, or subclass the Program +or Modified Works thereof. + +"Distribute" means the acts of a) distributing or b) making available +in any manner that enables the transfer of a copy. + +"Source Code" means the form of a Program preferred for making +modifications, including but not limited to software source code, +documentation source, and configuration files. + +"Secondary License" means either the GNU General Public License, +Version 2.0, or any later versions of that license, including any +exceptions or additional permissions as identified by the initial +Contributor. 2. GRANT OF RIGHTS - a) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free copyright license to - reproduce, prepare derivative works of, publicly display, publicly - perform, distribute and sublicense the Contribution of such Contributor, - if any, and such derivative works, in source code and object code form. - b) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free patent license under - Licensed Patents to make, use, sell, offer to sell, import and otherwise - transfer the Contribution of such Contributor, if any, in source code and - object code form. This patent license shall apply to the combination of - the Contribution and the Program if, at the time the Contribution is - added by the Contributor, such addition of the Contribution causes such - combination to be covered by the Licensed Patents. The patent license - shall not apply to any other combinations which include the Contribution. - No hardware per se is licensed hereunder. - c) Recipient understands that although each Contributor grants the licenses - to its Contributions set forth herein, no assurances are provided by any - Contributor that the Program does not infringe the patent or other - intellectual property rights of any other entity. Each Contributor - disclaims any liability to Recipient for claims brought by any other - entity based on infringement of intellectual property rights or - otherwise. As a condition to exercising the rights and licenses granted - hereunder, each Recipient hereby assumes sole responsibility to secure - any other intellectual property rights needed, if any. For example, if a - third party patent license is required to allow Recipient to distribute - the Program, it is Recipient's responsibility to acquire that license - before distributing the Program. - d) Each Contributor represents that to its knowledge it has sufficient - copyright rights in its Contribution, if any, to grant the copyright - license set forth in this Agreement. + + a) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free copyright + license to reproduce, prepare Derivative Works of, publicly display, + publicly perform, Distribute and sublicense the Contribution of such + Contributor, if any, and such Derivative Works. + + b) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free patent + license under Licensed Patents to make, use, sell, offer to sell, + import and otherwise transfer the Contribution of such Contributor, + if any, in Source Code or other form. This patent license shall + apply to the combination of the Contribution and the Program if, at + the time the Contribution is added by the Contributor, such addition + of the Contribution causes such combination to be covered by the + Licensed Patents. The patent license shall not apply to any other + combinations which include the Contribution. No hardware per se is + licensed hereunder. + + c) Recipient understands that although each Contributor grants the + licenses to its Contributions set forth herein, no assurances are + provided by any Contributor that the Program does not infringe the + patent or other intellectual property rights of any other entity. + Each Contributor disclaims any liability to Recipient for claims + brought by any other entity based on infringement of intellectual + property rights or otherwise. As a condition to exercising the + rights and licenses granted hereunder, each Recipient hereby + assumes sole responsibility to secure any other intellectual + property rights needed, if any. For example, if a third party + patent license is required to allow Recipient to Distribute the + Program, it is Recipient's responsibility to acquire that license + before distributing the Program. + + d) Each Contributor represents that to its knowledge it has + sufficient copyright rights in its Contribution, if any, to grant + the copyright license set forth in this Agreement. + + e) Notwithstanding the terms of any Secondary License, no + Contributor makes additional grants to any Recipient (other than + those set forth in this Agreement) as a result of such Recipient's + receipt of the Program under the terms of a Secondary License + (if permitted under the terms of Section 3). 3. REQUIREMENTS -A Contributor may choose to distribute the Program in object code form under -its own license agreement, provided that: - - a) it complies with the terms and conditions of this Agreement; and - b) its license agreement: - i) effectively disclaims on behalf of all Contributors all warranties - and conditions, express and implied, including warranties or - conditions of title and non-infringement, and implied warranties or - conditions of merchantability and fitness for a particular purpose; - ii) effectively excludes on behalf of all Contributors all liability for - damages, including direct, indirect, special, incidental and - consequential damages, such as lost profits; - iii) states that any provisions which differ from this Agreement are - offered by that Contributor alone and not by any other party; and - iv) states that source code for the Program is available from such - Contributor, and informs licensees how to obtain it in a reasonable - manner on or through a medium customarily used for software exchange. - -When the Program is made available in source code form: - - a) it must be made available under this Agreement; and - b) a copy of this Agreement must be included with each copy of the Program. - Contributors may not remove or alter any copyright notices contained - within the Program. - -Each Contributor must identify itself as the originator of its Contribution, -if -any, in a manner that reasonably allows subsequent Recipients to identify the -originator of the Contribution. +3.1 If a Contributor Distributes the Program in any form, then: + + a) the Program must also be made available as Source Code, in + accordance with section 3.2, and the Contributor must accompany + the Program with a statement that the Source Code for the Program + is available under this Agreement, and informs Recipients how to + obtain it in a reasonable manner on or through a medium customarily + used for software exchange; and + + b) the Contributor may Distribute the Program under a license + different than this Agreement, provided that such license: + i) effectively disclaims on behalf of all other Contributors all + warranties and conditions, express and implied, including + warranties or conditions of title and non-infringement, and + implied warranties or conditions of merchantability and fitness + for a particular purpose; + + ii) effectively excludes on behalf of all other Contributors all + liability for damages, including direct, indirect, special, + incidental and consequential damages, such as lost profits; + + iii) does not attempt to limit or alter the recipients' rights + in the Source Code under section 3.2; and + + iv) requires any subsequent distribution of the Program by any + party to be under a license that satisfies the requirements + of this section 3. + +3.2 When the Program is Distributed as Source Code: + + a) it must be made available under this Agreement, or if the + Program (i) is combined with other material in a separate file or + files made available under a Secondary License, and (ii) the initial + Contributor attached to the Source Code the notice described in + Exhibit A of this Agreement, then the Program may be made available + under the terms of such Secondary Licenses, and + + b) a copy of this Agreement must be included with each copy of + the Program. + +3.3 Contributors may not remove or alter any copyright, patent, +trademark, attribution notices, disclaimers of warranty, or limitations +of liability ("notices") contained within the Program from any copy of +the Program which they Distribute, provided that Contributors may add +their own appropriate notices. 4. COMMERCIAL DISTRIBUTION -Commercial distributors of software may accept certain responsibilities with -respect to end users, business partners and the like. While this license is -intended to facilitate the commercial use of the Program, the Contributor who -includes the Program in a commercial product offering should do so in a manner -which does not create potential liability for other Contributors. Therefore, -if a Contributor includes the Program in a commercial product offering, such -Contributor ("Commercial Contributor") hereby agrees to defend and indemnify -every other Contributor ("Indemnified Contributor") against any losses, -damages and costs (collectively "Losses") arising from claims, lawsuits and -other legal actions brought by a third party against the Indemnified -Contributor to the extent caused by the acts or omissions of such Commercial -Contributor in connection with its distribution of the Program in a commercial -product offering. The obligations in this section do not apply to any claims -or Losses relating to any actual or alleged intellectual property -infringement. In order to qualify, an Indemnified Contributor must: -a) promptly notify the Commercial Contributor in writing of such claim, and -b) allow the Commercial Contributor to control, and cooperate with the -Commercial Contributor in, the defense and any related settlement -negotiations. The Indemnified Contributor may participate in any such claim at -its own expense. - -For example, a Contributor might include the Program in a commercial product -offering, Product X. That Contributor is then a Commercial Contributor. If -that Commercial Contributor then makes performance claims, or offers -warranties related to Product X, those performance claims and warranties are -such Commercial Contributor's responsibility alone. Under this section, the -Commercial Contributor would have to defend claims against the other -Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages. +Commercial distributors of software may accept certain responsibilities +with respect to end users, business partners and the like. While this +license is intended to facilitate the commercial use of the Program, +the Contributor who includes the Program in a commercial product +offering should do so in a manner which does not create potential +liability for other Contributors. Therefore, if a Contributor includes +the Program in a commercial product offering, such Contributor +("Commercial Contributor") hereby agrees to defend and indemnify every +other Contributor ("Indemnified Contributor") against any losses, +damages and costs (collectively "Losses") arising from claims, lawsuits +and other legal actions brought by a third party against the Indemnified +Contributor to the extent caused by the acts or omissions of such +Commercial Contributor in connection with its distribution of the Program +in a commercial product offering. The obligations in this section do not +apply to any claims or Losses relating to any actual or alleged +intellectual property infringement. In order to qualify, an Indemnified +Contributor must: a) promptly notify the Commercial Contributor in +writing of such claim, and b) allow the Commercial Contributor to control, +and cooperate with the Commercial Contributor in, the defense and any +related settlement negotiations. The Indemnified Contributor may +participate in any such claim at its own expense. + +For example, a Contributor might include the Program in a commercial +product offering, Product X. That Contributor is then a Commercial +Contributor. If that Commercial Contributor then makes performance +claims, or offers warranties related to Product X, those performance +claims and warranties are such Commercial Contributor's responsibility +alone. Under this section, the Commercial Contributor would have to +defend claims against the other Contributors related to those performance +claims and warranties, and if a court requires any other Contributor to +pay any damages as a result, the Commercial Contributor must pay +those damages. 5. NO WARRANTY -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR -IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, -NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each -Recipient is solely responsible for determining the appropriateness of using -and distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to the -risks and costs of program errors, compliance with applicable laws, damage to -or loss of data, programs or equipment, and unavailability or interruption of -operations. +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT +PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS" +BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR +IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF +TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR +PURPOSE. Each Recipient is solely responsible for determining the +appropriateness of using and distributing the Program and assumes all +risks associated with its exercise of rights under this Agreement, +including but not limited to the risks and costs of program errors, +compliance with applicable laws, damage to or loss of data, programs +or equipment, and unavailability or interruption of operations. 6. DISCLAIMER OF LIABILITY -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY -CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION -LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT +PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS +SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST +PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE -EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY -OF SUCH DAMAGES. +EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. 7. GENERAL If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of the -remainder of the terms of this Agreement, and without further action by the -parties hereto, such provision shall be reformed to the minimum extent -necessary to make such provision valid and enforceable. - -If Recipient institutes patent litigation against any entity (including a -cross-claim or counterclaim in a lawsuit) alleging that the Program itself -(excluding combinations of the Program with other software or hardware) -infringes such Recipient's patent(s), then such Recipient's rights granted -under Section 2(b) shall terminate as of the date such litigation is filed. - -All Recipient's rights under this Agreement shall terminate if it fails to -comply with any of the material terms or conditions of this Agreement and does -not cure such failure in a reasonable period of time after becoming aware of -such noncompliance. If all Recipient's rights under this Agreement terminate, -Recipient agrees to cease use and distribution of the Program as soon as -reasonably practicable. However, Recipient's obligations under this Agreement -and any licenses granted by Recipient relating to the Program shall continue -and survive. - -Everyone is permitted to copy and distribute copies of this Agreement, but in -order to avoid inconsistency the Agreement is copyrighted and may only be -modified in the following manner. The Agreement Steward reserves the right to -publish new versions (including revisions) of this Agreement from time to -time. No one other than the Agreement Steward has the right to modify this -Agreement. The Eclipse Foundation is the initial Agreement Steward. The -Eclipse Foundation may assign the responsibility to serve as the Agreement -Steward to a suitable separate entity. Each new version of the Agreement will -be given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version of the -Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly -stated in Sections 2(a) and 2(b) above, Recipient receives no rights or -licenses to the intellectual property of any Contributor under this Agreement, -whether expressly, by implication, estoppel or otherwise. All rights in the -Program not expressly granted under this Agreement are reserved. - -This Agreement is governed by the laws of the State of New York and the -intellectual property laws of the United States of America. No party to this -Agreement will bring a legal action under this Agreement more than one year -after the cause of action arose. Each party waives its rights to a jury trial in -any resulting litigation. +applicable law, it shall not affect the validity or enforceability of +the remainder of the terms of this Agreement, and without further +action by the parties hereto, such provision shall be reformed to the +minimum extent necessary to make such provision valid and enforceable. + +If Recipient institutes patent litigation against any entity +(including a cross-claim or counterclaim in a lawsuit) alleging that the +Program itself (excluding combinations of the Program with other software +or hardware) infringes such Recipient's patent(s), then such Recipient's +rights granted under Section 2(b) shall terminate as of the date such +litigation is filed. + +All Recipient's rights under this Agreement shall terminate if it +fails to comply with any of the material terms or conditions of this +Agreement and does not cure such failure in a reasonable period of +time after becoming aware of such noncompliance. If all Recipient's +rights under this Agreement terminate, Recipient agrees to cease use +and distribution of the Program as soon as reasonably practicable. +However, Recipient's obligations under this Agreement and any licenses +granted by Recipient relating to the Program shall continue and survive. + +Everyone is permitted to copy and distribute copies of this Agreement, +but in order to avoid inconsistency the Agreement is copyrighted and +may only be modified in the following manner. The Agreement Steward +reserves the right to publish new versions (including revisions) of +this Agreement from time to time. No one other than the Agreement +Steward has the right to modify this Agreement. The Eclipse Foundation +is the initial Agreement Steward. The Eclipse Foundation may assign the +responsibility to serve as the Agreement Steward to a suitable separate +entity. Each new version of the Agreement will be given a distinguishing +version number. The Program (including Contributions) may always be +Distributed subject to the version of the Agreement under which it was +received. In addition, after a new version of the Agreement is published, +Contributor may elect to Distribute the Program (including its +Contributions) under the new version. + +Except as expressly stated in Sections 2(a) and 2(b) above, Recipient +receives no rights or licenses to the intellectual property of any +Contributor under this Agreement, whether expressly, by implication, +estoppel or otherwise. All rights in the Program not expressly granted +under this Agreement are reserved. Nothing in this Agreement is intended +to be enforceable by any entity that is not a Contributor or Recipient. +No third-party beneficiary rights are created under this Agreement. + +Exhibit A - Form of Secondary Licenses Notice + +"This Source Code may also be made available under the following +Secondary Licenses when the conditions for such availability set forth +in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), +version(s), and exceptions or additional permissions here}." + + Simply including a copy of this Agreement, including this Exhibit A + is not sufficient to license the Source Code under Secondary Licenses. + + If it is not possible or desirable to put the notice in a particular + file, then You may include the notice in a location (such as a LICENSE + file in a relevant directory) where a recipient would be likely to + look for such a notice. + + You may add additional accurate notices of copyright ownership. \ No newline at end of file diff --git a/gradle/maven-deployment.gradle b/gradle/maven-deployment.gradle index 9282e3e4..253c6f8f 100644 --- a/gradle/maven-deployment.gradle +++ b/gradle/maven-deployment.gradle @@ -18,8 +18,8 @@ publishing { url = 'https://www.eclipse.org/Xtext/' licenses { license { - name = 'Eclipse Public License, Version 1.0' - url = 'http://www.eclipse.org/legal/epl-v10.html' + name = 'Eclipse Public License, Version 2.0' + url = 'http://www.eclipse.org/legal/epl-2.0' } } scm { diff --git a/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/AbstractEntitiesIdeModule.java b/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/AbstractEntitiesIdeModule.java index f895fce9..58fae956 100644 --- a/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/AbstractEntitiesIdeModule.java +++ b/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/AbstractEntitiesIdeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.ide; diff --git a/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/contentassist/antlr/EntitiesParser.java b/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/contentassist/antlr/EntitiesParser.java index 9fb5c195..3a92479f 100644 --- a/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/contentassist/antlr/EntitiesParser.java +++ b/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/contentassist/antlr/EntitiesParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.ide.contentassist.antlr; diff --git a/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/contentassist/antlr/internal/InternalEntities.g b/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/contentassist/antlr/internal/InternalEntities.g index 1ac1952b..ec1149b9 100644 --- a/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/contentassist/antlr/internal/InternalEntities.g +++ b/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/contentassist/antlr/internal/InternalEntities.g @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar InternalEntities; diff --git a/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/contentassist/antlr/internal/InternalEntitiesParser.java b/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/contentassist/antlr/internal/InternalEntitiesParser.java index d2ad82b4..12e6b76e 100644 --- a/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/contentassist/antlr/internal/InternalEntitiesParser.java +++ b/org.eclipse.xtext.web.example.entities.ide/src-gen/org/eclipse/xtext/web/example/entities/ide/contentassist/antlr/internal/InternalEntitiesParser.java @@ -22,10 +22,11 @@ import java.util.HashMap; /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ @SuppressWarnings("all") public class InternalEntitiesParser extends AbstractInternalContentAssistParser { diff --git a/org.eclipse.xtext.web.example.entities.ide/src/org/eclipse/xtext/web/example/entities/ide/EntitiesIdeModule.java b/org.eclipse.xtext.web.example.entities.ide/src/org/eclipse/xtext/web/example/entities/ide/EntitiesIdeModule.java index aa048610..25219f70 100644 --- a/org.eclipse.xtext.web.example.entities.ide/src/org/eclipse/xtext/web/example/entities/ide/EntitiesIdeModule.java +++ b/org.eclipse.xtext.web.example.entities.ide/src/org/eclipse/xtext/web/example/entities/ide/EntitiesIdeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.ide; diff --git a/org.eclipse.xtext.web.example.entities.ide/src/org/eclipse/xtext/web/example/entities/ide/EntitiesIdeSetup.java b/org.eclipse.xtext.web.example.entities.ide/src/org/eclipse/xtext/web/example/entities/ide/EntitiesIdeSetup.java index 122f6de1..238a49f9 100644 --- a/org.eclipse.xtext.web.example.entities.ide/src/org/eclipse/xtext/web/example/entities/ide/EntitiesIdeSetup.java +++ b/org.eclipse.xtext.web.example.entities.ide/src/org/eclipse/xtext/web/example/entities/ide/EntitiesIdeSetup.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.ide; diff --git a/org.eclipse.xtext.web.example.entities/generator/org/eclipse/xtext/web/example/entities/EntitiesGeneratorModule.java b/org.eclipse.xtext.web.example.entities/generator/org/eclipse/xtext/web/example/entities/EntitiesGeneratorModule.java index 0a17175b..39464c47 100644 --- a/org.eclipse.xtext.web.example.entities/generator/org/eclipse/xtext/web/example/entities/EntitiesGeneratorModule.java +++ b/org.eclipse.xtext.web.example.entities/generator/org/eclipse/xtext/web/example/entities/EntitiesGeneratorModule.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.web.example.entities; diff --git a/org.eclipse.xtext.web.example.entities/model/generated/Entities.genmodel b/org.eclipse.xtext.web.example.entities/model/generated/Entities.genmodel index 72cb893f..2bfb2d15 100644 --- a/org.eclipse.xtext.web.example.entities/model/generated/Entities.genmodel +++ b/org.eclipse.xtext.web.example.entities/model/generated/Entities.genmodel @@ -1,6 +1,6 @@ diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/AbstractEntitiesRuntimeModule.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/AbstractEntitiesRuntimeModule.java index b89f6032..8ded23b3 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/AbstractEntitiesRuntimeModule.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/AbstractEntitiesRuntimeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/EntitiesStandaloneSetupGenerated.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/EntitiesStandaloneSetupGenerated.java index c13102bc..facc0ac8 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/EntitiesStandaloneSetupGenerated.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/EntitiesStandaloneSetupGenerated.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/AbstractElement.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/AbstractElement.java index ed2e8e2b..6ef05207 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/AbstractElement.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/AbstractElement.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/DomainmodelFactory.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/DomainmodelFactory.java index 619db828..1edb592e 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/DomainmodelFactory.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/DomainmodelFactory.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/DomainmodelPackage.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/DomainmodelPackage.java index 4d45fb01..86164c7b 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/DomainmodelPackage.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/DomainmodelPackage.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Entities.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Entities.java index d201c915..5c64c202 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Entities.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Entities.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Entity.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Entity.java index eba339c7..5372a09c 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Entity.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Entity.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Feature.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Feature.java index 3d4d3934..ada6d14a 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Feature.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Feature.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Operation.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Operation.java index d2f68e73..cdf6512c 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Operation.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Operation.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/PackageDeclaration.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/PackageDeclaration.java index 4646ae53..e885730e 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/PackageDeclaration.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/PackageDeclaration.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Property.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Property.java index 91917818..810514df 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Property.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/Property.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/AbstractElementImpl.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/AbstractElementImpl.java index a616d786..8b0ac0df 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/AbstractElementImpl.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/AbstractElementImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel.impl; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/DomainmodelFactoryImpl.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/DomainmodelFactoryImpl.java index 3746fb62..02e96dc2 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/DomainmodelFactoryImpl.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/DomainmodelFactoryImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel.impl; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/DomainmodelPackageImpl.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/DomainmodelPackageImpl.java index b92b434f..838c48ef 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/DomainmodelPackageImpl.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/DomainmodelPackageImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel.impl; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/EntitiesImpl.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/EntitiesImpl.java index aaea4fbb..cd16a04e 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/EntitiesImpl.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/EntitiesImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel.impl; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/EntityImpl.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/EntityImpl.java index ec02bd35..bebe42cf 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/EntityImpl.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/EntityImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel.impl; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/FeatureImpl.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/FeatureImpl.java index 1f6d09c5..5560f6e5 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/FeatureImpl.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/FeatureImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel.impl; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/OperationImpl.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/OperationImpl.java index 71792112..a8633511 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/OperationImpl.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/OperationImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel.impl; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/PackageDeclarationImpl.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/PackageDeclarationImpl.java index 8d806833..46db8a4c 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/PackageDeclarationImpl.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/PackageDeclarationImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel.impl; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/PropertyImpl.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/PropertyImpl.java index bf726a79..41a9477b 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/PropertyImpl.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/impl/PropertyImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel.impl; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/util/DomainmodelAdapterFactory.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/util/DomainmodelAdapterFactory.java index eb9adeb3..2f7d38c5 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/util/DomainmodelAdapterFactory.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/util/DomainmodelAdapterFactory.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel.util; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/util/DomainmodelSwitch.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/util/DomainmodelSwitch.java index b4713c51..383de686 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/util/DomainmodelSwitch.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/domainmodel/util/DomainmodelSwitch.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.entities.domainmodel.util; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/EntitiesAntlrTokenFileProvider.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/EntitiesAntlrTokenFileProvider.java index 9dab2767..ada3d9a0 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/EntitiesAntlrTokenFileProvider.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/EntitiesAntlrTokenFileProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.parser.antlr; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/EntitiesParser.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/EntitiesParser.java index 80ae1e35..14645b3c 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/EntitiesParser.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/EntitiesParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.parser.antlr; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/internal/InternalEntities.g b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/internal/InternalEntities.g index 9fbd1c8f..e70cc858 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/internal/InternalEntities.g +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/internal/InternalEntities.g @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar InternalEntities; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/internal/InternalEntitiesParser.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/internal/InternalEntitiesParser.java index 1bda92fc..4b2817b5 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/internal/InternalEntitiesParser.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/parser/antlr/internal/InternalEntitiesParser.java @@ -21,10 +21,11 @@ import java.util.HashMap; /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ @SuppressWarnings("all") public class InternalEntitiesParser extends AbstractInternalAntlrParser { diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/scoping/AbstractEntitiesScopeProvider.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/scoping/AbstractEntitiesScopeProvider.java index a7f65286..dff4f5e7 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/scoping/AbstractEntitiesScopeProvider.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/scoping/AbstractEntitiesScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.scoping; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/serializer/AbstractEntitiesSemanticSequencer.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/serializer/AbstractEntitiesSemanticSequencer.java index b55e7257..a9b8899e 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/serializer/AbstractEntitiesSemanticSequencer.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/serializer/AbstractEntitiesSemanticSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.serializer; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/serializer/AbstractEntitiesSyntacticSequencer.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/serializer/AbstractEntitiesSyntacticSequencer.java index c1dbe061..1ea4ee60 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/serializer/AbstractEntitiesSyntacticSequencer.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/serializer/AbstractEntitiesSyntacticSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.serializer; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/services/EntitiesGrammarAccess.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/services/EntitiesGrammarAccess.java index 65e37d8d..a7ac0eb9 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/services/EntitiesGrammarAccess.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/services/EntitiesGrammarAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.services; diff --git a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/validation/AbstractEntitiesValidator.java b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/validation/AbstractEntitiesValidator.java index 9d4edb16..bd0362d2 100644 --- a/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/validation/AbstractEntitiesValidator.java +++ b/org.eclipse.xtext.web.example.entities/src-gen/org/eclipse/xtext/web/example/entities/validation/AbstractEntitiesValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.validation; diff --git a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/Entities.xtext b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/Entities.xtext index 0003e9af..273dba91 100644 --- a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/Entities.xtext +++ b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/Entities.xtext @@ -1,9 +1,9 @@ /******************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * http://www.eclipse.org/legal/epl-2.0 *******************************************************************************/ grammar org.eclipse.xtext.web.example.entities.Entities with org.eclipse.xtext.xbase.Xbase diff --git a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/EntitiesRuntimeModule.java b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/EntitiesRuntimeModule.java index 6c4572be..1e0b02e7 100644 --- a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/EntitiesRuntimeModule.java +++ b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/EntitiesRuntimeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities; diff --git a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/EntitiesStandaloneSetup.java b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/EntitiesStandaloneSetup.java index 7d286e5c..15206451 100644 --- a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/EntitiesStandaloneSetup.java +++ b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/EntitiesStandaloneSetup.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities; diff --git a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/GenerateEntities.mwe2 b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/GenerateEntities.mwe2 index 4d6565c6..a7f8b95a 100644 --- a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/GenerateEntities.mwe2 +++ b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/GenerateEntities.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.web.example.entities.GenerateEntities @@ -43,10 +44,11 @@ Workflow { fileHeader = "/******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/" } } diff --git a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/formatting2/EntitiesFormatter.xtend b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/formatting2/EntitiesFormatter.xtend index 280fef20..16525a40 100644 --- a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/formatting2/EntitiesFormatter.xtend +++ b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/formatting2/EntitiesFormatter.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.formatting2 diff --git a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/jvmmodel/EntitiesJvmModelHelper.java b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/jvmmodel/EntitiesJvmModelHelper.java index ed3f63d9..2811a542 100644 --- a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/jvmmodel/EntitiesJvmModelHelper.java +++ b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/jvmmodel/EntitiesJvmModelHelper.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.jvmmodel; diff --git a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/jvmmodel/EntitiesJvmModelInferrer.xtend b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/jvmmodel/EntitiesJvmModelInferrer.xtend index 28cb2a94..99726cd5 100644 --- a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/jvmmodel/EntitiesJvmModelInferrer.xtend +++ b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/jvmmodel/EntitiesJvmModelInferrer.xtend @@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * http://www.eclipse.org/legal/epl-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.jvmmodel diff --git a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/scoping/EntitiesScopeProvider.java b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/scoping/EntitiesScopeProvider.java index 3a25cefd..6b5f82da 100644 --- a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/scoping/EntitiesScopeProvider.java +++ b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/scoping/EntitiesScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.scoping; diff --git a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/serializer/EntitiesSemanticSequencer.java b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/serializer/EntitiesSemanticSequencer.java index 88c6cfc6..2c49b665 100644 --- a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/serializer/EntitiesSemanticSequencer.java +++ b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/serializer/EntitiesSemanticSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.serializer; diff --git a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/serializer/EntitiesSyntacticSequencer.java b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/serializer/EntitiesSyntacticSequencer.java index 1c459f81..f41fa4bc 100644 --- a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/serializer/EntitiesSyntacticSequencer.java +++ b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/serializer/EntitiesSyntacticSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.serializer; diff --git a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/validation/EntitiesValidator.java b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/validation/EntitiesValidator.java index 05c2efc1..aec9b8d7 100644 --- a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/validation/EntitiesValidator.java +++ b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/validation/EntitiesValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.validation; diff --git a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/validation/IssueCodes.java b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/validation/IssueCodes.java index 500809cd..084a568b 100644 --- a/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/validation/IssueCodes.java +++ b/org.eclipse.xtext.web.example.entities/src/org/eclipse/xtext/web/example/entities/validation/IssueCodes.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.validation; diff --git a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/EntitiesWebModule.java b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/EntitiesWebModule.java index 9313f769..c34f9068 100644 --- a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/EntitiesWebModule.java +++ b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/EntitiesWebModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.jetty; diff --git a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/EntitiesWebSetup.java b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/EntitiesWebSetup.java index 08562830..8c7b4469 100644 --- a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/EntitiesWebSetup.java +++ b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/EntitiesWebSetup.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.jetty; diff --git a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/MyXtextServlet.java b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/MyXtextServlet.java index 98c861a2..ad2f161c 100644 --- a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/MyXtextServlet.java +++ b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/MyXtextServlet.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.web.example.jetty; diff --git a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/ServerLauncher.xtend b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/ServerLauncher.xtend index 1135278f..ad5357ba 100644 --- a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/ServerLauncher.xtend +++ b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/ServerLauncher.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.jetty diff --git a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/StatemachineWebModule.java b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/StatemachineWebModule.java index 74b9db20..281d6f22 100644 --- a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/StatemachineWebModule.java +++ b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/StatemachineWebModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.jetty; diff --git a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/StatemachineWebSetup.java b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/StatemachineWebSetup.java index 4f61f8bd..2b44598e 100644 --- a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/StatemachineWebSetup.java +++ b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/StatemachineWebSetup.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.jetty; diff --git a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/resource/StatemachineContentTypeProvider.java b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/resource/StatemachineContentTypeProvider.java index 87bb3f1e..9a71f593 100644 --- a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/resource/StatemachineContentTypeProvider.java +++ b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/resource/StatemachineContentTypeProvider.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.web.example.jetty.resource; diff --git a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/resource/StatemachineResourceSetProvider.java b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/resource/StatemachineResourceSetProvider.java index 2af2ad49..d9263df4 100644 --- a/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/resource/StatemachineResourceSetProvider.java +++ b/org.eclipse.xtext.web.example.jetty/src/main/java/org/eclipse/xtext/web/example/jetty/resource/StatemachineResourceSetProvider.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.web.example.jetty.resource; diff --git a/org.eclipse.xtext.web.example.jetty/src/main/xtext-gen/org/eclipse/xtext/web/example/jetty/AbstractEntitiesWebModule.java b/org.eclipse.xtext.web.example.jetty/src/main/xtext-gen/org/eclipse/xtext/web/example/jetty/AbstractEntitiesWebModule.java index 7c155724..2fa427d4 100644 --- a/org.eclipse.xtext.web.example.jetty/src/main/xtext-gen/org/eclipse/xtext/web/example/jetty/AbstractEntitiesWebModule.java +++ b/org.eclipse.xtext.web.example.jetty/src/main/xtext-gen/org/eclipse/xtext/web/example/jetty/AbstractEntitiesWebModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.jetty; diff --git a/org.eclipse.xtext.web.example.jetty/src/main/xtext-gen/org/eclipse/xtext/web/example/jetty/AbstractStatemachineWebModule.java b/org.eclipse.xtext.web.example.jetty/src/main/xtext-gen/org/eclipse/xtext/web/example/jetty/AbstractStatemachineWebModule.java index 8c1a8224..2cd14d0c 100644 --- a/org.eclipse.xtext.web.example.jetty/src/main/xtext-gen/org/eclipse/xtext/web/example/jetty/AbstractStatemachineWebModule.java +++ b/org.eclipse.xtext.web.example.jetty/src/main/xtext-gen/org/eclipse/xtext/web/example/jetty/AbstractStatemachineWebModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.jetty; diff --git a/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/AbstractStatemachineIdeModule.java b/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/AbstractStatemachineIdeModule.java index c476fce3..4194b809 100644 --- a/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/AbstractStatemachineIdeModule.java +++ b/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/AbstractStatemachineIdeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.ide; diff --git a/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/contentassist/antlr/StatemachineParser.java b/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/contentassist/antlr/StatemachineParser.java index 342166cc..b315642e 100644 --- a/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/contentassist/antlr/StatemachineParser.java +++ b/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/contentassist/antlr/StatemachineParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.ide.contentassist.antlr; diff --git a/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/contentassist/antlr/internal/InternalStatemachine.g b/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/contentassist/antlr/internal/InternalStatemachine.g index 10f13f72..b1ee64c5 100644 --- a/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/contentassist/antlr/internal/InternalStatemachine.g +++ b/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/contentassist/antlr/internal/InternalStatemachine.g @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar InternalStatemachine; diff --git a/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/contentassist/antlr/internal/InternalStatemachineParser.java b/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/contentassist/antlr/internal/InternalStatemachineParser.java index 7bc944a8..8cd07e88 100644 --- a/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/contentassist/antlr/internal/InternalStatemachineParser.java +++ b/org.eclipse.xtext.web.example.statemachine.ide/src-gen/org/eclipse/xtext/web/example/statemachine/ide/contentassist/antlr/internal/InternalStatemachineParser.java @@ -21,10 +21,11 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ @SuppressWarnings("all") public class InternalStatemachineParser extends AbstractInternalContentAssistParser { diff --git a/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineIdeModule.java b/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineIdeModule.java index 55cc0d66..63f964f1 100644 --- a/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineIdeModule.java +++ b/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineIdeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.ide; diff --git a/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineIdeSetup.java b/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineIdeSetup.java index c51c0d77..1da35fc4 100644 --- a/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineIdeSetup.java +++ b/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineIdeSetup.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.ide; diff --git a/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineImageDescriptionProvider.xtend b/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineImageDescriptionProvider.xtend index 903835f3..9caaf67e 100644 --- a/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineImageDescriptionProvider.xtend +++ b/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineImageDescriptionProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.ide diff --git a/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineSemanticHighlightingCalculator.xtend b/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineSemanticHighlightingCalculator.xtend index 14a9fe10..2d05a9d7 100644 --- a/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineSemanticHighlightingCalculator.xtend +++ b/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineSemanticHighlightingCalculator.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.ide diff --git a/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineTemplateProposalProvider.xtend b/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineTemplateProposalProvider.xtend index 667ce226..89bd1c76 100644 --- a/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineTemplateProposalProvider.xtend +++ b/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineTemplateProposalProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.ide diff --git a/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineWebContentProposalProvider.xtend b/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineWebContentProposalProvider.xtend index d7be801f..b0057f20 100644 --- a/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineWebContentProposalProvider.xtend +++ b/org.eclipse.xtext.web.example.statemachine.ide/src/org/eclipse/xtext/web/example/statemachine/ide/StatemachineWebContentProposalProvider.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.ide diff --git a/org.eclipse.xtext.web.example.statemachine/generator/org/eclipse/xtext/web/example/statemachine/StateMachineGeneratorModule.java b/org.eclipse.xtext.web.example.statemachine/generator/org/eclipse/xtext/web/example/statemachine/StateMachineGeneratorModule.java index 03276d15..6523f19c 100644 --- a/org.eclipse.xtext.web.example.statemachine/generator/org/eclipse/xtext/web/example/statemachine/StateMachineGeneratorModule.java +++ b/org.eclipse.xtext.web.example.statemachine/generator/org/eclipse/xtext/web/example/statemachine/StateMachineGeneratorModule.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.web.example.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/model/generated/Statemachine.genmodel b/org.eclipse.xtext.web.example.statemachine/model/generated/Statemachine.genmodel index bec0db5e..76c010ee 100644 --- a/org.eclipse.xtext.web.example.statemachine/model/generated/Statemachine.genmodel +++ b/org.eclipse.xtext.web.example.statemachine/model/generated/Statemachine.genmodel @@ -1,6 +1,6 @@ diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/AbstractStatemachineRuntimeModule.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/AbstractStatemachineRuntimeModule.java index 8d55a332..e1a13b7e 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/AbstractStatemachineRuntimeModule.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/AbstractStatemachineRuntimeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/StatemachineStandaloneSetupGenerated.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/StatemachineStandaloneSetupGenerated.java index c2fdded1..9253bed5 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/StatemachineStandaloneSetupGenerated.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/StatemachineStandaloneSetupGenerated.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/StatemachineAntlrTokenFileProvider.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/StatemachineAntlrTokenFileProvider.java index 75593b77..c930bbd5 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/StatemachineAntlrTokenFileProvider.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/StatemachineAntlrTokenFileProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.parser.antlr; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/StatemachineParser.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/StatemachineParser.java index 3a47b00e..2e1f0276 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/StatemachineParser.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/StatemachineParser.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.parser.antlr; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/internal/InternalStatemachine.g b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/internal/InternalStatemachine.g index 8b2af0ba..d346c026 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/internal/InternalStatemachine.g +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/internal/InternalStatemachine.g @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar InternalStatemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/internal/InternalStatemachineParser.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/internal/InternalStatemachineParser.java index 77d71d0a..38ac2777 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/internal/InternalStatemachineParser.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/parser/antlr/internal/InternalStatemachineParser.java @@ -20,10 +20,11 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ @SuppressWarnings("all") public class InternalStatemachineParser extends AbstractInternalAntlrParser { diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/scoping/AbstractStatemachineScopeProvider.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/scoping/AbstractStatemachineScopeProvider.java index 9d838f78..845a1713 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/scoping/AbstractStatemachineScopeProvider.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/scoping/AbstractStatemachineScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.scoping; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/serializer/StatemachineSemanticSequencer.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/serializer/StatemachineSemanticSequencer.java index db4e52f0..b6f42c6a 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/serializer/StatemachineSemanticSequencer.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/serializer/StatemachineSemanticSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.serializer; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/serializer/StatemachineSyntacticSequencer.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/serializer/StatemachineSyntacticSequencer.java index 769406d4..ee93a13c 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/serializer/StatemachineSyntacticSequencer.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/serializer/StatemachineSyntacticSequencer.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.serializer; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/services/StatemachineGrammarAccess.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/services/StatemachineGrammarAccess.java index f02374ea..03642670 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/services/StatemachineGrammarAccess.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/services/StatemachineGrammarAccess.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.services; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Command.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Command.java index 7d8ae0f9..cdf22e18 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Command.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Command.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Condition.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Condition.java index f34a8a9c..5193ccf4 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Condition.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Condition.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Event.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Event.java index 5edb8033..28643993 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Event.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Event.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/InputSignal.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/InputSignal.java index dddf7714..4a9b2961 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/InputSignal.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/InputSignal.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/OutputSignal.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/OutputSignal.java index 6414954e..c195bd7c 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/OutputSignal.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/OutputSignal.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Signal.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Signal.java index 7ba60657..751ad685 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Signal.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Signal.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/State.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/State.java index 794215a1..7c3b78b6 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/State.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/State.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Statemachine.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Statemachine.java index 36fee6e0..d7381099 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Statemachine.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Statemachine.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/StatemachineFactory.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/StatemachineFactory.java index 89e22100..d589ee96 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/StatemachineFactory.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/StatemachineFactory.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/StatemachinePackage.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/StatemachinePackage.java index 04f37521..460529dd 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/StatemachinePackage.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/StatemachinePackage.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Transition.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Transition.java index 2fb06edb..7a504e27 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Transition.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/Transition.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/CommandImpl.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/CommandImpl.java index 42b6cd41..e85c6a3e 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/CommandImpl.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/CommandImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.impl; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/ConditionImpl.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/ConditionImpl.java index 13809479..e5154e80 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/ConditionImpl.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/ConditionImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.impl; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/EventImpl.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/EventImpl.java index a71062d4..6dd4fcd7 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/EventImpl.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/EventImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.impl; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/InputSignalImpl.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/InputSignalImpl.java index 38f9d48d..6d9cba2f 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/InputSignalImpl.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/InputSignalImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.impl; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/OutputSignalImpl.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/OutputSignalImpl.java index 6c044bb9..9e257832 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/OutputSignalImpl.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/OutputSignalImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.impl; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/SignalImpl.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/SignalImpl.java index 7528bd89..439a1a41 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/SignalImpl.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/SignalImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.impl; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StateImpl.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StateImpl.java index f1bd6896..0531aea8 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StateImpl.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StateImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.impl; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StatemachineFactoryImpl.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StatemachineFactoryImpl.java index dba914f2..097fccdc 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StatemachineFactoryImpl.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StatemachineFactoryImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.impl; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StatemachineImpl.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StatemachineImpl.java index b61fa232..2f0cdc0f 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StatemachineImpl.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StatemachineImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.impl; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StatemachinePackageImpl.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StatemachinePackageImpl.java index 32fa5202..00e48f57 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StatemachinePackageImpl.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/StatemachinePackageImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.impl; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/TransitionImpl.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/TransitionImpl.java index 74d5af04..e3267d21 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/TransitionImpl.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/impl/TransitionImpl.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.impl; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/util/StatemachineAdapterFactory.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/util/StatemachineAdapterFactory.java index 878a9dd3..79b94cba 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/util/StatemachineAdapterFactory.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/util/StatemachineAdapterFactory.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.util; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/util/StatemachineSwitch.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/util/StatemachineSwitch.java index 55b5d695..ee28d604 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/util/StatemachineSwitch.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/statemachine/util/StatemachineSwitch.java @@ -1,10 +1,11 @@ /** * ****************************************************************************** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ package org.eclipse.xtext.web.example.statemachine.statemachine.util; diff --git a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/validation/AbstractStatemachineValidator.java b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/validation/AbstractStatemachineValidator.java index 3c0307d8..d386fd42 100644 --- a/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/validation/AbstractStatemachineValidator.java +++ b/org.eclipse.xtext.web.example.statemachine/src-gen/org/eclipse/xtext/web/example/statemachine/validation/AbstractStatemachineValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.validation; diff --git a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/GenerateStatemachine.mwe2 b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/GenerateStatemachine.mwe2 index 16c58418..40f0bda0 100644 --- a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/GenerateStatemachine.mwe2 +++ b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/GenerateStatemachine.mwe2 @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ module org.eclipse.xtext.web.example.statemachine.GenerateStatemachine @@ -43,10 +44,11 @@ Workflow { fileHeader = "/******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/" } } diff --git a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/Statemachine.xtext b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/Statemachine.xtext index 832de761..8d629338 100644 --- a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/Statemachine.xtext +++ b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/Statemachine.xtext @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ grammar org.eclipse.xtext.web.example.statemachine.Statemachine with org.eclipse.xtext.common.Terminals diff --git a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/StatemachineRuntimeModule.java b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/StatemachineRuntimeModule.java index d316be69..071ec896 100644 --- a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/StatemachineRuntimeModule.java +++ b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/StatemachineRuntimeModule.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/StatemachineStandaloneSetup.java b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/StatemachineStandaloneSetup.java index a36a15f2..89ab09a9 100644 --- a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/StatemachineStandaloneSetup.java +++ b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/StatemachineStandaloneSetup.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine; diff --git a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/formatting2/StatemachineFormatter.xtend b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/formatting2/StatemachineFormatter.xtend index cdc0ec86..8f0ebf3d 100644 --- a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/formatting2/StatemachineFormatter.xtend +++ b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/formatting2/StatemachineFormatter.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.formatting2; diff --git a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/generator/StatemachineGenerator.xtend b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/generator/StatemachineGenerator.xtend index deab7f8d..d9ab8cba 100644 --- a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/generator/StatemachineGenerator.xtend +++ b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/generator/StatemachineGenerator.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.generator diff --git a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/scoping/StatemachineScopeProvider.java b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/scoping/StatemachineScopeProvider.java index 7efacac5..16f2d539 100644 --- a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/scoping/StatemachineScopeProvider.java +++ b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/scoping/StatemachineScopeProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.scoping; diff --git a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/validation/StatemachineValidator.java b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/validation/StatemachineValidator.java index aafba147..0111bcb9 100644 --- a/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/validation/StatemachineValidator.java +++ b/org.eclipse.xtext.web.example.statemachine/src/org/eclipse/xtext/web/example/statemachine/validation/StatemachineValidator.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.validation; diff --git a/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/HttpServiceContext.xtend b/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/HttpServiceContext.xtend index a38029b9..8a52deb2 100644 --- a/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/HttpServiceContext.xtend +++ b/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/HttpServiceContext.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.servlet diff --git a/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/HttpSessionWrapper.xtend b/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/HttpSessionWrapper.xtend index a1f57b55..cdff7068 100644 --- a/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/HttpSessionWrapper.xtend +++ b/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/HttpSessionWrapper.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.servlet diff --git a/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/XtextResourcesServlet.xtend b/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/XtextResourcesServlet.xtend index b326f02c..61019218 100644 --- a/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/XtextResourcesServlet.xtend +++ b/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/XtextResourcesServlet.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.servlet diff --git a/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/XtextServlet.xtend b/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/XtextServlet.xtend index 2ee47a3c..1ad8f4f7 100644 --- a/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/XtextServlet.xtend +++ b/org.eclipse.xtext.web.servlet/src/main/java/org/eclipse/xtext/web/servlet/XtextServlet.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.servlet diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/DefaultWebModule.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/DefaultWebModule.java index 589914ae..0e669532 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/DefaultWebModule.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/DefaultWebModule.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.xtext.web.server; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/IServiceContext.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/IServiceContext.java index cafcb4c2..8db75243 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/IServiceContext.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/IServiceContext.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.web.server; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/IServiceResult.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/IServiceResult.java index 586ea3b5..2eb51fe3 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/IServiceResult.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/IServiceResult.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.web.server; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/ISession.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/ISession.java index 938d0c0f..1d3f35fb 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/ISession.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/ISession.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.web.server; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/IUnwrappableServiceResult.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/IUnwrappableServiceResult.java index c51147b6..b7935f16 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/IUnwrappableServiceResult.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/IUnwrappableServiceResult.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.xtext.web.server; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/InvalidRequestException.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/InvalidRequestException.xtend index d3a2b344..5b79a1be 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/InvalidRequestException.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/InvalidRequestException.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/ServiceConflictResult.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/ServiceConflictResult.xtend index 14e16318..7c614aa4 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/ServiceConflictResult.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/ServiceConflictResult.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/XtextServiceDispatcher.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/XtextServiceDispatcher.xtend index f826783c..e0966dbc 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/XtextServiceDispatcher.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/XtextServiceDispatcher.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/contentassist/ContentAssistResult.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/contentassist/ContentAssistResult.xtend index fa642e1b..0648648a 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/contentassist/ContentAssistResult.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/contentassist/ContentAssistResult.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.contentassist diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/contentassist/ContentAssistService.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/contentassist/ContentAssistService.xtend index 7d9bd838..ea17a4ac 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/contentassist/ContentAssistService.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/contentassist/ContentAssistService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.contentassist diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/formatting/FormattingResult.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/formatting/FormattingResult.xtend index 3880a48b..9d53686f 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/formatting/FormattingResult.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/formatting/FormattingResult.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.formatting diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/formatting/FormattingService.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/formatting/FormattingService.xtend index b00d7328..cd1c07ad 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/formatting/FormattingService.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/formatting/FormattingService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.formatting diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/DefaultContentTypeProvider.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/DefaultContentTypeProvider.java index b2f7aca9..719a6854 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/DefaultContentTypeProvider.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/DefaultContentTypeProvider.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.web.server.generator; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/GeneratorResult.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/GeneratorResult.xtend index 24350591..de985797 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/GeneratorResult.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/GeneratorResult.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.generator diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/GeneratorService.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/GeneratorService.xtend index ee1bc457..9e45f05a 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/GeneratorService.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/GeneratorService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.generator diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/IContentTypeProvider.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/IContentTypeProvider.java index 3de90605..474e4e54 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/IContentTypeProvider.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/generator/IContentTypeProvider.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.web.server.generator; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/hover/HoverResult.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/hover/HoverResult.xtend index 41b3aa1d..45d4847a 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/hover/HoverResult.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/hover/HoverResult.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.hover diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/hover/HoverService.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/hover/HoverService.xtend index 826e710c..9a19e865 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/hover/HoverService.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/hover/HoverService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.hover diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/AbstractCachedService.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/AbstractCachedService.xtend index 9f4f43c0..c812164e 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/AbstractCachedService.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/AbstractCachedService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.model diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/DocumentStateResult.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/DocumentStateResult.xtend index b9b19477..bd2b4228 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/DocumentStateResult.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/DocumentStateResult.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.model diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/DocumentSynchronizer.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/DocumentSynchronizer.xtend index 88a01156..8cd50c85 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/DocumentSynchronizer.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/DocumentSynchronizer.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.model diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/IWebDocumentProvider.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/IWebDocumentProvider.java index f4e631c4..0045eac8 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/IWebDocumentProvider.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/IWebDocumentProvider.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.web.server.model; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/IWebResourceSetProvider.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/IWebResourceSetProvider.java index 5ddcc8b6..aa8a593f 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/IWebResourceSetProvider.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/IWebResourceSetProvider.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.web.server.model; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/IXtextWebDocument.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/IXtextWebDocument.java index 3af0334f..165476fa 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/IXtextWebDocument.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/IXtextWebDocument.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.web.server.model; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/PrecomputedServiceRegistry.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/PrecomputedServiceRegistry.xtend index f669f916..ed0729b7 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/PrecomputedServiceRegistry.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/PrecomputedServiceRegistry.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.model diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/UpdateDocumentService.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/UpdateDocumentService.xtend index a8471b38..56e02678 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/UpdateDocumentService.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/UpdateDocumentService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.model diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/XtextWebDocument.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/XtextWebDocument.xtend index e5e01568..ddba60b6 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/XtextWebDocument.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/XtextWebDocument.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.model diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/XtextWebDocumentAccess.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/XtextWebDocumentAccess.xtend index dc3210d8..1e207966 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/XtextWebDocumentAccess.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/model/XtextWebDocumentAccess.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.model diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/occurrences/OccurrencesResult.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/occurrences/OccurrencesResult.xtend index 29d2dbf7..9e8f396b 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/occurrences/OccurrencesResult.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/occurrences/OccurrencesResult.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.occurrences diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/occurrences/OccurrencesService.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/occurrences/OccurrencesService.xtend index 6a57316c..eb475b8b 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/occurrences/OccurrencesService.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/occurrences/OccurrencesService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.occurrences diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/FileResourceHandler.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/FileResourceHandler.xtend index e448f767..e12de2e7 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/FileResourceHandler.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/FileResourceHandler.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.persistence diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/IResourceBaseProvider.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/IResourceBaseProvider.java index 3c8de38d..fcb13f8f 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/IResourceBaseProvider.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/IResourceBaseProvider.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.web.server.persistence; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/IServerResourceHandler.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/IServerResourceHandler.java index 9770fab7..ce09a325 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/IServerResourceHandler.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/IServerResourceHandler.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.web.server.persistence; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/ResourceBaseProviderImpl.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/ResourceBaseProviderImpl.xtend index 1eb0a12d..306a29ee 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/ResourceBaseProviderImpl.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/ResourceBaseProviderImpl.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.persistence diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/ResourceContentResult.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/ResourceContentResult.xtend index c76e27ea..f284d465 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/ResourceContentResult.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/ResourceContentResult.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.persistence diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/ResourcePersistenceService.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/ResourcePersistenceService.xtend index fc09c857..7e4f9dfd 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/ResourcePersistenceService.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/persistence/ResourcePersistenceService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.persistence diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/syntaxcoloring/HighlightingResult.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/syntaxcoloring/HighlightingResult.xtend index e447e781..9d29d7af 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/syntaxcoloring/HighlightingResult.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/syntaxcoloring/HighlightingResult.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.syntaxcoloring diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/syntaxcoloring/HighlightingService.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/syntaxcoloring/HighlightingService.xtend index 84f491c3..3d598dd5 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/syntaxcoloring/HighlightingService.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/syntaxcoloring/HighlightingService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.syntaxcoloring diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/util/CancelIndicatorProgressMonitor.java b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/util/CancelIndicatorProgressMonitor.java index 4246a9b3..e85b8ce7 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/util/CancelIndicatorProgressMonitor.java +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/util/CancelIndicatorProgressMonitor.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.web.server.util; diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/util/ElementAtOffsetUtil.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/util/ElementAtOffsetUtil.xtend index f8510f48..89fb999e 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/util/ElementAtOffsetUtil.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/util/ElementAtOffsetUtil.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.util diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/validation/ValidationResult.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/validation/ValidationResult.xtend index 607e72a2..6aa3c71c 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/validation/ValidationResult.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/validation/ValidationResult.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.validation diff --git a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/validation/ValidationService.xtend b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/validation/ValidationService.xtend index b99b53f5..1a7fc36f 100644 --- a/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/validation/ValidationService.xtend +++ b/org.eclipse.xtext.web/src/main/java/org/eclipse/xtext/web/server/validation/ValidationService.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.validation diff --git a/org.eclipse.xtext.web/src/main/js/requirejs-ace-config.js b/org.eclipse.xtext.web/src/main/js/requirejs-ace-config.js index 24d4b181..2be5b879 100644 --- a/org.eclipse.xtext.web/src/main/js/requirejs-ace-config.js +++ b/org.eclipse.xtext.web/src/main/js/requirejs-ace-config.js @@ -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 *******************************************************************************/ ({ diff --git a/org.eclipse.xtext.web/src/main/js/requirejs-codemirror-config.js b/org.eclipse.xtext.web/src/main/js/requirejs-codemirror-config.js index 441403ec..78295101 100644 --- a/org.eclipse.xtext.web/src/main/js/requirejs-codemirror-config.js +++ b/org.eclipse.xtext.web/src/main/js/requirejs-codemirror-config.js @@ -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 *******************************************************************************/ ({ diff --git a/org.eclipse.xtext.web/src/main/js/requirejs-orion-config.js b/org.eclipse.xtext.web/src/main/js/requirejs-orion-config.js index 9cfce25f..89d25cb5 100644 --- a/org.eclipse.xtext.web/src/main/js/requirejs-orion-config.js +++ b/org.eclipse.xtext.web/src/main/js/requirejs-orion-config.js @@ -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 *******************************************************************************/ ({ diff --git a/org.eclipse.xtext.web/src/main/js/xtext/AceEditorContext.js b/org.eclipse.xtext.web/src/main/js/xtext/AceEditorContext.js index b8f1941a..172c7cb0 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/AceEditorContext.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/AceEditorContext.js @@ -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 *******************************************************************************/ define([], function() { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/CodeMirrorEditorContext.js b/org.eclipse.xtext.web/src/main/js/xtext/CodeMirrorEditorContext.js index baa2d27c..b829c680 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/CodeMirrorEditorContext.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/CodeMirrorEditorContext.js @@ -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 *******************************************************************************/ define([], function() { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/OrionEditorContext.js b/org.eclipse.xtext.web/src/main/js/xtext/OrionEditorContext.js index cabcdb8b..973a0805 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/OrionEditorContext.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/OrionEditorContext.js @@ -1,8 +1,8 @@ /******************************************************************************* * 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 + * under the terms of the Eclipse Public License v2.0 which accompanies this + * distribution, and is available at http://www.eclipse.org/legal/epl-2.0 ******************************************************************************/ define(function() { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/ServiceBuilder.js b/org.eclipse.xtext.web/src/main/js/xtext/ServiceBuilder.js index 63eb866f..f5839990 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/ServiceBuilder.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/ServiceBuilder.js @@ -1,8 +1,8 @@ /******************************************************************************* * 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 + * under the terms of the Eclipse Public License v2.0 which accompanies this + * distribution, and is available at http://www.eclipse.org/legal/epl-2.0 ******************************************************************************/ define([ diff --git a/org.eclipse.xtext.web/src/main/js/xtext/compatibility.js b/org.eclipse.xtext.web/src/main/js/xtext/compatibility.js index 112cc168..c877fc56 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/compatibility.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/compatibility.js @@ -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 *******************************************************************************/ define([], function() { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/services/ContentAssistService.js b/org.eclipse.xtext.web/src/main/js/xtext/services/ContentAssistService.js index 4d68d224..1686570d 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/services/ContentAssistService.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/services/ContentAssistService.js @@ -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 *******************************************************************************/ define(['xtext/services/XtextService', 'jquery'], function(XtextService, jQuery) { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/services/FormattingService.js b/org.eclipse.xtext.web/src/main/js/xtext/services/FormattingService.js index 66603884..f59099ee 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/services/FormattingService.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/services/FormattingService.js @@ -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 *******************************************************************************/ define(['xtext/services/XtextService', 'jquery'], function(XtextService, jQuery) { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/services/HighlightingService.js b/org.eclipse.xtext.web/src/main/js/xtext/services/HighlightingService.js index 1b93f966..5a5ac8ba 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/services/HighlightingService.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/services/HighlightingService.js @@ -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 *******************************************************************************/ define(['xtext/services/XtextService', 'jquery'], function(XtextService, jQuery) { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/services/HoverService.js b/org.eclipse.xtext.web/src/main/js/xtext/services/HoverService.js index 0f16bd88..03c5a52b 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/services/HoverService.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/services/HoverService.js @@ -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 *******************************************************************************/ define(['xtext/services/XtextService', 'jquery'], function(XtextService, jQuery) { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/services/LoadResourceService.js b/org.eclipse.xtext.web/src/main/js/xtext/services/LoadResourceService.js index c935f2f6..b5a315c3 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/services/LoadResourceService.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/services/LoadResourceService.js @@ -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 *******************************************************************************/ define(['xtext/services/XtextService', 'jquery'], function(XtextService, jQuery) { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/services/OccurrencesService.js b/org.eclipse.xtext.web/src/main/js/xtext/services/OccurrencesService.js index 49bf93d8..2e2d0b1a 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/services/OccurrencesService.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/services/OccurrencesService.js @@ -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 *******************************************************************************/ define(['xtext/services/XtextService', 'jquery'], function(XtextService, jQuery) { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/services/SaveResourceService.js b/org.eclipse.xtext.web/src/main/js/xtext/services/SaveResourceService.js index f83a7e79..66cdaff5 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/services/SaveResourceService.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/services/SaveResourceService.js @@ -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 *******************************************************************************/ define(['xtext/services/XtextService', 'jquery'], function(XtextService, jQuery) { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/services/UpdateService.js b/org.eclipse.xtext.web/src/main/js/xtext/services/UpdateService.js index 3b319f3e..b78d846d 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/services/UpdateService.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/services/UpdateService.js @@ -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 *******************************************************************************/ define(['xtext/services/XtextService', 'jquery'], function(XtextService, jQuery) { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/services/ValidationService.js b/org.eclipse.xtext.web/src/main/js/xtext/services/ValidationService.js index 29fbc84f..85c9953d 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/services/ValidationService.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/services/ValidationService.js @@ -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 *******************************************************************************/ define(['xtext/services/XtextService', 'jquery'], function(XtextService, jQuery) { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/services/XtextService.js b/org.eclipse.xtext.web/src/main/js/xtext/services/XtextService.js index 3d10484d..d3a4842f 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/services/XtextService.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/services/XtextService.js @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ define(['jquery'], function(jQuery) { diff --git a/org.eclipse.xtext.web/src/main/js/xtext/xtext-ace.js b/org.eclipse.xtext.web/src/main/js/xtext/xtext-ace.js index ca9302bf..d98e1604 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/xtext-ace.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/xtext-ace.js @@ -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 *******************************************************************************/ /* diff --git a/org.eclipse.xtext.web/src/main/js/xtext/xtext-codemirror.js b/org.eclipse.xtext.web/src/main/js/xtext/xtext-codemirror.js index a1c04403..8e42461d 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/xtext-codemirror.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/xtext-codemirror.js @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ /* diff --git a/org.eclipse.xtext.web/src/main/js/xtext/xtext-orion.js b/org.eclipse.xtext.web/src/main/js/xtext/xtext-orion.js index 90731c69..b5ba6735 100644 --- a/org.eclipse.xtext.web/src/main/js/xtext/xtext-orion.js +++ b/org.eclipse.xtext.web/src/main/js/xtext/xtext-orion.js @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ /* diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/AbstractWebServerTest.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/AbstractWebServerTest.xtend index 85e95a0a..375b3b30 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/AbstractWebServerTest.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/AbstractWebServerTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/ContentAssistTest.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/ContentAssistTest.xtend index e5ca85a4..d813ad71 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/ContentAssistTest.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/ContentAssistTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/Formatting1Test.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/Formatting1Test.xtend index 4bd10762..06c7863e 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/Formatting1Test.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/Formatting1Test.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/Formatting2Test.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/Formatting2Test.xtend index 143ce8ef..aa263923 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/Formatting2Test.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/Formatting2Test.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/GeneratorTest.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/GeneratorTest.xtend index 0fdcdba3..52467828 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/GeneratorTest.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/GeneratorTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/HashMapSession.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/HashMapSession.xtend index becbbc44..3352b76a 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/HashMapSession.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/HashMapSession.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/HighlightingTest.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/HighlightingTest.xtend index 498a9258..b70d9fc6 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/HighlightingTest.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/HighlightingTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/HoverTest.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/HoverTest.xtend index f8b218f8..9fe8a1e0 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/HoverTest.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/HoverTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/MockServiceContext.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/MockServiceContext.xtend index 0d785f06..76b4c16f 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/MockServiceContext.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/MockServiceContext.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/OccurrenceTest.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/OccurrenceTest.xtend index 27bc6a2f..23f46907 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/OccurrenceTest.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/OccurrenceTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/ResourcePersistenceTest.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/ResourcePersistenceTest.xtend index 1f1fd8f3..beae6c62 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/ResourcePersistenceTest.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/ResourcePersistenceTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/UpdateDocumentTest.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/UpdateDocumentTest.xtend index 26deab35..2675f397 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/UpdateDocumentTest.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/UpdateDocumentTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/ValidationTest.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/ValidationTest.xtend index 8d7bf8fe..ff41679f 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/ValidationTest.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/ValidationTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/languages/StatemachineWebModule.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/languages/StatemachineWebModule.xtend index da8a0f8f..2869a393 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/languages/StatemachineWebModule.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/languages/StatemachineWebModule.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test.languages diff --git a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/languages/formatting/StatemachineFormatter.xtend b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/languages/formatting/StatemachineFormatter.xtend index 05e75582..f8fc6fd8 100644 --- a/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/languages/formatting/StatemachineFormatter.xtend +++ b/org.eclipse.xtext.web/src/test/java/org/eclipse/xtext/web/server/test/languages/formatting/StatemachineFormatter.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.server.test.languages.formatting diff --git a/org.eclipse.xtext.web/src/test/js/ServiceBuilderTest.js b/org.eclipse.xtext.web/src/test/js/ServiceBuilderTest.js index 43577b03..10cc6713 100644 --- a/org.eclipse.xtext.web/src/test/js/ServiceBuilderTest.js +++ b/org.eclipse.xtext.web/src/test/js/ServiceBuilderTest.js @@ -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 *******************************************************************************/ var requirejs = require('requirejs'); diff --git a/org.eclipse.xtext.web/src/test/js/test-content-assist.js b/org.eclipse.xtext.web/src/test/js/test-content-assist.js index cce89c88..753c7263 100644 --- a/org.eclipse.xtext.web/src/test/js/test-content-assist.js +++ b/org.eclipse.xtext.web/src/test/js/test-content-assist.js @@ -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 *******************************************************************************/ var requirejs = require('requirejs'); diff --git a/org.eclipse.xtext.web/src/test/js/test-formatting.js b/org.eclipse.xtext.web/src/test/js/test-formatting.js index b7569b50..a1640539 100644 --- a/org.eclipse.xtext.web/src/test/js/test-formatting.js +++ b/org.eclipse.xtext.web/src/test/js/test-formatting.js @@ -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 *******************************************************************************/ var requirejs = require('requirejs'); diff --git a/org.eclipse.xtext.web/src/test/js/test-generator.js b/org.eclipse.xtext.web/src/test/js/test-generator.js index edcc7863..632275d0 100644 --- a/org.eclipse.xtext.web/src/test/js/test-generator.js +++ b/org.eclipse.xtext.web/src/test/js/test-generator.js @@ -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 *******************************************************************************/ var requirejs = require('requirejs'); diff --git a/org.eclipse.xtext.web/src/test/js/test-highlighting.js b/org.eclipse.xtext.web/src/test/js/test-highlighting.js index 47c13961..41e9a4eb 100644 --- a/org.eclipse.xtext.web/src/test/js/test-highlighting.js +++ b/org.eclipse.xtext.web/src/test/js/test-highlighting.js @@ -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 *******************************************************************************/ var requirejs = require('requirejs'); diff --git a/org.eclipse.xtext.web/src/test/js/test-hover.js b/org.eclipse.xtext.web/src/test/js/test-hover.js index 35964c49..d9c692e2 100644 --- a/org.eclipse.xtext.web/src/test/js/test-hover.js +++ b/org.eclipse.xtext.web/src/test/js/test-hover.js @@ -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 *******************************************************************************/ var requirejs = require('requirejs'); diff --git a/org.eclipse.xtext.web/src/test/js/test-occurrences.js b/org.eclipse.xtext.web/src/test/js/test-occurrences.js index 9256aa2e..f54d3109 100644 --- a/org.eclipse.xtext.web/src/test/js/test-occurrences.js +++ b/org.eclipse.xtext.web/src/test/js/test-occurrences.js @@ -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 *******************************************************************************/ var requirejs = require('requirejs'); diff --git a/org.eclipse.xtext.web/src/test/js/test-persistence.js b/org.eclipse.xtext.web/src/test/js/test-persistence.js index d33c6631..736da961 100644 --- a/org.eclipse.xtext.web/src/test/js/test-persistence.js +++ b/org.eclipse.xtext.web/src/test/js/test-persistence.js @@ -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 *******************************************************************************/ var requirejs = require('requirejs'); diff --git a/org.eclipse.xtext.web/src/test/js/test-update.js b/org.eclipse.xtext.web/src/test/js/test-update.js index 21e06f05..7f30865e 100644 --- a/org.eclipse.xtext.web/src/test/js/test-update.js +++ b/org.eclipse.xtext.web/src/test/js/test-update.js @@ -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 *******************************************************************************/ var requirejs = require('requirejs'); diff --git a/org.eclipse.xtext.web/src/test/js/test-validation.js b/org.eclipse.xtext.web/src/test/js/test-validation.js index e6d346c5..d4643737 100644 --- a/org.eclipse.xtext.web/src/test/js/test-validation.js +++ b/org.eclipse.xtext.web/src/test/js/test-validation.js @@ -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 *******************************************************************************/ var requirejs = require('requirejs'); diff --git a/org.eclipse.xtext.web/src/test/js/xtext/MockEditorContext.js b/org.eclipse.xtext.web/src/test/js/xtext/MockEditorContext.js index d053f711..756b0e6a 100644 --- a/org.eclipse.xtext.web/src/test/js/xtext/MockEditorContext.js +++ b/org.eclipse.xtext.web/src/test/js/xtext/MockEditorContext.js @@ -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 *******************************************************************************/ define(function() { diff --git a/org.eclipse.xtext.web/src/test/js/xtext/mock-jquery.js b/org.eclipse.xtext.web/src/test/js/xtext/mock-jquery.js index 5d695393..84450d13 100644 --- a/org.eclipse.xtext.web/src/test/js/xtext/mock-jquery.js +++ b/org.eclipse.xtext.web/src/test/js/xtext/mock-jquery.js @@ -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 *******************************************************************************/ define(function() { diff --git a/org.eclipse.xtext.web/src/test/js/xtext/xtext-test.js b/org.eclipse.xtext.web/src/test/js/xtext/xtext-test.js index 3bcfde49..95b4d1e7 100644 --- a/org.eclipse.xtext.web/src/test/js/xtext/xtext-test.js +++ b/org.eclipse.xtext.web/src/test/js/xtext/xtext-test.js @@ -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 *******************************************************************************/ define([ diff --git a/org.eclipse.xtext.web/src/test/xtext-gen/org/eclipse/xtext/web/example/statemachine/tests/StatemachineInjectorProvider.java b/org.eclipse.xtext.web/src/test/xtext-gen/org/eclipse/xtext/web/example/statemachine/tests/StatemachineInjectorProvider.java index 0b91d45e..7ff2b82f 100644 --- a/org.eclipse.xtext.web/src/test/xtext-gen/org/eclipse/xtext/web/example/statemachine/tests/StatemachineInjectorProvider.java +++ b/org.eclipse.xtext.web/src/test/xtext-gen/org/eclipse/xtext/web/example/statemachine/tests/StatemachineInjectorProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.statemachine.tests; diff --git a/org.eclipse.xtext.xbase.web/src/main/java/org/eclipse/xtext/xbase/web/DefaultXbaseWebModule.xtend b/org.eclipse.xtext.xbase.web/src/main/java/org/eclipse/xtext/xbase/web/DefaultXbaseWebModule.xtend index 7c066474..0fb4fb42 100644 --- a/org.eclipse.xtext.xbase.web/src/main/java/org/eclipse/xtext/xbase/web/DefaultXbaseWebModule.xtend +++ b/org.eclipse.xtext.xbase.web/src/main/java/org/eclipse/xtext/xbase/web/DefaultXbaseWebModule.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2016 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.xbase.web diff --git a/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/AbstractXbaseWebTest.xtend b/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/AbstractXbaseWebTest.xtend index 8106ecba..a9704e95 100644 --- a/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/AbstractXbaseWebTest.xtend +++ b/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/AbstractXbaseWebTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.xbase.web.test diff --git a/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/ContentAssistTest.xtend b/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/ContentAssistTest.xtend index 56d0c979..74a90ecb 100644 --- a/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/ContentAssistTest.xtend +++ b/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/ContentAssistTest.xtend @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2017 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.xbase.web.test diff --git a/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/HashMapSession.java b/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/HashMapSession.java index eda08e36..f84fe922 100644 --- a/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/HashMapSession.java +++ b/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/HashMapSession.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.xtext.xbase.web.test; diff --git a/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/MockServiceContext.java b/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/MockServiceContext.java index 7c658f44..3790def3 100644 --- a/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/MockServiceContext.java +++ b/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/MockServiceContext.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.xtext.xbase.web.test; diff --git a/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/languages/EntitiesWebModule.java b/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/languages/EntitiesWebModule.java index b6b02291..94516395 100644 --- a/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/languages/EntitiesWebModule.java +++ b/org.eclipse.xtext.xbase.web/src/test/java/org/eclipse/xtext/xbase/web/test/languages/EntitiesWebModule.java @@ -1,9 +1,10 @@ /** * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.xtext.xbase.web.test.languages; diff --git a/org.eclipse.xtext.xbase.web/src/test/xtext-gen/org/eclipse/xtext/web/example/entities/tests/EntitiesInjectorProvider.java b/org.eclipse.xtext.xbase.web/src/test/xtext-gen/org/eclipse/xtext/web/example/entities/tests/EntitiesInjectorProvider.java index b8211df7..378c862f 100644 --- a/org.eclipse.xtext.xbase.web/src/test/xtext-gen/org/eclipse/xtext/web/example/entities/tests/EntitiesInjectorProvider.java +++ b/org.eclipse.xtext.xbase.web/src/test/xtext-gen/org/eclipse/xtext/web/example/entities/tests/EntitiesInjectorProvider.java @@ -1,9 +1,10 @@ /******************************************************************************* * Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.xtext.web.example.entities.tests;