Change copyright notice files

This commit is contained in:
resteve 2012-07-18 11:09:33 +02:00
parent c7f491e13f
commit 0e37981005
8 changed files with 27 additions and 13 deletions

View File

@ -1,4 +1,4 @@
Copyright (C) 2012 Zikzakmedia. Copyright (C) 2012 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
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

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,4 +1,5 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of #This file is part sale_invoice_cancel 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 .sale import * from .sale import *

View File

@ -1,5 +1,6 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of #This file is part sale_invoice_cancel 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': 'Sale Invoice Cancel', 'name': 'Sale Invoice Cancel',
'name_ca_ES': 'Cancel·lar factures de comandes', 'name_ca_ES': 'Cancel·lar factures de comandes',

View File

@ -1,5 +1,6 @@
#This file is part of Tryton. The COPYRIGHT file at the top level #This file is part sale_invoice_cancel module for Tryton.
#of 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 Workflow, ModelView, ModelSQL, fields from trytond.model import Workflow, ModelView, ModelSQL, fields
from trytond.tools import safe_eval, datetime_strftime from trytond.tools import safe_eval, datetime_strftime

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 sale_invoice_cancel 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

View File

@ -1,4 +1,5 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of #This file is part sale_invoice_cancel 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 .test_sale_invoice_cancel import suite from .test_sale_invoice_cancel import suite

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 sale_invoice_cancel 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.
import sys import sys
import os import os