Skip to content

Commit d4c609e

Browse files
committed
ST6RI-926 Fix missing and wrong copyrights
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent 4fb74a2 commit d4c609e

6 files changed

Lines changed: 80 additions & 38 deletions

File tree

org.omg.sysml.logic/src/main/java/org/omg/sysml/logic/ResourceSetModelLibraryProvider.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
/*******************************************************************************
22
* SysML 2 Pilot Implementation
3-
* Copyright (c) 2026 Model Driven Solutions, Inc.
3+
* Copyright (c) Obeo
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
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
14-
*
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/>.
17-
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* Eclipse Public License for more details.
14+
*
15+
* You should have received a copy of theEclipse Public License
16+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
17+
*
18+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1919
*
2020
*******************************************************************************/
2121

org.omg.sysml.logic/src/main/java/org/omg/sysml/logic/SysMLLogicStandaloneSetup.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
/*******************************************************************************
22
* SysML 2 Pilot Implementation
3-
* Copyright (c) 2026 Model Driven Solutions, Inc.
3+
* Copyright (c) Obeo
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
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
14-
*
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/>.
17-
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* Eclipse Public License for more details.
14+
*
15+
* You should have received a copy of theEclipse Public License
16+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
17+
*
18+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1919
*
2020
*******************************************************************************/
2121

org.omg.sysml.logic/src/main/java/org/omg/sysml/logic/api/IModelLibraryProvider.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*******************************************************************************
2+
* SysML 2 Pilot Implementation
3+
* Copyright (c) Obeo
4+
*
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the Eclipse Public License as published by
7+
* the Eclipse Foundation, version 2 of the License.
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* Eclipse Public License for more details.
14+
*
15+
* You should have received a copy of theEclipse Public License
16+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
17+
*
18+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
19+
*
20+
*******************************************************************************/
21+
122
package org.omg.sysml.logic.api;
223

324
import org.omg.sysml.lang.sysml.Element;

org.omg.sysml.logic/src/main/java/org/omg/sysml/util/SysMLLibraryUtil.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*******************************************************************************
2+
* SysML 2 Pilot Implementation
3+
* Copyright (c) Obeo
4+
*
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the Eclipse Public License as published by
7+
* the Eclipse Foundation, version 2 of the License.
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* Eclipse Public License for more details.
14+
*
15+
* You should have received a copy of theEclipse Public License
16+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
17+
*
18+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
19+
*
20+
*******************************************************************************/
21+
122
package org.omg.sysml.util;
223

324
import org.eclipse.emf.common.util.URI;

org.omg.sysml.logic/src/test/java/org/omg/sysml/logic/NamespaceResolutionDelegateTest.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
/*******************************************************************************
22
* SysML 2 Pilot Implementation
3-
* Copyright (c) 2026 Model Driven Solutions, Inc.
3+
* Copyright (c) 2026 Obeo
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.
14-
*
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/>.
17-
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
13+
* Eclipse Public License for more details.
14+
*
15+
* You should have received a copy of theEclipse Public License
16+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
17+
*
18+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1919
*
2020
*******************************************************************************/
2121

org.omg.sysml.logic/src/test/java/org/omg/sysml/logic/SysMLLogicStandaloneSetupTest.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
/*******************************************************************************
22
* SysML 2 Pilot Implementation
3-
* Copyright (c) 2026 Model Driven Solutions, Inc.
3+
* Copyright (c) 2026 Obeo
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.
14-
*
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/>.
17-
*
18-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
13+
* Eclipse Public License for more details.
14+
*
15+
* You should have received a copy of theEclipse Public License
16+
* along with this program. If not, see <https://www.eclipse.org/legal/epl-2.0/>.
17+
*
18+
* @license EPL-2.0 <http://spdx.org/licenses/EPL-2.0>
1919
*
2020
*******************************************************************************/
2121

0 commit comments

Comments
 (0)