From f220b9e959dd798d21b6e5bb326268a1a1bf1403 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9gory=20Wisniewski?= <gregory@nexedi.com>
Date: Mon, 18 Jan 2010 10:33:11 +0000
Subject: [PATCH] Update and fix copyright.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31796 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Banking/tests/TestERP5BankingMixin.py               | 2 +-
 .../ERP5Banking/tests/testERP5BankingAccountingCancellation.py  | 2 +-
 product/ERP5Banking/tests/testERP5BankingAccountingDate.py      | 2 +-
 product/ERP5Banking/tests/testERP5BankingAvailableInventory.py  | 2 +-
 .../ERP5Banking/tests/testERP5BankingBankAccountInventory.py    | 2 +-
 .../ERP5Banking/tests/testERP5BankingCashBalanceRegulation.py   | 2 +-
 product/ERP5Banking/tests/testERP5BankingCashClassification.py  | 2 +-
 product/ERP5Banking/tests/testERP5BankingCashExchange.py        | 2 +-
 product/ERP5Banking/tests/testERP5BankingCashInventory.py       | 2 +-
 product/ERP5Banking/tests/testERP5BankingCashMovement.py        | 2 +-
 .../tests/testERP5BankingCashMovementNewNotEmitted.py           | 2 +-
 product/ERP5Banking/tests/testERP5BankingCashSorting.py         | 2 +-
 .../ERP5Banking/tests/testERP5BankingCashToCurrencyPurchase.py  | 2 +-
 product/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py  | 2 +-
 product/ERP5Banking/tests/testERP5BankingCheckDeposit.py        | 2 +-
 product/ERP5Banking/tests/testERP5BankingCheckPayment.py        | 2 +-
 product/ERP5Banking/tests/testERP5BankingCheckbookDelivery.py   | 2 +-
 product/ERP5Banking/tests/testERP5BankingCheckbookMovement.py   | 2 +-
 product/ERP5Banking/tests/testERP5BankingCheckbookReception.py  | 2 +-
 .../tests/testERP5BankingCheckbookUsualCashTransfer.py          | 2 +-
 .../ERP5Banking/tests/testERP5BankingCheckbookVaultTransfer.py  | 2 +-
 .../ERP5Banking/tests/testERP5BankingClassificationSurvey.py    | 2 +-
 product/ERP5Banking/tests/testERP5BankingCounterDate.py         | 2 +-
 product/ERP5Banking/tests/testERP5BankingCounterRendering.py    | 2 +-
 product/ERP5Banking/tests/testERP5BankingDestructionSurvey.py   | 2 +-
 .../ERP5Banking/tests/testERP5BankingForeignCashReception.py    | 2 +-
 .../ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py    | 2 +-
 .../ERP5Banking/tests/testERP5BankingInternalMoneyPayment.py    | 2 +-
 product/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py | 2 +-
 product/ERP5Banking/tests/testERP5BankingMonetaryIssue.py       | 2 +-
 product/ERP5Banking/tests/testERP5BankingMonetaryRecall.py      | 2 +-
 product/ERP5Banking/tests/testERP5BankingMonetaryReception.py   | 2 +-
 product/ERP5Banking/tests/testERP5BankingMonetarySurvey.py      | 2 +-
 product/ERP5Banking/tests/testERP5BankingMoneyDeposit.py        | 2 +-
 .../ERP5Banking/tests/testERP5BankingMoneyDepositRendering.py   | 2 +-
 product/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py   | 2 +-
 product/ERP5Banking/tests/testERP5BankingStopPayment.py         | 2 +-
 .../ERP5Banking/tests/testERP5BankingTravelerCheckPurchase.py   | 2 +-
 product/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py   | 2 +-
 product/ERP5Banking/tests/testERP5BankingUsualCashRendering.py  | 2 +-
 product/ERP5Banking/tests/testERP5BankingUsualCashTransfer.py   | 2 +-
 product/ERP5Banking/tests/testERP5BankingVaultTransfer.py       | 2 +-
 42 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/product/ERP5Banking/tests/TestERP5BankingMixin.py b/product/ERP5Banking/tests/TestERP5BankingMixin.py
