[FIX]Hy Odoo : better license applying
This commit is contained in:
parent
85ecf8d809
commit
872654e4dc
@ -1,18 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# Copyright 2020-2022 Fabien Bourgeois <fabien@yaltik.com>
|
||||||
|
|
||||||
# Copyright 2020-2022 Fabien Bourgeois <fabien@yaltik.com>
|
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
# it under the terms of the GNU Affero General Public License as
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
# 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 <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import hy
|
import hy
|
||||||
|
@ -1,19 +1,8 @@
|
|||||||
;; -*- coding: utf-8 -*-
|
;; Copyright 2021-2022 Fabien Bourgeois <fabien@yaltik.com>
|
||||||
;;
|
;;
|
||||||
;; Copyright 2021-2022 Fabien Bourgeois <fabien@yaltik.com>
|
;; 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
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
;; 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 <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
" Hy General Macros "
|
" Hy General Macros "
|
||||||
|
|
||||||
|
@ -1,19 +1,8 @@
|
|||||||
;; -*- coding: utf-8 -*-
|
;; Copyright 2019-2022 Fabien Bourgeois <fabien@yaltik.com>
|
||||||
;;
|
;;
|
||||||
;; Copyright 2019-2021 Fabien Bourgeois <fabien@yaltik.com>
|
;; 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
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
;; 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 <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
" Odoo related macros "
|
" Odoo related macros "
|
||||||
|
|
||||||
|
@ -1,19 +1,8 @@
|
|||||||
;; -*- coding: utf-8 -*-
|
;; Copyright 2021-2022 Fabien Bourgeois <fabien@yaltik.com>
|
||||||
;;
|
;;
|
||||||
;; Copyright 2021-2022 Fabien Bourgeois <fabien@yaltik.com>
|
;; 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
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
;; 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 <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
" Hy Odoo Tests Helpers and Macros "
|
" Hy Odoo Tests Helpers and Macros "
|
||||||
|
|
||||||
|
@ -1,19 +1,8 @@
|
|||||||
;; -*- coding: utf-8 -*-
|
;; Copyright 2019-2022 Fabien Bourgeois <fabien@yaltik.com>
|
||||||
;;
|
;;
|
||||||
;; Copyright 2019-2022 Fabien Bourgeois <fabien@yaltik.com>
|
;; 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
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
;; 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 <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
" Odoo macros and helpers "
|
" Odoo macros and helpers "
|
||||||
|
|
||||||
|
@ -1,19 +1,8 @@
|
|||||||
;; -*- coding: utf-8 -*-
|
;; Copyright 2022 Fabien Bourgeois <fabien@yaltik.com>
|
||||||
;;
|
;;
|
||||||
;; Copyright 2022 Fabien Bourgeois <fabien@yaltik.com>
|
;; 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
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
;; 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 <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
" Odoo Helpers tests "
|
" Odoo Helpers tests "
|
||||||
|
|
||||||
|
@ -1,19 +1,8 @@
|
|||||||
;; -*- coding: utf-8 -*-
|
;; Copyright 2019-2022 Fabien Bourgeois <fabien@yaltik.com>
|
||||||
;;
|
;;
|
||||||
;; Copyright 2019-2022 Fabien Bourgeois <fabien@yaltik.com>
|
;; 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
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
;; 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 <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
" XML Helpers tests "
|
" XML Helpers tests "
|
||||||
|
|
||||||
|
@ -1,19 +1,8 @@
|
|||||||
;; -*- coding: utf-8 -*-
|
;; Copyright 2021-2022 Fabien Bourgeois <fabien@yaltik.com>
|
||||||
;;
|
;;
|
||||||
;; Copyright 2021 Fabien Bourgeois <fabien@yaltik.com>
|
;; 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
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
;; 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 <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
" Hy General Utils "
|
" Hy General Utils "
|
||||||
|
|
||||||
|
@ -1,19 +1,8 @@
|
|||||||
;; -*- coding: utf-8 -*-
|
;; Copyright 2019-2022 Fabien Bourgeois <fabien@yaltik.com>
|
||||||
;;
|
;;
|
||||||
;; Copyright 2019-2022 Fabien Bourgeois <fabien@yaltik.com>
|
;; 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
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
;; 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 <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
" XML helpers and macros "
|
" XML helpers and macros "
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user