← Back to team overview

openerp-community team mailing list archive

Re: Licenses guidelines for OCA modules

 

> Here we can do it better, there are some guides about this:
> # -*- coding: utf-8 -*-
>
>
> __author__ = "Full Name(email)"
> __copyright__ = "Copyright (C) YEAR FULL NAME"
> __license__ = "AGPL 3.0"
> __version__ = "1.0"
>
> So in pythonic way we must add LICENSE file in each module, 
> and as best practice AUTHORS.txt and add Full Name (email) as list as make contributions.
>
> All of module templates can implement it and help us.
>  
>

This is something I like a lot.

-- 
Alexandre Fayolle
Chef de Projet
Tel : + 33 (0)4 79 26 57 94

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac Cedex
http://www.camptocamp.com



References