I’ve been writing a module for OpenERP and noticed that if you don’t specify license for your module in __terp__.py file, it will default to GPL-2. If you need to use another license, you will have to add "license" field in your __terp__.py file.