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
it under the terms of the GNU General Public License as published by

8
README
View File

@ -12,6 +12,14 @@ See INSTALL
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
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 repository contains the full copyright notices and license terms.
#This file is part sale_invoice_cancel module for Tryton.
#The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from .sale import *

View File

@ -1,5 +1,6 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of
#this repository contains the full copyright notices and license terms.
#This file is part sale_invoice_cancel module for Tryton.
#The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
{
'name': 'Sale Invoice Cancel',
'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
#of this repository contains the full copyright notices and license terms.
#This file is part sale_invoice_cancel module for Tryton.
#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.tools import safe_eval, datetime_strftime

View File

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

View File

@ -1,4 +1,5 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of
#this repository contains the full copyright notices and license terms.
#This file is part sale_invoice_cancel module for Tryton.
#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

View File

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