Skip to content

Commit ca34d2a

Browse files
committed
ST6RI-922 Revised existing licensing comments in code from LGPL to EPL.
This was done using global replace of various phrases, so the formatting may not be perfect.
1 parent 4a471d8 commit ca34d2a

805 files changed

Lines changed: 4830 additions & 5590 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

org.omg.kerml.expressions.xtext/src/org/omg/kerml/expressions/xtext/KerMLExpressions.xtext

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,18 @@
66
* Copyright (c) 2019 Mgnite Inc.
77
*
88
* This program is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU Lesser General Public License as published by
10-
* the Free Software Foundation, either version 3 of the License, or
11-
* (at your option) any later version.
9+
* it under the terms of the Eclipse Public License as published by
10+
* the Eclipse Foundation, version 2 of the License.
1211
*
1312
* This program is distributed in the hope that it will be useful,
1413
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1514
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU Lesser General Public License for more details.
15+
* Eclipse Public License for more details.
1716
*
18-
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
17+
* You should have received a copy of the Eclipse Public License
18+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
2019
*
21-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
20+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
2221
*
2322
* Contributors:
2423
* Ed Seidewitz, MDS

org.omg.kerml.owl/src/org/omg/kerml/owl/Owl.xtext

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
* Copyright (c) 2018 Model Driven Solutions, Inc.
44
*
55
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
6+
* it under the terms of the Eclipse Public License as published by
7+
* the Eclipse Foundation, version 2 of the License.
98
*
109
* This program is distributed in the hope that it will be useful,
1110
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1211
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
12+
* Eclipse Public License for more details.
1413
*
15-
* You should have received a copy of the GNU Lesser General Public License
16-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
14+
* You should have received a copy of the Eclipse Public License
15+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
1716
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
17+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1918
*
2019
* Contributors:
2120
* Ed Seidewitz

org.omg.kerml.owl/src/org/omg/kerml/owl/qvt/KerML2OWL.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
* Copyright (c) 2018 Model Driven Solutions, Inc.
44
*
55
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
6+
* it under the terms of the Eclipse Public License as published by
7+
* the Eclipse Foundation, version 2 of the License.
98
*
109
* This program is distributed in the hope that it will be useful,
1110
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1211
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
12+
* Eclipse Public License for more details.
1413
*
15-
* You should have received a copy of the GNU Lesser General Public License
16-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
14+
* You should have received a copy of the Eclipse Public License
15+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
1716
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
17+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1918
*
2019
* Contributors:
2120
* Ed Seidewitz

org.omg.kerml.owl/transforms/SysML2OWL.qvto

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
* Copyright (c) 2018 Model Driven Solutions, Inc.
44
*
55
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
6+
* it under the terms of the Eclipse Public License as published by
7+
* the Eclipse Foundation, version 2 of the License.
98
*
109
* This program is distributed in the hope that it will be useful,
1110
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1211
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
12+
* Eclipse Public License for more details.
1413
*
15-
* You should have received a copy of the GNU Lesser General Public License
16-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
14+
* You should have received a copy of the Eclipse Public License
15+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
1716
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
17+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1918
*
2019
* Contributors:
2120
* Ed Seidewitz

org.omg.kerml.xpect.tests/src/org/omg/kerml/xpect/KerMLXpectGlobalScopeProvider.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
* Copyright (c) 2019 Model Driven Solutions, Inc.
44
*
55
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
6+
* it under the terms of the Eclipse Public License as published by
7+
* the Eclipse Foundation, version 2 of the License.
98
*
109
* This program is distributed in the hope that it will be useful,
1110
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1211
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
12+
* Eclipse Public License for more details.
1413
*
15-
* You should have received a copy of the GNU Lesser General Public License
16-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
14+
* You should have received a copy of the Eclipse Public License
15+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
1716
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
17+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1918
*
2019
* Contributors:
2120
* Ed Seidewitz, MDS

org.omg.kerml.xtext.ui/src/org/omg/kerml/xtext/ui/KerMLActivator.xtend

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
* Copyright (C) 2025 Model Driven Solutions, Inc.
44
*
55
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
6+
* it under the terms of the Eclipse Public License as published by
7+
* the Eclipse Foundation, version 2 of the License.
88
* (at your option) any later version.
99
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
13+
* Eclipse Public License for more details.
1414
*
15-
* You should have received a copy of the GNU Lesser General Public License
16-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
15+
* You should have received a copy of the Eclipse Public License
16+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
1717
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
18+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1919
*
2020
* Contributors:
2121
* Laszlo Gati, MDS

org.omg.kerml.xtext.ui/src/org/omg/kerml/xtext/ui/KerMLAntlrTokenToAttributeIdMapper.xtend

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
* Copyright (c) 2023 Model Driven Solutions, Inc.
44
*
55
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
6+
* it under the terms of the Eclipse Public License as published by
7+
* the Eclipse Foundation, version 2 of the License.
98
*
109
* This program is distributed in the hope that it will be useful,
1110
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1211
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
12+
* Eclipse Public License for more details.
1413
*
15-
* You should have received a copy of the GNU Lesser General Public License
16-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
14+
* You should have received a copy of the Eclipse Public License
15+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
1716
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
17+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1918
*
2019
* Contributors:
2120
* Ed Seidewitz, MDS

org.omg.kerml.xtext.ui/src/org/omg/kerml/xtext/ui/KerMLHighlightingConfiguration.xtend

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
* Copyright (c) 2023 Model Driven Solutions, Inc.
44
*
55
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
6+
* it under the terms of the Eclipse Public License as published by
7+
* the Eclipse Foundation, version 2 of the License.
98
*
109
* This program is distributed in the hope that it will be useful,
1110
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1211
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
12+
* Eclipse Public License for more details.
1413
*
15-
* You should have received a copy of the GNU Lesser General Public License
16-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
14+
* You should have received a copy of the Eclipse Public License
15+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
1716
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
17+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1918
*
2019
* Contributors:
2120
* Ed Seidewitz, MDS

org.omg.kerml.xtext.ui/src/org/omg/kerml/xtext/ui/KerMLUserKeywordHighlightingCalculator.xtend

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
* Copyright (c) 2022 Model Driven Solutions, Inc.
44
*
55
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
6+
* it under the terms of the Eclipse Public License as published by
7+
* the Eclipse Foundation, version 2 of the License.
98
*
109
* This program is distributed in the hope that it will be useful,
1110
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1211
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
12+
* Eclipse Public License for more details.
1413
*
15-
* You should have received a copy of the GNU Lesser General Public License
16-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
14+
* You should have received a copy of the Eclipse Public License
15+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
1716
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
17+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1918
*
2019
* Contributors:
2120
* Ed Seidewitz, MDS

org.omg.kerml.xtext.ui/src/org/omg/kerml/xtext/ui/library/DynamicLibraryIndexProvider.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
* Copyright (C) 2020 California Institute of Technology ("Caltech")
44
*
55
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
6+
* it under the terms of the Eclipse Public License as published by
7+
* the Eclipse Foundation, version 2 of the License.
98
*
109
* This program is distributed in the hope that it will be useful,
1110
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1211
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
12+
* Eclipse Public License for more details.
1413
*
15-
* You should have received a copy of the GNU Lesser General Public License
16-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
14+
* You should have received a copy of the Eclipse Public License
15+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
1716
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
17+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1918
*
2019
* Contributors:
2120
* Laszlo Gati, MDS

0 commit comments

Comments
 (0)