diff --git a/hy_odoo/__init__.py b/hy_odoo/__init__.py index 084964e..d958bca 100644 --- a/hy_odoo/__init__.py +++ b/hy_odoo/__init__.py @@ -1,18 +1,7 @@ -# -*- coding: utf-8 -*- - -# Copyright 2020-2022 Fabien Bourgeois +# Copyright 2020-2022 Fabien Bourgeois # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. import hy diff --git a/hy_odoo/mgeneral.hy b/hy_odoo/mgeneral.hy index 5e7c6ba..2f36071 100644 --- a/hy_odoo/mgeneral.hy +++ b/hy_odoo/mgeneral.hy @@ -1,19 +1,8 @@ -;; -*- coding: utf-8 -*- +;; Copyright 2021-2022 Fabien Bourgeois ;; -;; Copyright 2021-2022 Fabien Bourgeois -;; -;; This program is free software: you can redistribute it and/or modify -;; it under the terms of the GNU Affero General Public License as -;; published by the Free Software Foundation, either version 3 of the -;; License, or (at your option) any later version. -;; -;; This program 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 Affero General Public License for more details. -;; -;; You should have received a copy of the GNU Affero General Public License -;; along with this program. If not, see . +;; This Source Code Form is subject to the terms of the Mozilla Public +;; License, v. 2.0. If a copy of the MPL was not distributed with this +;; file, You can obtain one at https://mozilla.org/MPL/2.0/. " Hy General Macros " diff --git a/hy_odoo/modoo.hy b/hy_odoo/modoo.hy index 485a146..2249720 100644 --- a/hy_odoo/modoo.hy +++ b/hy_odoo/modoo.hy @@ -1,19 +1,8 @@ -;; -*- coding: utf-8 -*- +;; Copyright 2019-2022 Fabien Bourgeois ;; -;; Copyright 2019-2021 Fabien Bourgeois -;; -;; This program is free software: you can redistribute it and/or modify -;; it under the terms of the GNU Affero General Public License as -;; published by the Free Software Foundation, either version 3 of the -;; License, or (at your option) any later version. -;; -;; This program 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 Affero General Public License for more details. -;; -;; You should have received a copy of the GNU Affero General Public License -;; along with this program. If not, see . +;; This Source Code Form is subject to the terms of the Mozilla Public +;; License, v. 2.0. If a copy of the MPL was not distributed with this +;; file, You can obtain one at https://mozilla.org/MPL/2.0/. " Odoo related macros " diff --git a/hy_odoo/mtest.hy b/hy_odoo/mtest.hy index 1094629..9720707 100644 --- a/hy_odoo/mtest.hy +++ b/hy_odoo/mtest.hy @@ -1,19 +1,8 @@ -;; -*- coding: utf-8 -*- +;; Copyright 2021-2022 Fabien Bourgeois ;; -;; Copyright 2021-2022 Fabien Bourgeois -;; -;; This program is free software: you can redistribute it and/or modify -;; it under the terms of the GNU Affero General Public License as -;; published by the Free Software Foundation, either version 3 of the -;; License, or (at your option) any later version. -;; -;; This program 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 Affero General Public License for more details. -;; -;; You should have received a copy of the GNU Affero General Public License -;; along with this program. If not, see . +;; This Source Code Form is subject to the terms of the Mozilla Public +;; License, v. 2.0. If a copy of the MPL was not distributed with this +;; file, You can obtain one at https://mozilla.org/MPL/2.0/. " Hy Odoo Tests Helpers and Macros " diff --git a/hy_odoo/odoo.hy b/hy_odoo/odoo.hy index 82c46f5..dae1cab 100644 --- a/hy_odoo/odoo.hy +++ b/hy_odoo/odoo.hy @@ -1,19 +1,8 @@ -;; -*- coding: utf-8 -*- +;; Copyright 2019-2022 Fabien Bourgeois ;; -;; Copyright 2019-2022 Fabien Bourgeois -;; -;; This program is free software: you can redistribute it and/or modify -;; it under the terms of the GNU Affero General Public License as -;; published by the Free Software Foundation, either version 3 of the -;; License, or (at your option) any later version. -;; -;; This program 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 Affero General Public License for more details. -;; -;; You should have received a copy of the GNU Affero General Public License -;; along with this program. If not, see . +;; This Source Code Form is subject to the terms of the Mozilla Public +;; License, v. 2.0. If a copy of the MPL was not distributed with this +;; file, You can obtain one at https://mozilla.org/MPL/2.0/. " Odoo macros and helpers " diff --git a/hy_odoo/tests/test_odoo.hy b/hy_odoo/tests/test_odoo.hy index 9ebb32a..a3fae6f 100644 --- a/hy_odoo/tests/test_odoo.hy +++ b/hy_odoo/tests/test_odoo.hy @@ -1,19 +1,8 @@ -;; -*- coding: utf-8 -*- +;; Copyright 2022 Fabien Bourgeois ;; -;; Copyright 2022 Fabien Bourgeois -;; -;; This program is free software: you can redistribute it and/or modify -;; it under the terms of the GNU Affero General Public License as -;; published by the Free Software Foundation, either version 3 of the -;; License, or (at your option) any later version. -;; -;; This program 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 Affero General Public License for more details. -;; -;; You should have received a copy of the GNU Affero General Public License -;; along with this program. If not, see . +;; This Source Code Form is subject to the terms of the Mozilla Public +;; License, v. 2.0. If a copy of the MPL was not distributed with this +;; file, You can obtain one at https://mozilla.org/MPL/2.0/. " Odoo Helpers tests " diff --git a/hy_odoo/tests/test_xml.hy b/hy_odoo/tests/test_xml.hy index 07bd422..6458643 100644 --- a/hy_odoo/tests/test_xml.hy +++ b/hy_odoo/tests/test_xml.hy @@ -1,19 +1,8 @@ -;; -*- coding: utf-8 -*- +;; Copyright 2019-2022 Fabien Bourgeois ;; -;; Copyright 2019-2022 Fabien Bourgeois -;; -;; This program is free software: you can redistribute it and/or modify -;; it under the terms of the GNU Affero General Public License as -;; published by the Free Software Foundation, either version 3 of the -;; License, or (at your option) any later version. -;; -;; This program 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 Affero General Public License for more details. -;; -;; You should have received a copy of the GNU Affero General Public License -;; along with this program. If not, see . +;; This Source Code Form is subject to the terms of the Mozilla Public +;; License, v. 2.0. If a copy of the MPL was not distributed with this +;; file, You can obtain one at https://mozilla.org/MPL/2.0/. " XML Helpers tests " diff --git a/hy_odoo/utils.hy b/hy_odoo/utils.hy index 93c65f7..527fd86 100644 --- a/hy_odoo/utils.hy +++ b/hy_odoo/utils.hy @@ -1,19 +1,8 @@ -;; -*- coding: utf-8 -*- +;; Copyright 2021-2022 Fabien Bourgeois ;; -;; Copyright 2021 Fabien Bourgeois -;; -;; This program is free software: you can redistribute it and/or modify -;; it under the terms of the GNU Affero General Public License as -;; published by the Free Software Foundation, either version 3 of the -;; License, or (at your option) any later version. -;; -;; This program 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 Affero General Public License for more details. -;; -;; You should have received a copy of the GNU Affero General Public License -;; along with this program. If not, see . +;; This Source Code Form is subject to the terms of the Mozilla Public +;; License, v. 2.0. If a copy of the MPL was not distributed with this +;; file, You can obtain one at https://mozilla.org/MPL/2.0/. " Hy General Utils " diff --git a/hy_odoo/xml.hy b/hy_odoo/xml.hy index e8877c9..89bf5ad 100644 --- a/hy_odoo/xml.hy +++ b/hy_odoo/xml.hy @@ -1,19 +1,8 @@ -;; -*- coding: utf-8 -*- +;; Copyright 2019-2022 Fabien Bourgeois ;; -;; Copyright 2019-2022 Fabien Bourgeois -;; -;; This program is free software: you can redistribute it and/or modify -;; it under the terms of the GNU Affero General Public License as -;; published by the Free Software Foundation, either version 3 of the -;; License, or (at your option) any later version. -;; -;; This program 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 Affero General Public License for more details. -;; -;; You should have received a copy of the GNU Affero General Public License -;; along with this program. If not, see . +;; This Source Code Form is subject to the terms of the Mozilla Public +;; License, v. 2.0. If a copy of the MPL was not distributed with this +;; file, You can obtain one at https://mozilla.org/MPL/2.0/. " XML helpers and macros " diff --git a/setup.py b/setup.py index 6321e1c..5186f27 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ class install(install): setup( name="hy_odoo", - version="0.8.3pre", + version="0.8.4", packages=find_packages(), package_data={ 'hy_odoo': ['*.hy'],