commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7296 - in trunk/gnue-common/src/datasources: . drivers/Base


From: reinhard
Subject: [gnue] r7296 - in trunk/gnue-common/src/datasources: . drivers/Base
Date: Mon, 4 Apr 2005 17:33:33 -0500 (CDT)

Author: reinhard
Date: 2005-04-04 17:33:32 -0500 (Mon, 04 Apr 2005)
New Revision: 7296

Modified:
   trunk/gnue-common/src/datasources/ConnectionTriggerObj.py
   trunk/gnue-common/src/datasources/Exceptions.py
   trunk/gnue-common/src/datasources/GConnections.py
   trunk/gnue-common/src/datasources/GDataObjects.py
   trunk/gnue-common/src/datasources/GIntrospection.py
   trunk/gnue-common/src/datasources/GLoginHandler.py
   trunk/gnue-common/src/datasources/__init__.py
   trunk/gnue-common/src/datasources/drivers/Base/DataObject.py
   trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py
Log:
Set svn:keyword property for all files.



Property changes on: trunk/gnue-common/src/datasources/ConnectionTriggerObj.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/gnue-common/src/datasources/Exceptions.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/gnue-common/src/datasources/GConnections.py
___________________________________________________________________
Name: svn:keywords
   - +Id
   + Id


Property changes on: trunk/gnue-common/src/datasources/GDataObjects.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/gnue-common/src/datasources/GIntrospection.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/gnue-common/src/datasources/GLoginHandler.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/gnue-common/src/datasources/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/gnue-common/src/datasources/drivers/Base/DataObject.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/DataObject.py        
2005-04-04 22:09:03 UTC (rev 7295)
+++ trunk/gnue-common/src/datasources/drivers/Base/DataObject.py        
2005-04-04 22:33:32 UTC (rev 7296)
@@ -1,6 +1,9 @@
+# GNU Enterprise Common Library - Base DB Driver - Data Object
 #
-# This file is part of GNU Enterprise.
+# Copyright 2001-2005 Free Software Foundation
 #
+# This file is part of GNU Enterprise
+#
 # GNU Enterprise 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
@@ -16,16 +19,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2000-2005 Free Software Foundation
-#
-# FILE:
-# DataObject.py
-#
-# DESCRIPTION:
-#
-# NOTES:
-#
-# $Id :$
+# $Id$
 
 __all__ = ['DataObject']
 

Modified: trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py 2005-04-04 
22:09:03 UTC (rev 7295)
+++ trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py 2005-04-04 
22:33:32 UTC (rev 7296)
@@ -1,6 +1,9 @@
+# GNU Enterprise Common Library - Base DB Driver - Result Set
 #
-# This file is part of GNU Enterprise.
+# Copyright 2001-2005 Free Software Foundation
 #
+# This file is part of GNU Enterprise
+#
 # GNU Enterprise 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
@@ -16,16 +19,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2000-2005 Free Software Foundation
-#
-# FILE:
-# ResultSet.py
-#
-# DESCRIPTION:
-#
-# NOTES:
-#
-# $Id :$
+# $Id$
 
 __all__ = ['ResultSet']
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]