index 9e24c0a49d..344b8926d1 100644
--- a/product/ERP5Banking/tests/TestERP5BankingMixin.py
+++ b/product/ERP5Banking/tests/TestERP5BankingMixin.py
@@ -1,6 +1,6 @@
 #############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingAccountingCancellation.py b/product/ERP5Banking/tests/testERP5BankingAccountingCancellation.py
index 64c6fa4e89..436082218a 100644
--- a/product/ERP5Banking/tests/testERP5BankingAccountingCancellation.py
+++ b/product/ERP5Banking/tests/testERP5BankingAccountingCancellation.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Sebastien Robin <seb@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingAccountingDate.py b/product/ERP5Banking/tests/testERP5BankingAccountingDate.py
index d6962b6862..b67391dead 100644
--- a/product/ERP5Banking/tests/testERP5BankingAccountingDate.py
+++ b/product/ERP5Banking/tests/testERP5BankingAccountingDate.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 Nexedi SARL and Concaisse_courantebutors. All Rights Reserved.
+# Copyright (c) 2007-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Vincent Pelletier <vincent@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingAvailableInventory.py b/product/ERP5Banking/tests/testERP5BankingAvailableInventory.py
index e9c4efd8b8..e656524213 100644
--- a/product/ERP5Banking/tests/testERP5BankingAvailableInventory.py
+++ b/product/ERP5Banking/tests/testERP5BankingAvailableInventory.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Sebastien Robin <seb@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py b/product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py
index cc0502c52e..d9e55aaa45 100644
--- a/product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py
+++ b/product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2007-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCashBalanceRegulation.py b/product/ERP5Banking/tests/testERP5BankingCashBalanceRegulation.py
index d1e90c0121..1c166da30f 100644
--- a/product/ERP5Banking/tests/testERP5BankingCashBalanceRegulation.py
+++ b/product/ERP5Banking/tests/testERP5BankingCashBalanceRegulation.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                   Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCashClassification.py b/product/ERP5Banking/tests/testERP5BankingCashClassification.py
index 17fb52a92d..44df2ede5f 100644
--- a/product/ERP5Banking/tests/testERP5BankingCashClassification.py
+++ b/product/ERP5Banking/tests/testERP5BankingCashClassification.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                   Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCashExchange.py b/product/ERP5Banking/tests/testERP5BankingCashExchange.py
index 489a30a8b9..bc3030fbda 100644
--- a/product/ERP5Banking/tests/testERP5BankingCashExchange.py
+++ b/product/ERP5Banking/tests/testERP5BankingCashExchange.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                   Aurelien Calonne <aurel@nexedi.com>
 #                   Sebastien Robin <seb@nexedi.com>
 #
diff --git a/product/ERP5Banking/tests/testERP5BankingCashInventory.py b/product/ERP5Banking/tests/testERP5BankingCashInventory.py
index 83c5d14d98..7bd0477fc2 100644
--- a/product/ERP5Banking/tests/testERP5BankingCashInventory.py
+++ b/product/ERP5Banking/tests/testERP5BankingCashInventory.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCashMovement.py b/product/ERP5Banking/tests/testERP5BankingCashMovement.py
index 49c77b9e59..6ea0e8b681 100644
--- a/product/ERP5Banking/tests/testERP5BankingCashMovement.py
+++ b/product/ERP5Banking/tests/testERP5BankingCashMovement.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Convault_destinationbutors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Alexandre Boeglin <alex_AT_nexedi_DOT_com>
 #                    Kevin Deldycke <kevin_AT_nexedi_DOT_com>
 #                    Aurelien Calonne <aurel@nexedi.com>
