[Erp5-report] r14056 - /erp5/trunk/utils/oood/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 11 18:57:26 CEST 2007


Author: bartek
Date: Wed Apr 11 18:57:21 2007
New Revision: 14056

URL: http://svn.erp5.org?rev=14056&view=rev
Log:
added GPL headers where missing, fixed copyright notes

Modified:
    erp5/trunk/utils/oood/config.py
    erp5/trunk/utils/oood/dispatcher.py
    erp5/trunk/utils/oood/factory.py
    erp5/trunk/utils/oood/lib.py
    erp5/trunk/utils/oood/logger.py
    erp5/trunk/utils/oood/mimemapper.py
    erp5/trunk/utils/oood/oood.rc
    erp5/trunk/utils/oood/pool.py
    erp5/trunk/utils/oood/runserw.py
    erp5/trunk/utils/oood/serw.py
    erp5/trunk/utils/oood/start.py
    erp5/trunk/utils/oood/testOoodBasicOperations.py
    erp5/trunk/utils/oood/testOoodHighLoad.py
    erp5/trunk/utils/oood/testOoodOldFormats.py
    erp5/trunk/utils/oood/worker.py

Modified: erp5/trunk/utils/oood/config.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/config.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/config.py (original)
+++ erp5/trunk/utils/oood/config.py Wed Apr 11 18:57:21 2007
@@ -2,7 +2,8 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
+#                    Kevin Deldycke <kevin at nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential

Modified: erp5/trunk/utils/oood/dispatcher.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/dispatcher.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/dispatcher.py (original)
+++ erp5/trunk/utils/oood/dispatcher.py Wed Apr 11 18:57:21 2007
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential

Modified: erp5/trunk/utils/oood/factory.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/factory.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/factory.py (original)
+++ erp5/trunk/utils/oood/factory.py Wed Apr 11 18:57:21 2007
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential

Modified: erp5/trunk/utils/oood/lib.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/lib.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/lib.py (original)
+++ erp5/trunk/utils/oood/lib.py Wed Apr 11 18:57:21 2007
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential

Modified: erp5/trunk/utils/oood/logger.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/logger.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/logger.py (original)
+++ erp5/trunk/utils/oood/logger.py Wed Apr 11 18:57:21 2007
@@ -1,3 +1,32 @@
+#!/usr/bin/python
+##############################################################################
+#
+# Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
+#                    Bartlomiej Gorny <bartek at erp5.pl>
+#
+# WARNING: This program as such is intended to be used by professional
+# programmers who take the whole responsability of assessing all potential
+# consequences resulting from its eventual inadequacies and bugs
+# End users who are looking for a ready-to-use solution with commercial
+# garantees and support are strongly adviced to contract a Free Software
+# Service Company
+#
+# 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 the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+##############################################################################
+
 
 import logging
 import sys

Modified: erp5/trunk/utils/oood/mimemapper.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/mimemapper.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/mimemapper.py (original)
+++ erp5/trunk/utils/oood/mimemapper.py Wed Apr 11 18:57:21 2007
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential

Modified: erp5/trunk/utils/oood/oood.rc
URL: http://svn.erp5.org/erp5/trunk/utils/oood/oood.rc?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/oood.rc (original)
+++ erp5/trunk/utils/oood/oood.rc Wed Apr 11 18:57:21 2007
@@ -1,4 +1,32 @@
 #!/bin/sh
+##############################################################################
+#
+# Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
+#                    Kevin Deldycke <kevin at nexedi.com>
+#
+# WARNING: This program as such is intended to be used by professional
+# programmers who take the whole responsability of assessing all potential
+# consequences resulting from its eventual inadequacies and bugs
+# End users who are looking for a ready-to-use solution with commercial
+# garantees and support are strongly adviced to contract a Free Software
+# Service Company
+#
+# 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 the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+##############################################################################
+
 # Startup script for a oood server based on zope startup script
 #
 # chkconfig: 5 29 71

Modified: erp5/trunk/utils/oood/pool.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/pool.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/pool.py (original)
+++ erp5/trunk/utils/oood/pool.py Wed Apr 11 18:57:21 2007
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential

Modified: erp5/trunk/utils/oood/runserw.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/runserw.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/runserw.py (original)
+++ erp5/trunk/utils/oood/runserw.py Wed Apr 11 18:57:21 2007
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                          Jean-Paul Smets-Solanes <jp at nexedi.com>
-#                          Kevin     Deldycke      <kevin_AT_nexedi_DOT_com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
+#                    Kevin Deldycke <kevin at nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential

Modified: erp5/trunk/utils/oood/serw.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/serw.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/serw.py (original)
+++ erp5/trunk/utils/oood/serw.py Wed Apr 11 18:57:21 2007
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential

Modified: erp5/trunk/utils/oood/start.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/start.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/start.py (original)
+++ erp5/trunk/utils/oood/start.py Wed Apr 11 18:57:21 2007
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                          Jean-Paul Smets-Solanes <jp at nexedi.com>
-#                          Kevin     Deldycke      <kevin_AT_nexedi_DOT_com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
+#                    Kevin Deldycke <kevin at nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential

Modified: erp5/trunk/utils/oood/testOoodBasicOperations.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/testOoodBasicOperations.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/testOoodBasicOperations.py (original)
+++ erp5/trunk/utils/oood/testOoodBasicOperations.py Wed Apr 11 18:57:21 2007
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential

Modified: erp5/trunk/utils/oood/testOoodHighLoad.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/testOoodHighLoad.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/testOoodHighLoad.py (original)
+++ erp5/trunk/utils/oood/testOoodHighLoad.py Wed Apr 11 18:57:21 2007
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential

Modified: erp5/trunk/utils/oood/testOoodOldFormats.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/testOoodOldFormats.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/testOoodOldFormats.py (original)
+++ erp5/trunk/utils/oood/testOoodOldFormats.py Wed Apr 11 18:57:21 2007
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential

Modified: erp5/trunk/utils/oood/worker.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/worker.py?rev=14056&r1=14055&r2=14056&view=diff
==============================================================================
--- erp5/trunk/utils/oood/worker.py (original)
+++ erp5/trunk/utils/oood/worker.py Wed Apr 11 18:57:21 2007
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#                    Bartlomiej Gorny <bartek at erp5.pl>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential




More information about the Erp5-report mailing list