Change copyright notice files

This commit is contained in:
resteve 2012-07-18 11:01:45 +02:00
parent 22edf5815d
commit b9834b3b3b
8 changed files with 25 additions and 13 deletions

View File

@ -1,4 +1,3 @@
Copyright (C) 2011 Raimon Esteve
Copyright (C) 2011 Zikzakmedia SL. Copyright (C) 2011 Zikzakmedia SL.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

8
README
View File

@ -12,6 +12,14 @@ See INSTALL
Support Support
------- -------
For more information or if you encounter any problems with this module,
please contact the programmers at
Zikzakmedia
--------------
website: http://www.zikzakmedia.com/
email: zikzak@zikzakmedia.com
If you encounter any problems with Tryton, please don't hesitate to ask If you encounter any problems with Tryton, please don't hesitate to ask
questions on the Tryton bug tracker, mailing list, wiki or IRC channel: questions on the Tryton bug tracker, mailing list, wiki or IRC channel:

View File

@ -1,6 +1,7 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
#This file is part of Tryton. The COPYRIGHT file at the top level of #This file is part country_zip module for Tryton.
#this repository contains the full copyright notices and license terms #The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from country import * from country import *
from address import * from address import *

View File

@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
#This file is part of Tryton. The COPYRIGHT file at the top level of #This file is part country_zip module for Tryton.
#this repository contains the full copyright notices and license terms #The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
{ {
'name' : 'Country, Subdivision and City from Zip', 'name' : 'Country, Subdivision and City from Zip',
'name_es_ES': 'País, subdivisión y ciudad a partir de código postal', 'name_es_ES': 'País, subdivisión y ciudad a partir de código postal',

View File

@ -1,6 +1,7 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
#This file is part of Tryton. The COPYRIGHT file at the top level of #This file is part country_zip module for Tryton.
#this repository contains the full copyright notices and license terms #The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from trytond.model import ModelView, ModelSQL, fields from trytond.model import ModelView, ModelSQL, fields
from trytond.pyson import Eval from trytond.pyson import Eval

View File

@ -1,6 +1,7 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
#This file is part of Tryton. The COPYRIGHT file at the top level of #This file is part country_zip module for Tryton.
#this repository contains the full copyright notices and license terms #The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from trytond.model import ModelView, ModelSQL, fields from trytond.model import ModelView, ModelSQL, fields

View File

@ -1,5 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- This file is part country_zip module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tryton> <tryton>
<data> <data>

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
#This file is part of Tryton. The COPYRIGHT file at the top level of #This file is part country_zip module for Tryton.
#this repository contains the full copyright notices and license terms. #The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from setuptools import setup from setuptools import setup
import re import re