diff --git a/product/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py b/product/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py
index ffa242290e..5dfebc042d 100644
--- a/product/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py
+++ b/product/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 Nexedi SARL and Convault_destinationbutors. All Rights Reserved.
+# Copyright (c) 2007-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCashSorting.py b/product/ERP5Banking/tests/testERP5BankingCashSorting.py
index 9cbef42c39..f4bbb964ec 100644
--- a/product/ERP5Banking/tests/testERP5BankingCashSorting.py
+++ b/product/ERP5Banking/tests/testERP5BankingCashSorting.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                   Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCashToCurrencyPurchase.py b/product/ERP5Banking/tests/testERP5BankingCashToCurrencyPurchase.py
index 165e9412bf..758ba8d10b 100644
--- a/product/ERP5Banking/tests/testERP5BankingCashToCurrencyPurchase.py
+++ b/product/ERP5Banking/tests/testERP5BankingCashToCurrencyPurchase.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                   Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py b/product/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py
index 6b7903ee2c..bda88c2d3e 100644
--- a/product/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py
+++ b/product/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                   Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCheckDeposit.py b/product/ERP5Banking/tests/testERP5BankingCheckDeposit.py
index cadf048028..6b4096ccba 100644
--- a/product/ERP5Banking/tests/testERP5BankingCheckDeposit.py
+++ b/product/ERP5Banking/tests/testERP5BankingCheckDeposit.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Yoshinori Okuji <yo@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCheckPayment.py b/product/ERP5Banking/tests/testERP5BankingCheckPayment.py
index 1cb8bc24e1..2a4d29c56d 100644
--- a/product/ERP5Banking/tests/testERP5BankingCheckPayment.py
+++ b/product/ERP5Banking/tests/testERP5BankingCheckPayment.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Yoshinori Okuji <yo@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCheckbookDelivery.py b/product/ERP5Banking/tests/testERP5BankingCheckbookDelivery.py
index a64bf5a115..9e798a413b 100644
--- a/product/ERP5Banking/tests/testERP5BankingCheckbookDelivery.py
+++ b/product/ERP5Banking/tests/testERP5BankingCheckbookDelivery.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Sebastien Robin <seb@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCheckbookMovement.py b/product/ERP5Banking/tests/testERP5BankingCheckbookMovement.py
index 61a4b853c3..e428e9ba82 100644
--- a/product/ERP5Banking/tests/testERP5BankingCheckbookMovement.py
+++ b/product/ERP5Banking/tests/testERP5BankingCheckbookMovement.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Sebastien Robin <seb@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCheckbookReception.py b/product/ERP5Banking/tests/testERP5BankingCheckbookReception.py
index 750cd67557..b391df8dda 100644
--- a/product/ERP5Banking/tests/testERP5BankingCheckbookReception.py
+++ b/product/ERP5Banking/tests/testERP5BankingCheckbookReception.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Sebastien Robin <seb@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCheckbookUsualCashTransfer.py b/product/ERP5Banking/tests/testERP5BankingCheckbookUsualCashTransfer.py
index ae5ec54f3f..eeaf23ce1b 100644
--- a/product/ERP5Banking/tests/testERP5BankingCheckbookUsualCashTransfer.py
+++ b/product/ERP5Banking/tests/testERP5BankingCheckbookUsualCashTransfer.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Sebastien Robin <seb@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCheckbookVaultTransfer.py b/product/ERP5Banking/tests/testERP5BankingCheckbookVaultTransfer.py
index 5af35aa961..7d5d320c86 100644
--- a/product/ERP5Banking/tests/testERP5BankingCheckbookVaultTransfer.py
+++ b/product/ERP5Banking/tests/testERP5BankingCheckbookVaultTransfer.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Sebastien Robin <seb@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingClassificationSurvey.py b/product/ERP5Banking/tests/testERP5BankingClassificationSurvey.py
index cbaf0dd260..b165bf8bab 100644
--- a/product/ERP5Banking/tests/testERP5BankingClassificationSurvey.py
+++ b/product/ERP5Banking/tests/testERP5BankingClassificationSurvey.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                   Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCounterDate.py b/product/ERP5Banking/tests/testERP5BankingCounterDate.py
index b6f1969307..7880c53111 100644
--- a/product/ERP5Banking/tests/testERP5BankingCounterDate.py
+++ b/product/ERP5Banking/tests/testERP5BankingCounterDate.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Sebastien Robin <seb@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingCounterRendering.py b/product/ERP5Banking/tests/testERP5BankingCounterRendering.py
index b551ccda74..ed1e031dbd 100644
--- a/product/ERP5Banking/tests/testERP5BankingCounterRendering.py
+++ b/product/ERP5Banking/tests/testERP5BankingCounterRendering.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Alexandre Boeglin <alex_AT_nexedi_DOT_com>
 #                    Kevin Deldycke <kevin_AT_nexedi_DOT_com>
 #                    Aurelien Calonne <aurel@nexedi.com>
