diff --git a/__unported__/auth_from_http_basic/__openerp__.py b/__unported__/auth_from_http_basic/__openerp__.py index 4de914cfa..ded6beb17 100644 --- a/__unported__/auth_from_http_basic/__openerp__.py +++ b/__unported__/auth_from_http_basic/__openerp__.py @@ -22,6 +22,7 @@ "name": "Authenticate via HTTP basic authentication", "version": "1.0", "author": "Therp BV", + "license": "AGPL-3", "complexity": "expert", "description": """ In an environment where several web applications authenticate against the same diff --git a/__unported__/auth_from_http_basic_logout/__openerp__.py b/__unported__/auth_from_http_basic_logout/__openerp__.py index e0f98dd8f..dba220aee 100644 --- a/__unported__/auth_from_http_basic_logout/__openerp__.py +++ b/__unported__/auth_from_http_basic_logout/__openerp__.py @@ -22,6 +22,7 @@ "name": "Authenticate via HTTP basic authentication (logout helper)", "version": "1.0", "author": "Therp BV", + "license": "AGPL-3", "complexity": "expert", "description": """ With auth_from_http_basic, the logout procedure has to be bent a bit to provide diff --git a/__unported__/base_external_dbsource/__openerp__.py b/__unported__/base_external_dbsource/__openerp__.py index f5f7f72eb..46d3764ac 100644 --- a/__unported__/base_external_dbsource/__openerp__.py +++ b/__unported__/base_external_dbsource/__openerp__.py @@ -43,6 +43,7 @@ Contributors """, 'author': 'Daniel Reis', 'website': 'http://launchpad.net/addons-tko', + 'license': 'AGPL-3', 'images': [ 'images/screenshot01.png', ], diff --git a/__unported__/import_odbc/__openerp__.py b/__unported__/import_odbc/__openerp__.py index dd3ee9f0a..5ed3c5a26 100644 --- a/__unported__/import_odbc/__openerp__.py +++ b/__unported__/import_odbc/__openerp__.py @@ -78,6 +78,7 @@ Contributors """, 'author': 'Daniel Reis', 'website': 'http://launchpad.net/addons-tko', + 'license': 'AGPL-3', 'images': [ 'images/snapshot1.png', 'images/snapshot2.png', diff --git a/__unported__/ir_config_parameter_viewer/__openerp__.py b/__unported__/ir_config_parameter_viewer/__openerp__.py index 8d543af33..c383e5bd9 100644 --- a/__unported__/ir_config_parameter_viewer/__openerp__.py +++ b/__unported__/ir_config_parameter_viewer/__openerp__.py @@ -11,6 +11,7 @@ """, 'author': 'Camptocamp', 'website': 'http://openerp.camptocamp.com', + 'license': 'AGPL-3', 'depends': ['base'], 'init_xml': [], 'update_xml': ['ir_config_parameter_view.xml'], diff --git a/__unported__/security_protector/__openerp__.py b/__unported__/security_protector/__openerp__.py index 6cd3bb183..5a3b3a903 100644 --- a/__unported__/security_protector/__openerp__.py +++ b/__unported__/security_protector/__openerp__.py @@ -15,6 +15,7 @@ """, 'author': 'Camptocamp', 'website': 'http://openerp.camptocamp.com', + 'license': 'AGPL-3', 'depends': ['base'], 'init_xml': ['data.xml'], 'update_xml': ['security_view.xml'], diff --git a/__unported__/users_ldap_groups/__openerp__.py b/__unported__/users_ldap_groups/__openerp__.py index 044301a31..d4e39287d 100644 --- a/__unported__/users_ldap_groups/__openerp__.py +++ b/__unported__/users_ldap_groups/__openerp__.py @@ -24,6 +24,7 @@ "version": "1.2", "depends": ["auth_ldap"], "author": "Therp BV", + "license": "AGPL-3", "description": """ Adds user accounts to groups based on rules defined by the administrator. diff --git a/dbfilter_from_header/__openerp__.py b/dbfilter_from_header/__openerp__.py index 4570e55d5..7040b887d 100644 --- a/dbfilter_from_header/__openerp__.py +++ b/dbfilter_from_header/__openerp__.py @@ -22,6 +22,7 @@ "name": "dbfilter_from_header", "version": "1.0", "author": "Therp BV", + "license": "AGPL-3", "complexity": "normal", "description": """ This addon lets you pass a dbfilter as a HTTP header. diff --git a/disable_openerp_online/__openerp__.py b/disable_openerp_online/__openerp__.py index b6cd315d6..e30a0496b 100644 --- a/disable_openerp_online/__openerp__.py +++ b/disable_openerp_online/__openerp__.py @@ -22,6 +22,7 @@ "name": "Remove odoo.com bindings", "version": "1.1", "author": "Therp BV", + "license": "AGPL-3", "complexity": "normal", "description": """ This module deactivates all bindings to openerp.com that diff --git a/fetchmail_attach_from_folder/__openerp__.py b/fetchmail_attach_from_folder/__openerp__.py index 93b0a022c..8d8bea9ce 100644 --- a/fetchmail_attach_from_folder/__openerp__.py +++ b/fetchmail_attach_from_folder/__openerp__.py @@ -26,6 +26,7 @@ 'version': '1.0', 'author': 'Therp BV', 'website': 'http://www.therp.nl', + 'license': 'AGPL-3', "category": "Tools", "depends": ['fetchmail'], 'data': [ diff --git a/mass_editing/__openerp__.py b/mass_editing/__openerp__.py index 3be5587f2..ef373da06 100644 --- a/mass_editing/__openerp__.py +++ b/mass_editing/__openerp__.py @@ -28,6 +28,7 @@ ], "category": "Tools", "website": "http://www.serpentcs.com", + "license": "GPL-3 or any later version", "description": """ This module provides the functionality to add, update or remove the values of more than one records on the fly at the same time. diff --git a/server_environment/__openerp__.py b/server_environment/__openerp__.py index 8263a2a3b..df3629100 100644 --- a/server_environment/__openerp__.py +++ b/server_environment/__openerp__.py @@ -77,6 +77,7 @@ Example usage serv_config.get('external_service.ftp', 'tls') """, "website": "http://www.camptocamp.com", + "license": "GPL-3 or any later version", "category": "Tools", "data": [ 'serv_config.xml', diff --git a/server_environment_files_sample/__openerp__.py b/server_environment_files_sample/__openerp__.py index fb16a51a4..d3a92f2be 100644 --- a/server_environment_files_sample/__openerp__.py +++ b/server_environment_files_sample/__openerp__.py @@ -41,6 +41,7 @@ server_environment_files lives before this one in the addons-path variable of the OpenERP configuration file. """, "website": "http://www.camptocamp.com", + "license": "GPL-3 or any later version", "category": "Tools", "data": [], "installable": True, diff --git a/users_ldap_mail/__openerp__.py b/users_ldap_mail/__openerp__.py index d8c022ee9..c51ee59eb 100644 --- a/users_ldap_mail/__openerp__.py +++ b/users_ldap_mail/__openerp__.py @@ -24,6 +24,7 @@ 'version': "1.0", 'depends': ["auth_ldap"], 'author': "Daniel Reis (https://launchpad.com/~dreis-pt)", + 'license': 'AGPL-3', 'description': """\ Allows to define the LDAP attributes to use to retrieve user name and e-mail address. diff --git a/users_ldap_populate/__openerp__.py b/users_ldap_populate/__openerp__.py index 79f36fb28..f59a22563 100644 --- a/users_ldap_populate/__openerp__.py +++ b/users_ldap_populate/__openerp__.py @@ -22,6 +22,7 @@ "name": "LDAP Populate", "version": "1.2", "author": "Therp BV", + "license": "AGPL-3", "category": 'Tools', "description": """ This module allows to prepopulate the user database with all entries in the