commit-gnue
[Top][All Lists]
Advanced

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

r6707 - in trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabu


From: btami
Subject: r6707 - in trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator: . formatters
Date: Mon, 22 Nov 2004 06:27:31 -0600 (CST)

Author: btami
Date: 2004-11-22 06:27:30 -0600 (Mon, 22 Nov 2004)
New Revision: 6707

Modified:
   trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/Adapter.py
   
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/__init__.py
   
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/__init__.py
   
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/csv.py
   
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/html.py
   
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py
   
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/text.py
Log:
added Id svn keywords

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/Adapter.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/Adapter.py   
    2004-11-22 12:26:58 UTC (rev 6706)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/Adapter.py   
    2004-11-22 12:27:30 UTC (rev 6707)
@@ -18,8 +18,7 @@
 #
 # Copyright 2002-2004 Free Software Foundation
 #
-# FILE:
-# Adapter.py
+# $Id$
 #
 # DESCRIPTION:
 # Transforms adapter for SimpleTabulation


Property changes on: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/Adapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/__init__.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/__init__.py  
    2004-11-22 12:26:58 UTC (rev 6706)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/__init__.py  
    2004-11-22 12:27:30 UTC (rev 6707)
@@ -1 +1,3 @@
+# $Id$
+
 from Adapter import *


Property changes on: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/__init__.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/__init__.py
   2004-11-22 12:26:58 UTC (rev 6706)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/__init__.py
   2004-11-22 12:27:30 UTC (rev 6707)
@@ -1,3 +1,25 @@
+# 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
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise 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 program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2002-2004 Free Software Foundation
+#
+# $Id$
+#
+
 from gnue.common.utils.FileUtils import dyn_import
 
 def loadFormatter(name):


Property changes on: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/csv.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/csv.py
        2004-11-22 12:26:58 UTC (rev 6706)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/csv.py
        2004-11-22 12:27:30 UTC (rev 6707)
@@ -1,4 +1,3 @@
-#
 # This file is part of GNU Enterprise.
 #
 # GNU Enterprise is free software; you can redistribute it
@@ -18,8 +17,7 @@
 #
 # Copyright 2002-2004 Free Software Foundation
 #
-# FILE:
-# direct/formatters/csv.py
+# $Id$
 #
 # DESCRIPTION:
 # Transforms adapter for direct


Property changes on: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/csv.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/html.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/html.py
       2004-11-22 12:26:58 UTC (rev 6706)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/html.py
       2004-11-22 12:27:30 UTC (rev 6707)
@@ -1,4 +1,3 @@
-#
 # This file is part of GNU Enterprise.
 #
 # GNU Enterprise is free software; you can redistribute it
@@ -18,8 +17,7 @@
 #
 # Copyright 2002-2004 Free Software Foundation
 #
-# FILE:
-# direct/formatters/html.py
+# $Id$
 #
 # DESCRIPTION:
 # Transforms adapter for direct


Property changes on: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/html.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py
        2004-11-22 12:26:58 UTC (rev 6706)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py
        2004-11-22 12:27:30 UTC (rev 6707)
@@ -1,4 +1,3 @@
-#
 # This file is part of GNU Enterprise.
 #
 # GNU Enterprise is free software; you can redistribute it
@@ -18,8 +17,7 @@
 #
 # Copyright 2002-2004 Free Software Foundation
 #
-# FILE:
-# direct/formatters/pdf.py
+# $Id$
 #
 # DESCRIPTION:
 # Transforms adapter for direct


Property changes on: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/text.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/text.py
       2004-11-22 12:26:58 UTC (rev 6706)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/text.py
       2004-11-22 12:27:30 UTC (rev 6707)
@@ -1,4 +1,3 @@
-#
 # This file is part of GNU Enterprise.
 #
 # GNU Enterprise is free software; you can redistribute it
@@ -18,8 +17,7 @@
 #
 # Copyright 2002-2004 Free Software Foundation
 #
-# FILE:
-# direct/formatters/text.py
+# $Id$
 #
 # DESCRIPTION:
 # Transforms adapter for direct


Property changes on: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/text.py
___________________________________________________________________
Name: svn:keywords
   + Id





reply via email to

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