From c95bc5dd8d0b329d348530e776c35ae7d00cb4b6 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Sun, 17 Sep 2006 12:36:30 +0000
Subject: [PATCH] Comments and copyright

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10053 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/PropertySheet/Base.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5Type/PropertySheet/Base.py b/product/ERP5Type/PropertySheet/Base.py
index cfbb3c8c4c..557330fdb8 100644
--- a/product/ERP5Type/PropertySheet/Base.py
+++ b/product/ERP5Type/PropertySheet/Base.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2002-2006 Nexedi SARL and Contributors. All Rights Reserved.
 #                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
@@ -30,7 +30,7 @@
 
 class Base:
     """
-        Base properties for all ERP5 objects
+        Base properties for all ERP5Type objects
     """
 
     _properties = (
-- 
2.30.9