diff --git a/product/ERP5Banking/tests/testERP5BankingDestructionSurvey.py b/product/ERP5Banking/tests/testERP5BankingDestructionSurvey.py
index 5b1777a43e..f4e3546a11 100644
--- a/product/ERP5Banking/tests/testERP5BankingDestructionSurvey.py
+++ b/product/ERP5Banking/tests/testERP5BankingDestructionSurvey.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Alexandre Boeglin <alex_AT_nexedi_DOT_com>
 #                    Kevin Deldycke <kevin_AT_nexedi_DOT_com>
 #                    Aurelien Calonne <aurel@nexedi.com>
diff --git a/product/ERP5Banking/tests/testERP5BankingForeignCashReception.py b/product/ERP5Banking/tests/testERP5BankingForeignCashReception.py
index 3403a3c7a0..d74a430d86 100644
--- a/product/ERP5Banking/tests/testERP5BankingForeignCashReception.py
+++ b/product/ERP5Banking/tests/testERP5BankingForeignCashReception.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py b/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py
index 1f4d869e12..dbbff6e04a 100644
--- a/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py
+++ b/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                   Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingInternalMoneyPayment.py b/product/ERP5Banking/tests/testERP5BankingInternalMoneyPayment.py
index 998dc6a20b..5561c39363 100644
--- a/product/ERP5Banking/tests/testERP5BankingInternalMoneyPayment.py
+++ b/product/ERP5Banking/tests/testERP5BankingInternalMoneyPayment.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                   Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py b/product/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py
index 7414e9aff6..90b36aeeb9 100644
--- a/product/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py
+++ b/product/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Alexandre Boeglin <alex_AT_nexedi_DOT_com>
 #                    Kevin Deldycke <kevin_AT_nexedi_DOT_com>
 #                    Aurelien Calonne <aurel@nexedi.com>
diff --git a/product/ERP5Banking/tests/testERP5BankingMonetaryIssue.py b/product/ERP5Banking/tests/testERP5BankingMonetaryIssue.py
index f90fce89e4..1b1098e8d5 100644
--- a/product/ERP5Banking/tests/testERP5BankingMonetaryIssue.py
+++ b/product/ERP5Banking/tests/testERP5BankingMonetaryIssue.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingMonetaryRecall.py b/product/ERP5Banking/tests/testERP5BankingMonetaryRecall.py
index 67fb1678a5..28ce2f1458 100644
--- a/product/ERP5Banking/tests/testERP5BankingMonetaryRecall.py
+++ b/product/ERP5Banking/tests/testERP5BankingMonetaryRecall.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Alexandre Boeglin <alex_AT_nexedi_DOT_com>
 #                    Kevin Deldycke <kevin_AT_nexedi_DOT_com>
 #                    Aurelien Calonne <aurel@nexedi.com>
