Corrected and Updated GPLv3 as the consistent License everywhere

This commit is contained in:
Shalabh Aggarwal 2012-05-01 12:43:44 +05:00
parent f9b57f164a
commit 4012a6d350
7 changed files with 10 additions and 9 deletions

View File

@ -6,7 +6,8 @@
Tryton module to support Nereid
:copyright: (c) 2010 by Sharoon Thomas.
:license: BSD, see LICENSE for more details
:copyright: (c) 2010-2012 by Openlabs Technologies & Consulting (P) Limited.
:license: GPLv3, see LICENSE for more details
'''
from .party import Address, NereidUser

View File

@ -4,8 +4,8 @@
Currency handling at core level
:copyright: © 2011 by Openlabs Technologies & Consulting (P) Limited
:license: BSD, see LICENSE for more details.
:copyright: © 2011-2012 by Openlabs Technologies & Consulting (P) Limited
:license: GPLv3, see LICENSE for more details.
"""
from trytond.model import ModelView, ModelSQL
from nereid import request

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
<!-- This file is part of Tryton & Nereid. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms.
WARNING: email template is due for removal in the upcoming release. The email

View File

@ -4,7 +4,7 @@
Internationalisation for Nereid
:copyright: (c) 2010-2012 by Openlabs Technologies & Consulting (P) Ltd.
:license: BSD, see LICENSE for more details
:license: GPLv3, see LICENSE for more details
WARNING: This is incomplete and is under development

View File

@ -6,7 +6,7 @@
:copyright: (c) 2010 by Sharoon Thomas.
:copyright: (c) 2010-2012 by Openlabs Technologies & Consulting (P) Ltd.
:license: BSD, see LICENSE for more details
:license: GPLv3, see LICENSE for more details
'''
import random
import string

View File

@ -6,7 +6,7 @@
:copyright: (c) 2011-2012 Openlabs Technologies & Consulting (P) Limited
:copyright: (c) 2010 by Sharoon Thomas.
:license: BSD, see LICENSE for more details
:license: GPLv3, see LICENSE for more details
'''
import os
import base64

View File

@ -4,8 +4,8 @@
Nereid Tryton module test cases
:copyright: (c) 2011 by Openlabs Technologies & Consulting (P) Limited
:license: BSD, see LICENSE for more details.
:copyright: (c) 2011-2012 by Openlabs Technologies & Consulting (P) Limited
:license: GPLv3, see LICENSE for more details.
"""
import unittest2 as unittest