From c3747982998071f708b0f682742419f78fe5e5d1 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 6 Feb 2015 15:31:57 +0100 Subject: [PATCH] Add license key in __openerp__.py --- __unported__/account_banking_mt940/__openerp__.py | 1 + __unported__/account_banking_nl_ing_mt940/__openerp__.py | 1 + account_voucher_killer/__openerp__.py | 1 + 3 files changed, 3 insertions(+) diff --git a/__unported__/account_banking_mt940/__openerp__.py b/__unported__/account_banking_mt940/__openerp__.py index 62c247316..9d3c3f8c5 100644 --- a/__unported__/account_banking_mt940/__openerp__.py +++ b/__unported__/account_banking_mt940/__openerp__.py @@ -22,6 +22,7 @@ "name": "MT940", "version": "1.0", "author": "Therp BV", + "license": "AGPL-3", "complexity": "expert", "description": """ This addon provides a generic parser for MT940 files. Given that MT940 is a diff --git a/__unported__/account_banking_nl_ing_mt940/__openerp__.py b/__unported__/account_banking_nl_ing_mt940/__openerp__.py index 751c53457..c3e3e912f 100644 --- a/__unported__/account_banking_nl_ing_mt940/__openerp__.py +++ b/__unported__/account_banking_nl_ing_mt940/__openerp__.py @@ -22,6 +22,7 @@ "name": "MT940 import for Dutch ING", "version": "1.1", "author": "Therp BV", + "license": "AGPL-3", "complexity": "normal", "description": """ This addon imports the structured MT940 format as offered by the Dutch ING diff --git a/account_voucher_killer/__openerp__.py b/account_voucher_killer/__openerp__.py index f1f2b826c..ea1568108 100644 --- a/account_voucher_killer/__openerp__.py +++ b/account_voucher_killer/__openerp__.py @@ -24,6 +24,7 @@ 'category': 'other', 'author': 'Camptocamp', 'website': 'http://www.camptocamp.com', + 'license': 'AGPL-3', 'depends': ['account_voucher'], 'data': ['invoice_data.xml', 'invoice_view.xml'],