Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use licence MPL 2.0 instead of GPL3_WITH_RTE-Exceptions #1812

Merged
merged 23 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
881 changes: 159 additions & 722 deletions COPYING.txt

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions src/analyzer/atsp/atsp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/

#include "atsp.h"
Expand Down
12 changes: 6 additions & 6 deletions src/analyzer/atsp/atsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/
#ifndef __PREPROCESSOR_ATSP_H__
#define __PREPROCESSOR_ATSP_H__
Expand Down
12 changes: 6 additions & 6 deletions src/analyzer/atsp/atsp.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/
#ifndef __PREPROCESSOR_ATSP_HXX__
#define __PREPROCESSOR_ATSP_HXX__
Expand Down
12 changes: 6 additions & 6 deletions src/analyzer/atsp/cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/

#include "atsp.h"
Expand Down
12 changes: 6 additions & 6 deletions src/analyzer/atsp/correlations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/

#include "atsp.h"
Expand Down
12 changes: 6 additions & 6 deletions src/analyzer/atsp/load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/
#include "atsp.h"
#include <antares/inifile/inifile.h>
Expand Down
12 changes: 6 additions & 6 deletions src/analyzer/atsp/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/

#include "atsp.h"
Expand Down
12 changes: 6 additions & 6 deletions src/analyzer/atsp/preflight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/

#include "atsp.h"
Expand Down
12 changes: 6 additions & 6 deletions src/analyzer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/

#include <yuni/yuni.h>
Expand Down
2 changes: 1 addition & 1 deletion src/ext/yuni/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ License, by the making, using, selling, offering for sale, having
made, import, or transfer of either its Contributions or its
Contributor Version.</p>
<p>1.12. "Secondary License"
means either the GNU General Public License, Version 2.0, the GNU
means either the Mozilla Public Licence 2.0, Version 2.0, the GNU
Lesser General Public License, Version 2.1, the GNU Affero General
Public License, Version 3.0, or any later versions of those
licenses.</p>
Expand Down
12 changes: 6 additions & 6 deletions src/libs/antares/Enum.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/
#ifndef ANTARES_DATA_ENUM_HPP
#define ANTARES_DATA_ENUM_HPP
Expand Down
12 changes: 6 additions & 6 deletions src/libs/antares/Enum.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/

#ifndef ANTARES_DATA_ENUM_HXX
Expand Down
12 changes: 6 additions & 6 deletions src/libs/antares/antares.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/
#ifndef __ANTARES_H__
#define __ANTARES_H__
Expand Down
12 changes: 6 additions & 6 deletions src/libs/antares/array/antares/array/matrix-to-buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
** This file is part of Antares_Simulator.
**
** Antares_Simulator is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** it under the terms of the Mozilla Public Licence 2.0 as published by
** the Mozilla Foundation, either version 2 of the License, or
** (at your option) any later version.
**
** There are special exceptions to the terms and conditions of the
Expand All @@ -17,12 +17,12 @@
** Antares_Simulator is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** Mozilla Public Licence 2.0 for more details.
**
** You should have received a copy of the GNU General Public License
** along with Antares_Simulator. If not, see <http://www.gnu.org/licenses/>.
** You should have received a copy of the Mozilla Public Licence 2.0
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
**
** SPDX-License-Identifier: licenceRef-GPL3_WITH_RTE-Exceptions
** SPDX-License-Identifier: MPL 2.0
*/

#ifndef __ANTARES_LIBS_ARRAY_MATRIX_TO_BUFFER_SENDER_H__
Expand Down
Loading