From 8586467dc6f55ff47c593ec9a1e9d009d26d696b Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Sun, 8 Feb 2004 13:47:03 +0000
Subject: [PATCH] fixed Solanes typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@400 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Core/Amount.py         | 2 +-
 product/ERP5/Core/Capacity.py       | 2 +-
 product/ERP5/Core/Causality.py      | 2 +-
 product/ERP5/Core/Container.py      | 2 +-
 product/ERP5/Core/Delivery.py       | 2 +-
 product/ERP5/Core/Item.py           | 2 +-
 product/ERP5/Core/MetaNode.py       | 2 +-
 product/ERP5/Core/MetaResource.py   | 2 +-
 product/ERP5/Core/Movement.py       | 2 +-
 product/ERP5/Core/Node.py           | 2 +-
 product/ERP5/Core/Path.py           | 2 +-
 product/ERP5/Core/Prototype.py      | 2 +-
 product/ERP5/Core/Quantity.py       | 2 +-
 product/ERP5/Core/Resource.py       | 2 +-
 product/ERP5/Core/Rule.py           | 2 +-
 product/ERP5/Core/Tracking.py       | 2 +-
 product/ERP5/Core/Transformation.py | 2 +-
 product/ERP5/Core/Variation.py      | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/product/ERP5/Core/Amount.py b/product/ERP5/Core/Amount.py
index 0f2b5dac8f..8f209d6419 100755
--- a/product/ERP5/Core/Amount.py
+++ b/product/ERP5/Core/Amount.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Capacity.py b/product/ERP5/Core/Capacity.py
index 8463e82926..6493ebbf28 100755
--- a/product/ERP5/Core/Capacity.py
+++ b/product/ERP5/Core/Capacity.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Causality.py b/product/ERP5/Core/Causality.py
index 4ed5561b20..98477559ee 100755
--- a/product/ERP5/Core/Causality.py
+++ b/product/ERP5/Core/Causality.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Container.py b/product/ERP5/Core/Container.py
index 348f260d8e..aa3b6b191e 100755
--- a/product/ERP5/Core/Container.py
+++ b/product/ERP5/Core/Container.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Delivery.py b/product/ERP5/Core/Delivery.py
index d71dc02db0..ce9bcd03ef 100755
--- a/product/ERP5/Core/Delivery.py
+++ b/product/ERP5/Core/Delivery.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Item.py b/product/ERP5/Core/Item.py
index c12236caa5..fd382b7132 100755
--- a/product/ERP5/Core/Item.py
+++ b/product/ERP5/Core/Item.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/MetaNode.py b/product/ERP5/Core/MetaNode.py
index e7bb760a1d..8d67478e0b 100755
--- a/product/ERP5/Core/MetaNode.py
+++ b/product/ERP5/Core/MetaNode.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/MetaResource.py b/product/ERP5/Core/MetaResource.py
index 2f30d951b7..8edac996ea 100755
--- a/product/ERP5/Core/MetaResource.py
+++ b/product/ERP5/Core/MetaResource.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Movement.py b/product/ERP5/Core/Movement.py
index d7c2aa75e5..acc4047d37 100755
--- a/product/ERP5/Core/Movement.py
+++ b/product/ERP5/Core/Movement.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Node.py b/product/ERP5/Core/Node.py
index 98dbadb036..3227e80b79 100755
--- a/product/ERP5/Core/Node.py
+++ b/product/ERP5/Core/Node.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Path.py b/product/ERP5/Core/Path.py
index e87d191288..6b203cc5d7 100755
--- a/product/ERP5/Core/Path.py
+++ b/product/ERP5/Core/Path.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Prototype.py b/product/ERP5/Core/Prototype.py
index e0ca012df3..a52067cffb 100755
--- a/product/ERP5/Core/Prototype.py
+++ b/product/ERP5/Core/Prototype.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Quantity.py b/product/ERP5/Core/Quantity.py
index 40e1cab030..9a428f5bf2 100755
--- a/product/ERP5/Core/Quantity.py
+++ b/product/ERP5/Core/Quantity.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Resource.py b/product/ERP5/Core/Resource.py
index a55fd14eac..da2714097e 100755
--- a/product/ERP5/Core/Resource.py
+++ b/product/ERP5/Core/Resource.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Rule.py b/product/ERP5/Core/Rule.py
index b76107e96f..4be704758e 100755
--- a/product/ERP5/Core/Rule.py
+++ b/product/ERP5/Core/Rule.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Tracking.py b/product/ERP5/Core/Tracking.py
index f21133d5ff..dbf0d6e9c0 100755
--- a/product/ERP5/Core/Tracking.py
+++ b/product/ERP5/Core/Tracking.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Transformation.py b/product/ERP5/Core/Transformation.py
index 4582847866..21feda706b 100755
--- a/product/ERP5/Core/Transformation.py
+++ b/product/ERP5/Core/Transformation.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
diff --git a/product/ERP5/Core/Variation.py b/product/ERP5/Core/Variation.py
index b5c51f3343..9d5e4a33e4 100755
--- a/product/ERP5/Core/Variation.py
+++ b/product/ERP5/Core/Variation.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
-- 
2.30.9