From 9f9459df45a134c2955ebdcf76df8b3c7fa89895 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Sun, 18 Feb 2018 07:27:32 +0100 Subject: [PATCH] [TYPO]Add updated copyright notices --- golem_ressources/__init__.py | 3 ++- golem_ressources/__manifest__.py | 7 ++++--- golem_ressources/models/__init__.py | 3 ++- golem_ressources/models/golem_resources.py | 3 ++- golem_ressources/views/golem_reservation_views.xml | 1 + golem_ressources/views/golem_resources_views.xml | 1 + 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/golem_ressources/__init__.py b/golem_ressources/__init__.py index 2fca3d2..1fced20 100644 --- a/golem_ressources/__init__.py +++ b/golem_ressources/__init__.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright 2016 Fabien Bourgeois +# Copyright 2018 Youssef El Ouahby +# Copyright 2018 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 diff --git a/golem_ressources/__manifest__.py b/golem_ressources/__manifest__.py index f42d1e1..e610aff 100644 --- a/golem_ressources/__manifest__.py +++ b/golem_ressources/__manifest__.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright 2016 Fabien Bourgeois +# Copyright 2018 Youssef El Ouahby +# Copyright 2018 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 @@ -18,9 +19,9 @@ { 'name': 'GOLEM non-profit resources', 'summary': 'Extends Odoo resources for MJC', - 'version': '10.0.1.0.0', + 'version': '10.0.1.0.1', 'category': 'GOLEM', - 'author': 'Youssef El ouahby', + 'author': 'Youssef El Ouahby, Fabien Bourgeois', 'license': 'AGPL-3', 'application': True, 'installable': True, diff --git a/golem_ressources/models/__init__.py b/golem_ressources/models/__init__.py index 43371e7..e917ac0 100644 --- a/golem_ressources/models/__init__.py +++ b/golem_ressources/models/__init__.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright 2016 Fabien Bourgeois +# Copyright 2018 Youssef El Ouahby +# Copyright 2018 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 diff --git a/golem_ressources/models/golem_resources.py b/golem_ressources/models/golem_resources.py index 8b1f62c..28d7713 100644 --- a/golem_ressources/models/golem_resources.py +++ b/golem_ressources/models/golem_resources.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright 2017 Fabien Bourgeois +# Copyright 2018 Youssef El Ouahby +# Copyright 2018 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 diff --git a/golem_ressources/views/golem_reservation_views.xml b/golem_ressources/views/golem_reservation_views.xml index e076f06..1154616 100644 --- a/golem_ressources/views/golem_reservation_views.xml +++ b/golem_ressources/views/golem_reservation_views.xml @@ -1,5 +1,6 @@