diff --git a/product/ERP5Banking/tests/testERP5BankingMonetaryReception.py b/product/ERP5Banking/tests/testERP5BankingMonetaryReception.py
index 9c6e57fbeb..046f2453f1 100644
--- a/product/ERP5Banking/tests/testERP5BankingMonetaryReception.py
+++ b/product/ERP5Banking/tests/testERP5BankingMonetaryReception.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingMonetarySurvey.py b/product/ERP5Banking/tests/testERP5BankingMonetarySurvey.py
index c6e1acebea..46e1b6e8ca 100644
--- a/product/ERP5Banking/tests/testERP5BankingMonetarySurvey.py
+++ b/product/ERP5Banking/tests/testERP5BankingMonetarySurvey.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingMoneyDeposit.py b/product/ERP5Banking/tests/testERP5BankingMoneyDeposit.py
index 6c13315876..66ec474722 100644
--- a/product/ERP5Banking/tests/testERP5BankingMoneyDeposit.py
+++ b/product/ERP5Banking/tests/testERP5BankingMoneyDeposit.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                   Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingMoneyDepositRendering.py b/product/ERP5Banking/tests/testERP5BankingMoneyDepositRendering.py
index 55df3b5d24..8b469f84ae 100644
--- a/product/ERP5Banking/tests/testERP5BankingMoneyDepositRendering.py
+++ b/product/ERP5Banking/tests/testERP5BankingMoneyDepositRendering.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Alexandre Boeglin <alex_AT_nexedi_DOT_com>
 #                    Kevin Deldycke <kevin_AT_nexedi_DOT_com>
 #                    Aurelien Calonne <aurel@nexedi.com>
diff --git a/product/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py b/product/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py
index f07d4eac34..12199ee53f 100644
--- a/product/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py
+++ b/product/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Aurelien Calonne <aurel@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingStopPayment.py b/product/ERP5Banking/tests/testERP5BankingStopPayment.py
index 17b0a942b1..d69544f99e 100644
--- a/product/ERP5Banking/tests/testERP5BankingStopPayment.py
+++ b/product/ERP5Banking/tests/testERP5BankingStopPayment.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Sebastien Robin <seb@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingTravelerCheckPurchase.py b/product/ERP5Banking/tests/testERP5BankingTravelerCheckPurchase.py
index e9e1dfc77a..6aa55dd5eb 100644
--- a/product/ERP5Banking/tests/testERP5BankingTravelerCheckPurchase.py
+++ b/product/ERP5Banking/tests/testERP5BankingTravelerCheckPurchase.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Sebastien Robin <seb@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py b/product/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py
index 13551299cd..70747f95b5 100644
--- a/product/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py
+++ b/product/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2006-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Sebastien Robin <seb@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5Banking/tests/testERP5BankingUsualCashRendering.py b/product/ERP5Banking/tests/testERP5BankingUsualCashRendering.py
index 5a9c791115..570ace4402 100644
--- a/product/ERP5Banking/tests/testERP5BankingUsualCashRendering.py
+++ b/product/ERP5Banking/tests/testERP5BankingUsualCashRendering.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Concaisse_courantebutors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Alexandre Boeglin <alex_AT_nexedi_DOT_com>
 #                    Kevin Deldycke <kevin_AT_nexedi_DOT_com>
 #                    Aurelien Calonne <aurel@nexedi.com>
diff --git a/product/ERP5Banking/tests/testERP5BankingUsualCashTransfer.py b/product/ERP5Banking/tests/testERP5BankingUsualCashTransfer.py
index d9388205c3..897ee0055e 100644
--- a/product/ERP5Banking/tests/testERP5BankingUsualCashTransfer.py
+++ b/product/ERP5Banking/tests/testERP5BankingUsualCashTransfer.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Alexandre Boeglin <alex_AT_nexedi_DOT_com>
 #                    Kevin Deldycke <kevin_AT_nexedi_DOT_com>
 #                    Aurelien Calonne <aurel@nexedi.com>
diff --git a/product/ERP5Banking/tests/testERP5BankingVaultTransfer.py b/product/ERP5Banking/tests/testERP5BankingVaultTransfer.py
index 3c55369a0e..4d502339e3 100644
--- a/product/ERP5Banking/tests/testERP5BankingVaultTransfer.py
+++ b/product/ERP5Banking/tests/testERP5BankingVaultTransfer.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Nexedi SARL and Concaisse_courantebutors. All Rights Reserved.
+# Copyright (c) 2005-2010 Nexedi SA and Contributors. All Rights Reserved.
 #                    Alexandre Boeglin <alex_AT_nexedi_DOT_com>
 #                    Kevin Deldycke <kevin_AT_nexedi_DOT_com>
 #                    Aurelien Calonne <aurel@nexedi.com>
-- 
2.30.9