From d2de2a2769d53c28e098ff51a4f7c361a8ca0d47 Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Mon, 3 Nov 2008 19:38:25 +0100 Subject: [PATCH] change licence bzr revid: christophe@tinyerp.com-20081103183825-23dguh69c8nh3h7n --- bin/PKG-INFO | 2 +- bin/release.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/PKG-INFO b/bin/PKG-INFO index 7aa02e9db32..cbfada25140 100644 --- a/bin/PKG-INFO +++ b/bin/PKG-INFO @@ -8,7 +8,7 @@ Maintainer-email: fp at tiny be Home-page: http://openerp.com Download-url: http://openerp.com/downloads.html Summary: OpenERP is an Enterprise Resource Management written entirely in python. -License: GPL +License: GPL-3 Description: OpenERP is a complete ERP and CRM. The main features are accounting (analytic and financial), stock management, sales and purchases management, tasks automation, marketing campaigns, help desk, POS, etc. Technical features include diff --git a/bin/release.py b/bin/release.py index 7e995c60d2a..60a1f729d14 100644 --- a/bin/release.py +++ b/bin/release.py @@ -40,7 +40,7 @@ url = 'http://www.openerp.com' author = 'Tiny.be' author_email = 'info@tiny.be' support_email = 'support@openerp.com' -license = 'GPL-2' +license = 'GPL-3' # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: