From 07fd496f45ffc9e6a46367ec5179a1647c2cc7fa Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Tue, 3 Nov 2015 10:22:20 +0500 Subject: [PATCH] add license tag --- im_notif/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/im_notif/__openerp__.py b/im_notif/__openerp__.py index 7ff691a..19d5ea0 100644 --- a/im_notif/__openerp__.py +++ b/im_notif/__openerp__.py @@ -2,6 +2,7 @@ 'name' : 'IM Notifications', 'version': '1.0.1', 'author' : 'IT-Projects LLC, Ivan Yelizariev', + 'license': 'LGPL-3', 'category' : 'Tools', 'website' : 'https://yelizariev.github.io', 'price': 9.00,