From dc28a1fe4f658d5b233ddcd7f25a9f707617c5ec Mon Sep 17 00:00:00 2001 From: Antonio Lopez Rivera Date: Sat, 11 Sep 2021 13:28:21 +0200 Subject: [PATCH] License update --- examples/turbofan/turbofan_2s-3s-ic.py | 2 +- examples/turbofan/turbofan_2s-3s.py | 2 +- examples/turbofan/turbofan_2s_2s.py | 2 +- examples/turbojet/turbojet_1s-2s-ab.py | 2 +- examples/turboprop/turboprop_1s-1s.py | 2 +- huracan/__init__.py | 2 +- huracan/components/__init__.py | 2 +- huracan/components/heat_exchangers.py | 2 +- huracan/components/power/combustion.py | 2 +- huracan/components/power/electrical.py | 2 +- huracan/components/power/hydrogen.py | 2 +- huracan/components/power/sinks.py | 2 +- huracan/components/rotary.py | 2 +- huracan/components/static.py | 2 +- huracan/constants.py | 3 +++ huracan/engine.py | 2 +- huracan/thermo/__init__.py | 2 +- huracan/thermo/fluids.py | 2 +- huracan/thermo/processes.py | 2 +- huracan/utils.py | 2 +- tests/test_gas.py | 2 +- tests/test_stream.py | 2 +- tests/test_utils.py | 2 +- tests/verification/turbofan/test_turbofan.py | 2 +- tests/verification/turbojet/test_turbojet.py | 2 +- tests/verification/turboprop/test_turboprop.py | 2 +- 26 files changed, 28 insertions(+), 25 deletions(-) diff --git a/examples/turbofan/turbofan_2s-3s-ic.py b/examples/turbofan/turbofan_2s-3s-ic.py index afbb0a3..56f05fa 100644 --- a/examples/turbofan/turbofan_2s-3s-ic.py +++ b/examples/turbofan/turbofan_2s-3s-ic.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan diff --git a/examples/turbofan/turbofan_2s-3s.py b/examples/turbofan/turbofan_2s-3s.py index 028aee1..eed697b 100644 --- a/examples/turbofan/turbofan_2s-3s.py +++ b/examples/turbofan/turbofan_2s-3s.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan diff --git a/examples/turbofan/turbofan_2s_2s.py b/examples/turbofan/turbofan_2s_2s.py index 56ad93d..080bf59 100644 --- a/examples/turbofan/turbofan_2s_2s.py +++ b/examples/turbofan/turbofan_2s_2s.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan diff --git a/examples/turbojet/turbojet_1s-2s-ab.py b/examples/turbojet/turbojet_1s-2s-ab.py index c1730c1..1860b1a 100644 --- a/examples/turbojet/turbojet_1s-2s-ab.py +++ b/examples/turbojet/turbojet_1s-2s-ab.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan diff --git a/examples/turboprop/turboprop_1s-1s.py b/examples/turboprop/turboprop_1s-1s.py index c493b77..a827560 100644 --- a/examples/turboprop/turboprop_1s-1s.py +++ b/examples/turboprop/turboprop_1s-1s.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan diff --git a/huracan/__init__.py b/huracan/__init__.py index 42c7e09..3c69b5f 100644 --- a/huracan/__init__.py +++ b/huracan/__init__.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ .. include:: ./documentation.md diff --git a/huracan/components/__init__.py b/huracan/components/__init__.py index b3a5902..fe9c078 100644 --- a/huracan/components/__init__.py +++ b/huracan/components/__init__.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan engine components diff --git a/huracan/components/heat_exchangers.py b/huracan/components/heat_exchangers.py index ea3c63d..a6b66e1 100644 --- a/huracan/components/heat_exchangers.py +++ b/huracan/components/heat_exchangers.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ System heat exchangers diff --git a/huracan/components/power/combustion.py b/huracan/components/power/combustion.py index 1127082..54f91b7 100644 --- a/huracan/components/power/combustion.py +++ b/huracan/components/power/combustion.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Combustion power plants diff --git a/huracan/components/power/electrical.py b/huracan/components/power/electrical.py index 9b7dd1b..6aa9764 100644 --- a/huracan/components/power/electrical.py +++ b/huracan/components/power/electrical.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Electrical power plants diff --git a/huracan/components/power/hydrogen.py b/huracan/components/power/hydrogen.py index 97bac04..df7f0e7 100644 --- a/huracan/components/power/hydrogen.py +++ b/huracan/components/power/hydrogen.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Hydrogen power plants diff --git a/huracan/components/power/sinks.py b/huracan/components/power/sinks.py index e162682..c0ff0bd 100644 --- a/huracan/components/power/sinks.py +++ b/huracan/components/power/sinks.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ System power sinks diff --git a/huracan/components/rotary.py b/huracan/components/rotary.py index e7bc1c4..f124cec 100644 --- a/huracan/components/rotary.py +++ b/huracan/components/rotary.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only from huracan.engine import component diff --git a/huracan/components/static.py b/huracan/components/static.py index c6637e4..8f8632d 100644 --- a/huracan/components/static.py +++ b/huracan/components/static.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: vGPL-3.0-only from huracan.engine import component diff --git a/huracan/constants.py b/huracan/constants.py index 9751061..8577bbe 100644 --- a/huracan/constants.py +++ b/huracan/constants.py @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: © 2021 Antonio López Rivera +# SPDX-License-Identifier: GPL-3.0-only + """ Huracan constants ----------------- diff --git a/huracan/engine.py b/huracan/engine.py index 438efce..0ac9a82 100644 --- a/huracan/engine.py +++ b/huracan/engine.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan engine elements diff --git a/huracan/thermo/__init__.py b/huracan/thermo/__init__.py index 5669f37..79cf4bd 100644 --- a/huracan/thermo/__init__.py +++ b/huracan/thermo/__init__.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan thermodynamics methods diff --git a/huracan/thermo/fluids.py b/huracan/thermo/fluids.py index 9c5da01..b53699c 100644 --- a/huracan/thermo/fluids.py +++ b/huracan/thermo/fluids.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan fluid models diff --git a/huracan/thermo/processes.py b/huracan/thermo/processes.py index 6c93461..71bd25a 100644 --- a/huracan/thermo/processes.py +++ b/huracan/thermo/processes.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan thermodynamic process functions diff --git a/huracan/utils.py b/huracan/utils.py index 467d687..c77d89d 100644 --- a/huracan/utils.py +++ b/huracan/utils.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan utilities diff --git a/tests/test_gas.py b/tests/test_gas.py index f39d6a3..60c4ace 100644 --- a/tests/test_gas.py +++ b/tests/test_gas.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only import unittest diff --git a/tests/test_stream.py b/tests/test_stream.py index 4624a2f..7115086 100644 --- a/tests/test_stream.py +++ b/tests/test_stream.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only import unittest diff --git a/tests/test_utils.py b/tests/test_utils.py index c6ec16c..12e11f3 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only import unittest diff --git a/tests/verification/turbofan/test_turbofan.py b/tests/verification/turbofan/test_turbofan.py index f065d25..44247f0 100644 --- a/tests/verification/turbofan/test_turbofan.py +++ b/tests/verification/turbofan/test_turbofan.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan diff --git a/tests/verification/turbojet/test_turbojet.py b/tests/verification/turbojet/test_turbojet.py index b856d24..b2077eb 100644 --- a/tests/verification/turbojet/test_turbojet.py +++ b/tests/verification/turbojet/test_turbojet.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan diff --git a/tests/verification/turboprop/test_turboprop.py b/tests/verification/turboprop/test_turboprop.py index 7e64067..9ad5ba1 100644 --- a/tests/verification/turboprop/test_turboprop.py +++ b/tests/verification/turboprop/test_turboprop.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Antonio López Rivera -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: GPL-3.0-only """ Huracan