diff --git a/__unfinished__/clouder_invoicing/__init__.py b/__unfinished__/clouder_invoicing/__init__.py new file mode 100644 index 0000000..7802355 --- /dev/null +++ b/__unfinished__/clouder_invoicing/__init__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## +from __unfinished__.clouder_invoicing import clouder_invoicing + diff --git a/__unfinished__/clouder_invoicing/__openerp__.py b/__unfinished__/clouder_invoicing/__openerp__.py new file mode 100644 index 0000000..6697c08 --- /dev/null +++ b/__unfinished__/clouder_invoicing/__openerp__.py @@ -0,0 +1,40 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + +{ + 'name': 'Clouder Invoicing', + 'version': '1.0', + 'category': 'Clouder', + 'depends': ['base'], + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', + 'description': """ + Clouder + """, + 'demo': [], + 'data': [ + 'clouder_invoicing_view.xml', + ], + 'installable': True, + 'application': True, +} diff --git a/clouder_invoicing/clouder_invoicing.py b/__unfinished__/clouder_invoicing/clouder_invoicing.py similarity index 73% rename from clouder_invoicing/clouder_invoicing.py rename to __unfinished__/clouder_invoicing/clouder_invoicing.py index 6824b0f..dc7345f 100644 --- a/clouder_invoicing/clouder_invoicing.py +++ b/__unfinished__/clouder_invoicing/clouder_invoicing.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2015 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_invoicing/clouder_invoicing_view.xml b/__unfinished__/clouder_invoicing/clouder_invoicing_view.xml similarity index 100% rename from clouder_invoicing/clouder_invoicing_view.xml rename to __unfinished__/clouder_invoicing/clouder_invoicing_view.xml diff --git a/__unfinished__/clouder_template_cas/__init__.py b/__unfinished__/clouder_template_cas/__init__.py index fe68884..cc351fd 100644 --- a/__unfinished__/clouder_template_cas/__init__.py +++ b/__unfinished__/clouder_template_cas/__init__.py @@ -1,3 +1,24 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + from __unfinished__.clouder_template_cas import clouder_template_cas diff --git a/__unfinished__/clouder_template_cas/__openerp__.py b/__unfinished__/clouder_template_cas/__openerp__.py index 36d08e1..796b376 100644 --- a/__unfinished__/clouder_template_cas/__openerp__.py +++ b/__unfinished__/clouder_template_cas/__openerp__.py @@ -1,32 +1,33 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template CAS', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Template CAS """, diff --git a/__unfinished__/clouder_template_cas/clouder_template_cas.py b/__unfinished__/clouder_template_cas/clouder_template_cas.py index ccd4ec0..12b5f29 100644 --- a/__unfinished__/clouder_template_cas/clouder_template_cas.py +++ b/__unfinished__/clouder_template_cas/clouder_template_cas.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/__unfinished__/clouder_template_git/__init__.py b/__unfinished__/clouder_template_git/__init__.py index 3ad3964..2570792 100644 --- a/__unfinished__/clouder_template_git/__init__.py +++ b/__unfinished__/clouder_template_git/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + from __unfinished__.clouder_template_git import clouder_template_git diff --git a/__unfinished__/clouder_template_git/__openerp__.py b/__unfinished__/clouder_template_git/__openerp__.py index 9789242..8354d09 100644 --- a/__unfinished__/clouder_template_git/__openerp__.py +++ b/__unfinished__/clouder_template_git/__openerp__.py @@ -1,38 +1,38 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## -{'name': 'Clouder Template Git', - 'version': '1.0', - 'category': 'Community', - 'depends': ['base', - ], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', - 'description': """ +{ + 'name': 'Clouder Template Git', + 'version': '1.0', + 'category': 'Clouder', + 'depends': ['base'], + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', + 'description': """ Clouder Template Git """, - 'demo': [], - 'data': ['clouder_template_git_data.xml' - ], - 'installable': True, - 'application': True, + 'demo': [], + 'data': ['clouder_template_git_data.xml'], + 'installable': True, + 'application': True, } diff --git a/__unfinished__/clouder_template_git/clouder_template_git.py b/__unfinished__/clouder_template_git/clouder_template_git.py index 09efdc2..13f0ba2 100644 --- a/__unfinished__/clouder_template_git/clouder_template_git.py +++ b/__unfinished__/clouder_template_git/clouder_template_git.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/__unfinished__/clouder_users/__init__.py b/__unfinished__/clouder_users/__init__.py new file mode 100644 index 0000000..1a44f5f --- /dev/null +++ b/__unfinished__/clouder_users/__init__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## +from __unfinished__.clouder_users import deploy + diff --git a/__unfinished__/clouder_users/__openerp__.py b/__unfinished__/clouder_users/__openerp__.py new file mode 100644 index 0000000..e991582 --- /dev/null +++ b/__unfinished__/clouder_users/__openerp__.py @@ -0,0 +1,38 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + +{ + 'name': 'Clouder Users', + 'version': '1.0', + 'category': 'Clouder', + 'depends': ['clouder', 'clouder_template_ldap','ldap_admin'], + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', + 'description': """ + Clouder Users + """, + 'demo': [], + 'data': [], + 'installable': True, + 'application': True, +} diff --git a/clouder_users/deploy.py b/__unfinished__/clouder_users/deploy.py similarity index 69% rename from clouder_users/deploy.py rename to __unfinished__/clouder_users/deploy.py index 8040939..3298279 100644 --- a/clouder_users/deploy.py +++ b/__unfinished__/clouder_users/deploy.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder/__init__.py b/clouder/__init__.py index 4c1d1bd..d10f9c6 100644 --- a/clouder/__init__.py +++ b/clouder/__init__.py @@ -1,4 +1,25 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_model import clouder_config import clouder_image diff --git a/clouder/__openerp__.py b/clouder/__openerp__.py index 11ca9bc..2de450d 100644 --- a/clouder/__openerp__.py +++ b/clouder/__openerp__.py @@ -1,32 +1,33 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2015 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['base'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder """, diff --git a/clouder/clouder_application.py b/clouder/clouder_application.py index cc3c199..36a1b5c 100644 --- a/clouder/clouder_application.py +++ b/clouder/clouder_application.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # # Author: Yannick Buron -# Copyright 2015 Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder/clouder_base.py b/clouder/clouder_base.py index c7dcc51..babfdf6 100644 --- a/clouder/clouder_base.py +++ b/clouder/clouder_base.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder/clouder_config.py b/clouder/clouder_config.py index d303ef1..94a109e 100644 --- a/clouder/clouder_config.py +++ b/clouder/clouder_config.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder/clouder_container.py b/clouder/clouder_container.py index 4cb5c80..aea7310 100644 --- a/clouder/clouder_container.py +++ b/clouder/clouder_container.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder/clouder_image.py b/clouder/clouder_image.py index d7e0402..df6451b 100644 --- a/clouder/clouder_image.py +++ b/clouder/clouder_image.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder/clouder_model.py b/clouder/clouder_model.py index a4370e7..ce53f9b 100644 --- a/clouder/clouder_model.py +++ b/clouder/clouder_model.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder/clouder_save.py b/clouder/clouder_save.py index 7b848d4..2a73357 100644 --- a/clouder/clouder_save.py +++ b/clouder/clouder_save.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder/clouder_service.py b/clouder/clouder_service.py index 0c515ab..f26dac0 100644 --- a/clouder/clouder_service.py +++ b/clouder/clouder_service.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder/clouder_template_backup/__init__.py b/clouder/clouder_template_backup/__init__.py index 954ab3a..84a988f 100644 --- a/clouder/clouder_template_backup/__init__.py +++ b/clouder/clouder_template_backup/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + from . import clouder_template_backup diff --git a/clouder/clouder_template_backup/clouder_template_backup.py b/clouder/clouder_template_backup/clouder_template_backup.py index c1ff44b..653e3de 100644 --- a/clouder/clouder_template_backup/clouder_template_backup.py +++ b/clouder/clouder_template_backup/clouder_template_backup.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## - from openerp import models, fields, api, _ from openerp.exceptions import except_orm diff --git a/clouder/clouder_template_registry/__init__.py b/clouder/clouder_template_registry/__init__.py index 0d9b241..c7bc378 100644 --- a/clouder/clouder_template_registry/__init__.py +++ b/clouder/clouder_template_registry/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + from . import clouder_template_registry diff --git a/clouder/clouder_template_registry/clouder_template_registry.py b/clouder/clouder_template_registry/clouder_template_registry.py index 34d14c3..a11a055 100644 --- a/clouder/clouder_template_registry/clouder_template_registry.py +++ b/clouder/clouder_template_registry/clouder_template_registry.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_invoicing/__init__.py b/clouder_invoicing/__init__.py deleted file mode 100644 index 76f4ab2..0000000 --- a/clouder_invoicing/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- -import clouder_invoicing \ No newline at end of file diff --git a/clouder_invoicing/__openerp__.py b/clouder_invoicing/__openerp__.py deleted file mode 100644 index 15b4c3c..0000000 --- a/clouder_invoicing/__openerp__.py +++ /dev/null @@ -1,39 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Author: Yannick Buron -# Copyright 2015 Yannick Buron -# -# 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 . -# -############################################################################## - -{ - 'name': 'Clouder Invoicing', - 'version': '1.0', - 'category': 'Community', - 'depends': ['base'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', - 'description': """ - Clouder - """, - 'demo': [], - 'data': [ - 'clouder_invoicing_view.xml', - ], - 'installable': True, - 'application': True, -} diff --git a/clouder_template_bind/__init__.py b/clouder_template_bind/__init__.py index 63296f2..33afcea 100644 --- a/clouder_template_bind/__init__.py +++ b/clouder_template_bind/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_bind diff --git a/clouder_template_bind/__openerp__.py b/clouder_template_bind/__openerp__.py index 11b25a4..3d9a705 100644 --- a/clouder_template_bind/__openerp__.py +++ b/clouder_template_bind/__openerp__.py @@ -1,32 +1,33 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Bind', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder','clouder_template_shinken'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Template Bind """, diff --git a/clouder_template_bind/clouder_template_bind.py b/clouder_template_bind/clouder_template_bind.py index 1339807..e802c8a 100644 --- a/clouder_template_bind/clouder_template_bind.py +++ b/clouder_template_bind/clouder_template_bind.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_template_docker/__init__.py b/clouder_template_docker/__init__.py index 72ff807..c5fee3e 100644 --- a/clouder_template_docker/__init__.py +++ b/clouder_template_docker/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_docker diff --git a/clouder_template_docker/__openerp__.py b/clouder_template_docker/__openerp__.py index 588073a..64cd982 100644 --- a/clouder_template_docker/__openerp__.py +++ b/clouder_template_docker/__openerp__.py @@ -1,32 +1,33 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Docker', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Template Docker """, diff --git a/clouder_template_docker/clouder_template_docker.py b/clouder_template_docker/clouder_template_docker.py index 7442533..42d1a29 100644 --- a/clouder_template_docker/clouder_template_docker.py +++ b/clouder_template_docker/clouder_template_docker.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_template_drupal/__init__.py b/clouder_template_drupal/__init__.py index 81fac2e..087f619 100644 --- a/clouder_template_drupal/__init__.py +++ b/clouder_template_drupal/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_drupal diff --git a/clouder_template_drupal/__openerp__.py b/clouder_template_drupal/__openerp__.py index 79dd56a..fa515d0 100644 --- a/clouder_template_drupal/__openerp__.py +++ b/clouder_template_drupal/__openerp__.py @@ -1,32 +1,33 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Drupal', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder_template_postgres', 'clouder_template_piwik'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'demo': [], 'data': ['clouder_template_drupal_data.xml'], 'installable': True, diff --git a/clouder_template_drupal/clouder_template_drupal.py b/clouder_template_drupal/clouder_template_drupal.py index 708d8fc..ae3b7f1 100644 --- a/clouder_template_drupal/clouder_template_drupal.py +++ b/clouder_template_drupal/clouder_template_drupal.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # # Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_template_drupal_wikicompare/__init__.py b/clouder_template_drupal_wikicompare/__init__.py index 4e031e7..9c7aa9a 100644 --- a/clouder_template_drupal_wikicompare/__init__.py +++ b/clouder_template_drupal_wikicompare/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_drupal_wikicompare diff --git a/clouder_template_drupal_wikicompare/__openerp__.py b/clouder_template_drupal_wikicompare/__openerp__.py index a7299df..36cf3a7 100644 --- a/clouder_template_drupal_wikicompare/__openerp__.py +++ b/clouder_template_drupal_wikicompare/__openerp__.py @@ -1,32 +1,33 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Drupal Wikicompare', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder_template_postgres', 'clouder_template_piwik','clouder_template_drupal'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'demo': [], 'data': ['clouder_template_drupal_wikicompare_data.xml'], 'installable': True, diff --git a/clouder_template_drupal_wikicompare/clouder_template_drupal_wikicompare.py b/clouder_template_drupal_wikicompare/clouder_template_drupal_wikicompare.py index c11e5d4..08ad04e 100644 --- a/clouder_template_drupal_wikicompare/clouder_template_drupal_wikicompare.py +++ b/clouder_template_drupal_wikicompare/clouder_template_drupal_wikicompare.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_template_ldap/__init__.py b/clouder_template_ldap/__init__.py index cdf5748..403aa9b 100644 --- a/clouder_template_ldap/__init__.py +++ b/clouder_template_ldap/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_ldap diff --git a/clouder_template_ldap/__openerp__.py b/clouder_template_ldap/__openerp__.py index 1fe3743..a5a36fa 100644 --- a/clouder_template_ldap/__openerp__.py +++ b/clouder_template_ldap/__openerp__.py @@ -1,33 +1,34 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template LDAP', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder', 'clouder_template_shinken'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Template LDAP """, diff --git a/clouder_template_ldap/clouder_template_ldap.py b/clouder_template_ldap/clouder_template_ldap.py index a136e8a..f0d435d 100644 --- a/clouder_template_ldap/clouder_template_ldap.py +++ b/clouder_template_ldap/clouder_template_ldap.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_template_mysql/__init__.py b/clouder_template_mysql/__init__.py index 494e649..48bc674 100644 --- a/clouder_template_mysql/__init__.py +++ b/clouder_template_mysql/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_mysql diff --git a/clouder_template_mysql/__openerp__.py b/clouder_template_mysql/__openerp__.py index df326c5..e9dc65e 100644 --- a/clouder_template_mysql/__openerp__.py +++ b/clouder_template_mysql/__openerp__.py @@ -1,33 +1,34 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template MySQL', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder', 'clouder_template_shinken'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Template MySQL """, diff --git a/clouder_template_mysql/clouder_template_mysql.py b/clouder_template_mysql/clouder_template_mysql.py index 4a4cfd5..d69f729 100644 --- a/clouder_template_mysql/clouder_template_mysql.py +++ b/clouder_template_mysql/clouder_template_mysql.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_template_odoo/__init__.py b/clouder_template_odoo/__init__.py index 77157fc..3de482e 100644 --- a/clouder_template_odoo/__init__.py +++ b/clouder_template_odoo/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_odoo diff --git a/clouder_template_odoo/__openerp__.py b/clouder_template_odoo/__openerp__.py index 502c751..fa856a5 100644 --- a/clouder_template_odoo/__openerp__.py +++ b/clouder_template_odoo/__openerp__.py @@ -1,28 +1,29 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Odoo', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': [ 'clouder_template_bind', 'clouder_template_shinken', @@ -31,9 +32,9 @@ 'clouder_template_postgres', 'clouder_template_piwik' ], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Odoo """, diff --git a/clouder_template_odoo/clouder_template_odoo.py b/clouder_template_odoo/clouder_template_odoo.py index 1369c91..7ba8d89 100644 --- a/clouder_template_odoo/clouder_template_odoo.py +++ b/clouder_template_odoo/clouder_template_odoo.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_template_odoo_community/__init__.py b/clouder_template_odoo_community/__init__.py index 4c48b5a..c6fd920 100644 --- a/clouder_template_odoo_community/__init__.py +++ b/clouder_template_odoo_community/__init__.py @@ -1 +1,21 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## diff --git a/clouder_template_odoo_community/__openerp__.py b/clouder_template_odoo_community/__openerp__.py index 2139178..3a8f685 100644 --- a/clouder_template_odoo_community/__openerp__.py +++ b/clouder_template_odoo_community/__openerp__.py @@ -1,28 +1,29 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Odoo Community', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': [ 'clouder_template_bind', 'clouder_template_shinken', @@ -32,9 +33,9 @@ 'clouder_template_piwik', 'clouder_template_odoo', ], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'demo': [], 'data': [ 'clouder_template_odoo_community_data.xml' diff --git a/clouder_template_piwik/__init__.py b/clouder_template_piwik/__init__.py index 0de25f2..aa1ad50 100644 --- a/clouder_template_piwik/__init__.py +++ b/clouder_template_piwik/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_piwik diff --git a/clouder_template_piwik/__openerp__.py b/clouder_template_piwik/__openerp__.py index 8c276b3..509e7c5 100644 --- a/clouder_template_piwik/__openerp__.py +++ b/clouder_template_piwik/__openerp__.py @@ -1,32 +1,33 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Piwik', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder_template_mysql', 'clouder_template_bind', 'clouder_template_proxy', 'clouder_template_shinken'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Template Piwik """, diff --git a/clouder_template_piwik/clouder_template_piwik.py b/clouder_template_piwik/clouder_template_piwik.py index 41d6565..3348887 100644 --- a/clouder_template_piwik/clouder_template_piwik.py +++ b/clouder_template_piwik/clouder_template_piwik.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_template_postfix/__init__.py b/clouder_template_postfix/__init__.py index 8590fe0..ab81629 100644 --- a/clouder_template_postfix/__init__.py +++ b/clouder_template_postfix/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_postfix diff --git a/clouder_template_postfix/__openerp__.py b/clouder_template_postfix/__openerp__.py index 7288095..86e936f 100644 --- a/clouder_template_postfix/__openerp__.py +++ b/clouder_template_postfix/__openerp__.py @@ -1,32 +1,33 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Postfix', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Template Postfix """, diff --git a/clouder_template_postfix/clouder_template_postfix.py b/clouder_template_postfix/clouder_template_postfix.py index 4b2ce43..e191fb1 100644 --- a/clouder_template_postfix/clouder_template_postfix.py +++ b/clouder_template_postfix/clouder_template_postfix.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_template_postgres/__init__.py b/clouder_template_postgres/__init__.py index 72c7e65..439eba2 100644 --- a/clouder_template_postgres/__init__.py +++ b/clouder_template_postgres/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_postgres diff --git a/clouder_template_postgres/__openerp__.py b/clouder_template_postgres/__openerp__.py index e36e9cb..5b2ce7f 100644 --- a/clouder_template_postgres/__openerp__.py +++ b/clouder_template_postgres/__openerp__.py @@ -1,33 +1,34 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Postgres', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder', 'clouder_template_shinken'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Template Postgres """, diff --git a/clouder_template_postgres/clouder_template_postgres.py b/clouder_template_postgres/clouder_template_postgres.py index 34c9337..2dd35c1 100644 --- a/clouder_template_postgres/clouder_template_postgres.py +++ b/clouder_template_postgres/clouder_template_postgres.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_template_proxy/__init__.py b/clouder_template_proxy/__init__.py index 1d628ea..805c7b5 100644 --- a/clouder_template_proxy/__init__.py +++ b/clouder_template_proxy/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_proxy diff --git a/clouder_template_proxy/__openerp__.py b/clouder_template_proxy/__openerp__.py index 86276fb..dd5edcf 100644 --- a/clouder_template_proxy/__openerp__.py +++ b/clouder_template_proxy/__openerp__.py @@ -1,33 +1,34 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Proxy', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder', 'clouder_template_shinken'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Template Proxy """, diff --git a/clouder_template_proxy/clouder_template_proxy.py b/clouder_template_proxy/clouder_template_proxy.py index fa6e34f..8093aca 100644 --- a/clouder_template_proxy/clouder_template_proxy.py +++ b/clouder_template_proxy/clouder_template_proxy.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_template_seafile/__init__.py b/clouder_template_seafile/__init__.py index f0d6d58..08cbe70 100644 --- a/clouder_template_seafile/__init__.py +++ b/clouder_template_seafile/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_seafile diff --git a/clouder_template_seafile/__openerp__.py b/clouder_template_seafile/__openerp__.py index 1d514aa..9bd4b3e 100644 --- a/clouder_template_seafile/__openerp__.py +++ b/clouder_template_seafile/__openerp__.py @@ -1,32 +1,33 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Seafile', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Seafile """, diff --git a/clouder_template_seafile/clouder_template_seafile.py b/clouder_template_seafile/clouder_template_seafile.py index 39bb8b1..3d27b41 100644 --- a/clouder_template_seafile/clouder_template_seafile.py +++ b/clouder_template_seafile/clouder_template_seafile.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## - from openerp import models, fields, api, _ diff --git a/clouder_template_shinken/__init__.py b/clouder_template_shinken/__init__.py index 809ab2c..1b332ba 100644 --- a/clouder_template_shinken/__init__.py +++ b/clouder_template_shinken/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_shinken diff --git a/clouder_template_shinken/__openerp__.py b/clouder_template_shinken/__openerp__.py index 4fdd6f3..83b052b 100644 --- a/clouder_template_shinken/__openerp__.py +++ b/clouder_template_shinken/__openerp__.py @@ -1,32 +1,33 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Shinken', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder_template_postfix'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Shinken """, diff --git a/clouder_template_shinken/clouder_template_shinken.py b/clouder_template_shinken/clouder_template_shinken.py index dd9d58d..e0cecf9 100644 --- a/clouder_template_shinken/clouder_template_shinken.py +++ b/clouder_template_shinken/clouder_template_shinken.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_template_wordpress/__init__.py b/clouder_template_wordpress/__init__.py index 2f53f1e..913e141 100644 --- a/clouder_template_wordpress/__init__.py +++ b/clouder_template_wordpress/__init__.py @@ -1,2 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . +# +############################################################################## + import clouder_template_wordpress diff --git a/clouder_template_wordpress/__openerp__.py b/clouder_template_wordpress/__openerp__.py index 03b8e7b..5854e0b 100644 --- a/clouder_template_wordpress/__openerp__.py +++ b/clouder_template_wordpress/__openerp__.py @@ -1,32 +1,33 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## { 'name': 'Clouder Template Wordpress', 'version': '1.0', - 'category': 'Community', + 'category': 'Clouder', 'depends': ['clouder'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', + 'author': 'Yannick Buron (Clouder)', + 'license': 'LGPL-3 by Clouder', + 'website': 'https://github.com/clouder-community/clouder', 'description': """ Clouder Wordpress """, diff --git a/clouder_template_wordpress/clouder_template_wordpress.py b/clouder_template_wordpress/clouder_template_wordpress.py index 838d0dc..1a69279 100644 --- a/clouder_template_wordpress/clouder_template_wordpress.py +++ b/clouder_template_wordpress/clouder_template_wordpress.py @@ -1,21 +1,22 @@ # -*- coding: utf-8 -*- -# ############################################################################# +############################################################################## # -# Author: Yannick Buron -# Copyright 2013 Yannick Buron +# Author: Yannick Buron +# Copyright 2015, TODAY Clouder SASU # -# 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 free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License with Attribution +# clause 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. +# 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 Lesser 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 . +# You should have received a copy of the GNU Lesser General Public License with +# Attribution clause along with this program. If not, see +# . # ############################################################################## diff --git a/clouder_users/__init__.py b/clouder_users/__init__.py deleted file mode 100644 index f809267..0000000 --- a/clouder_users/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- -import deploy diff --git a/clouder_users/__openerp__.py b/clouder_users/__openerp__.py deleted file mode 100644 index 55c633f..0000000 --- a/clouder_users/__openerp__.py +++ /dev/null @@ -1,37 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Author: Yannick Buron -# Copyright 2013 Yannick Buron -# -# 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 . -# -############################################################################## - -{ - 'name': 'Clouder Users', - 'version': '1.0', - 'category': 'Community', - 'depends': ['clouder', 'clouder_template_ldap','ldap_admin'], - 'author': 'Yannick Buron', - 'license': 'AGPL-3', - 'website': 'https://github.com/YannickB', - 'description': """ - Clouder Users - """, - 'demo': [], - 'data': [], - 'installable': True, - 'application': True, -} diff --git a/doc/cla/ccla-1.0.md b/doc/cla/ccla-1.0.md new file mode 100644 index 0000000..28ba241 --- /dev/null +++ b/doc/cla/ccla-1.0.md @@ -0,0 +1,51 @@ +# Clouder Corporate Contributor License Agreement +## Clouder CCLA v1.0 +Based on the Apache Software Foundation Corporate Contributor License Agreement v2.0 and Odoo Corporate Contributor License Agreement V1.0, with modifications + +Thank you for your interest in an Clouder S.A.S.U. (the "Project Leads") open source project. In order to clarify the intellectual property license granted with Contributions from any person or entity, the Clouder Project Leads must have a Contributor License Agreement (the "Agreement") on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the Project, its users, and the Clouder Project Leads; it does not change your rights to use your own Contributions for any other purpose. If you have not already done so, please complete, sign and send the Agreement by: + +* following the electronic procedure to complete, sign and submit the CCLA at https://github.com/clouder-community/clouder/blob/8.0/doc/cla/sign-cla.md + +**Please read this document carefully before signing and keep a copy for your records.** + +You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the Project. Except for the license granted herein to the Project Leads and recipients of software distributed by the Project Leads, You reserve all right, title, and interest in and to Your Contributions. + +1. Definitions. +"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +"Contribution" shall mean the code, documentation or any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to the Project Leads for inclusion in, or documentation of, any of the products managed or maintained by the Project Leads (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Project Leads or their representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Project Leads for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution." + +2. Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to the Project Leads and to recipients of software distributed by the Project Leads a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works; provided that this license is conditioned upon compliance with Section 4. + +3. Grant of Patent License. Subject to the terms and conditions of this Agreement, You hereby grant to the Project Leads and to recipients of software distributed by the Project Leads a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed. This license is granted only to the extent that the exercise of the licensed rights infringes such patent claims; and provided that this license is conditioned upon compliance with Section 4. + +4. Outbound License. As a condition on the grant of rights in Sections 2 and 3, We agree to license the Contribution only under the terms of the license or licenses which We are using on the Submission Date for the Material or any licenses which are approved by the Open Source Initiative on or after the Effective Date, including both permissive and copyleft licenses, whether or not such licenses are subsequently disapproved (including any right to adopt any future version of a license if permitted). +In addition, We may use the following licenses for Media in the Contribution: Creative Commons Attribution 4.0 and Creative Commons Attribution - Share Alike 4.0 (including any right to adopt any future version of a license if permitted). + +5. You represent that You are legally entitled to grant the above license. You represent further that each employee of the Corporation designated on Schedule A below (or in a subsequent written modification to that Schedule) is authorized to submit Contributions on behalf of the Corporation. + +6. You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which you are personally aware and which are associated with any part of Your Contributions. + +7. You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in writing, You provide Your Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. + +8. Should You wish to submit work that is not Your original creation, You may submit it to the Project Leads separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]". + +9. It is your responsibility to notify the Project Leads when any change is required to the list of designated employees authorized to submit Contributions on behalf of the Corporation, or to the Corporation's Point of Contact with the Project. + + +``` +Corporation name: __________________________________________ +Corporation address: _______________________________________ + _______________________________________ +Country: ___________________________________________________ +Point of contact: __________________________________________ +Title: _____________________________________________________ +Email: _____________________________________________________ +Telephone: _________________________________________________ +Signature: _________________________________________________ +Date: ______________________________________________________ +``` + +## Schedule A +[Initial list of designated employees. NB: authorization is not tied to particular Contributions.] + + diff --git a/doc/cla/icla-1.0.md b/doc/cla/icla-1.0.md new file mode 100644 index 0000000..91c4fc2 --- /dev/null +++ b/doc/cla/icla-1.0.md @@ -0,0 +1,44 @@ +# Clouder Individual Contributor License Agreement +## Clouder ICLA v1.0 +Based on the Apache Software Foundation Individual Contributor License Agreement v2.0 and Odoo Individual Contributor License Agreement V1.0, with modifications + +Thank you for your interest in an Clouder S.A.S.U. (the "Project Leads" ) open source project. In order to clarify the intellectual property license granted with Contributions from any person or entity, the Clouder Project Leads must have a Contributor License Agreement (the "Agreement") on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the Project, its users, and the Clouder Project Leads; it does not change your rights to use your own Contributions for any other purpose. If you have not already done so, please complete and sign the Agreement by: + +* following the electronic procedure to complete, sign and submit the ICLA at https://github.com/clouder-community/clouder/blob/8.0/doc/cla/sign-cla.md + +**Please read this document carefully before signing and keep a copy for your records.** + +You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the Project. Except for the license granted herein to the Project Leads and recipients of software distributed by the Project Leads, You reserve all right, title, and interest in and to Your Contributions. + +1. Definitions. +"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +"Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to the Project Leads for inclusion in, or documentation of, any of the products managed or maintained by the Project Leads (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Project Leads or their representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Project Leads for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution." + +2. Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to the Project Leads and to recipients of software distributed by the Project Leads a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works; provided that this license is conditioned upon compliance with Section 4. + +3. Grant of Patent License. Subject to the terms and conditions of this Agreement, You hereby grant to the Project Leads and to recipients of software distributed by the Project Leads a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed. This license is granted only to the extent that the exercise of the licensed rights infringes such patent claims; and provided that this license is conditioned upon compliance with Section 4. + +4. Outbound License. As a condition on the grant of rights in Sections 2 and 3, the Project Leads agree to license the Contribution only under the terms of the license or licenses which the Project Leads are using on the Submission Date for the Material or any licenses which are approved by the Open Source Initiative on or after the Effective Date, including both permissive and copyleft licenses, whether or not such licenses are subsequently disapproved (including any right to adopt any future version of a license if permitted). +In addition, the Project Leads may use the following licenses for Media in the Contribution: Creative Commons Attribution 4.0 and Creative Commons Attribution - Share Alike 4.0 (including any right to adopt any future version of a license if permitted). + +5. You represent that you are legally entitled to grant the above license. If your employer(s) has rights to intellectual property that you create that includes your Contributions, you represent that you have received permission to make Contributions on behalf of that employer, that your employer has waived such rights for your Contributions to the Project Leads, or that your employer has executed a separate Corporate Contributor License Agreement with the Project Leads. + +6. You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which you are personally aware and which are associated with any part of Your Contributions. + +7. You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in writing, You provide Your Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON- INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. + +8. Should You wish to submit work that is not Your original creation, You may submit it to the Project Leads separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]". + +9. You agree to notify the Project Leads of any facts or circumstances of which you become aware that would make these representations inaccurate in any respect. + + +``` +Full Name: _________________________________________________ +Email: _____________________________________________________ +Telephone: _________________________________________________ +Mailing Address: ___________________________________________ + ___________________________________________ +Country: ___________________________________________________ +Signature: _________________________________________________ +Date: ______________________________________________________ +``` \ No newline at end of file diff --git a/doc/cla/sign-cla.md b/doc/cla/sign-cla.md new file mode 100644 index 0000000..221db77 --- /dev/null +++ b/doc/cla/sign-cla.md @@ -0,0 +1,143 @@ +# Sign the Clouder CLA + +In order for your contribution to Clouder to be accepted, you have to sign the +Clouder Contributor License Agreement (CLA). More information about this +requirement is explained in the [FAQ](#faq). + +## If you are an individual + +1. Read the [Individual Contributor License Agreement](icla-1.0.md) + +2. Modify your current pull request, or make a new pull request on + [clouder-community/clouder](/clouder-community/clouder), adding a new file + `.md` under the [`doc/cla/individual`](individual/) directory. + If your GitHub login is `yburon`, the file would be + `doc/cla/individual/yburon.md`. The file should contain: + + ``` +, + +I hereby agree to the terms of the Clouder Individual Contributor License +Agreement v1.0. + +I declare that I am authorized and able to make this agreement and sign this +declaration. + +Signed, + + https://github.com/ +``` + + Replacing the following placeholders: + + * ``: your country + * ``: current date in the form `YYYY-MM-DD` + * ``: your name + * ``: your email + * ``: your GitHub login + +3. A Clouder R&D Team member will verify and accept your Pull Request. You can +make other pull requests, but we won't be able to merge them until your CLA +signature is merged. + +## If you work for a company + +1. Read the [Corporate Contributor License Agreement](icla-1.0.md) + +2. Modify your current pull request, or make a new pull request on + [clouder-community/clouder](/clouder-community/clouder), adding a new file + `.md` under the [`doc/cla/corporate`](corporate/) + directory. If the name of the company is Clouder, the file would be + `doc/cla/corporate/clouder.md`. The file should contain: + + ``` +, + + agrees to the terms of the Odoo Corporate Contributor License +Agreement v1.0. + +I declare that I am authorized and able to make this agreement and sign this +declaration. + +Signed, + + https://github.com/ + +List of contributors: + + https://github.com/ +``` + + The List of contributors should list the individual contributors working + for the company. + + Replacing the following placeholders: + + * ``: your country + * ``: current date in the form `YYYY-MM-DD` + * ``: your name + * ``: your email + * ``: your GitHub login + +3. A Clouder R&D Team member will verify and accept your Pull Request. You can +make other pull requests, but we won't be able to merge them until your CLA +signature is merged. + +# FAQ + +## Why do i need to accept a CLA ? + +The goal of having a Contributor License Agreement for Clouder is to: + +* clearly define the terms under which intellectual property (patches, pull + requests, etc.) have been contributed to the Odoo project + +* protect the Clouder project and its users in case of legal dispute about the + origin or ownership of any part of the code + +* protect the Clouder project and its users from bad actors who would + contribute and then try to withdraw their contributions or cause legal + trouble, e.g. in the form of patent lawsuits + +This is done by establishing a credible, non-repudiable record that each +contributor really intended to contribute to the Odoo project under specific +terms, and they had the right to make those contributions. + +The CLA is for the protection of the contributors, the project and its users. +It does not change your rights to use your own contributions for any other +purpose. + +The Clouder CLA is based on the Apache Software Foundation CLA v2.0, as +can be found on the Apache website. + +This CLA is not a copyright assignment, it is a pure license agreement. You +keep the full copyright for your contributions, you simply provide an +irrevocable license to the project maintainer, Clouder S.A.S.U. to use, modify +and distribute your contributions without further restrictions. + +## How does it work? + +Each individual contributor (making contributions only on their own behalf) is +required to sign and submit the Individual Contributor License Agreement +(ICLA) of Clouder. The agreement is executed by adding your name and +signature to the list of validated contributors inside the project source code. + +If someone is unable to sign the CLA, their contributions will have to be +removed from the Odoo project. + +In addition, if some or all of someone's contributions are written as part of +an employment by somebody else, the work may not belong to the contributor but +to their employer, depending on the contract terms and local laws. In that case +the employer needs to sign the Corporate Contributor License Agreement (CCLA), +including the names of all contributors allowed to make those contributions in +order for those contributions to be accepted. + +The contributors should still sign the Individual CLA, in order to cover the +contributions that do not belong to the employer. + +Contributors who have signed the ICLA without a CCLA from their employer should +be very careful. + +The ICLA (section 4) is a legal declaration where the contributor states they +have the right to make the contributions. These contributors should only +submit contributions they are really entitled to license.