From 0e37981005d4a3de09aa907d0dbc26f827837b42 Mon Sep 17 00:00:00 2001 From: resteve Date: Wed, 18 Jul 2012 11:09:33 +0200 Subject: [PATCH] Change copyright notice files --- COPYRIGHT | 2 +- README | 8 ++++++++ __init__.py | 5 +++-- __tryton__.py | 5 +++-- sale.py | 5 +++-- setup.py | 5 +++-- tests/__init__.py | 5 +++-- tests/test_sale_invoice_cancel.py | 5 +++-- 8 files changed, 27 insertions(+), 13 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 05e7a04..8684980 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -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 diff --git a/README b/README index 4b1541d..ee244b9 100644 --- a/README +++ b/README @@ -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: diff --git a/__init__.py b/__init__.py index b083dc8..f67d53f 100644 --- a/__init__.py +++ b/__init__.py @@ -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 * diff --git a/__tryton__.py b/__tryton__.py index 9b15429..b0186ab 100644 --- a/__tryton__.py +++ b/__tryton__.py @@ -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', diff --git a/sale.py b/sale.py index b37de8f..bf3bbe5 100644 --- a/sale.py +++ b/sale.py @@ -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 diff --git a/setup.py b/setup.py index edb991c..89f8eeb 100644 --- a/setup.py +++ b/setup.py @@ -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 diff --git a/tests/__init__.py b/tests/__init__.py index 2cd5252..67cef27 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -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 diff --git a/tests/test_sale_invoice_cancel.py b/tests/test_sale_invoice_cancel.py index 269d27a..88f009f 100644 --- a/tests/test_sale_invoice_cancel.py +++ b/tests/test_sale_invoice_cancel.py @@ -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