Skip to content

Commit 0af711b

Browse files
authored
Merge pull request #136 from Systems-Modeling/ST6RI-922
ST6RI-992 Change licensing to the EPL
2 parents 7f34856 + 22c574e commit 0af711b

108 files changed

Lines changed: 913 additions & 1581 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.

LICENSE

Lines changed: 277 additions & 165 deletions
Large diffs are not rendered by default.

LICENSE-GPL

Lines changed: 0 additions & 674 deletions
This file was deleted.

app/Module.java

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

2322
import com.google.inject.AbstractModule;

app/config/MetamodelProvider.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
* Copyright (C) 2020 California Institute of Technology ("Caltech")
55
*
66
* This program is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU Lesser General Public License as published by
8-
* the Free Software Foundation, either version 3 of the License, or
9-
* (at your option) any later version.
7+
* it under the terms of the Eclipse Public License as published by
8+
* the Eclipse Foundation, version 2 of the License.
109
*
1110
* This program is distributed in the hope that it will be useful,
1211
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1312
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU Lesser General Public License for more details.
13+
* Eclipse Public License for more details.
1514
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* 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/>.
1817
*
19-
* @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>
2019
*/
2120

2221
package config;

app/config/impl/JPAMetamodelProvider.java

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

2322
package config.impl;

app/controllers/BaseController.java

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

2322
package controllers;

app/controllers/BranchController.java

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

2322
package controllers;

app/controllers/CommitController.java

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

2322
package controllers;

app/controllers/ElementController.java

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

2322
package controllers;

app/controllers/HomeController.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
* Copyright (C) 2020 California Institute of Technology ("Caltech")
55
*
66
* This program is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU Lesser General Public License as published by
8-
* the Free Software Foundation, either version 3 of the License, or
9-
* (at your option) any later version.
7+
* it under the terms of the Eclipse Public License as published by
8+
* the Eclipse Foundation, version 2 of the License.
109
*
1110
* This program is distributed in the hope that it will be useful,
1211
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1312
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU Lesser General Public License for more details.
13+
* Eclipse Public License for more details.
1514
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* 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/>.
1817
*
19-
* @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>
2019
*/
2120

2221
package controllers;

0 commit comments

Comments
 (0)