r16442 - gnucash/branches/dogtail/src/test-dogtail - add copyright comments

Ahmed Sayed asayed at cvs.gnucash.org
Fri Aug 17 17:17:23 EDT 2007


Author: asayed
Date: 2007-08-17 17:17:19 -0400 (Fri, 17 Aug 2007)
New Revision: 16442
Trac: http://svn.gnucash.org/trac/changeset/16442

Modified:
   gnucash/branches/dogtail/src/test-dogtail/validator.py
Log:
add copyright comments


Modified: gnucash/branches/dogtail/src/test-dogtail/validator.py
===================================================================
--- gnucash/branches/dogtail/src/test-dogtail/validator.py	2007-08-16 22:06:54 UTC (rev 16441)
+++ gnucash/branches/dogtail/src/test-dogtail/validator.py	2007-08-17 21:17:19 UTC (rev 16442)
@@ -1,5 +1,26 @@
-""" untility functions Work as a generic validator """
-
+ ####################################################################
+ # GnuCash.py -- Wrapper of Gnucash widgets and dialogs             #
+ # Copyright (C) 2007 Ahmed Sayed Hassan, <ahmadsayed83 at yahoo.com>  #
+ #                                                                  #
+ # 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, contact:                        #
+ #                                                                  #
+ # Free Software Foundation           Voice:  +1-617-542-5942       #
+ # 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652       #
+ # Boston, MA  02110-1301,  USA       gnu at gnu.org                   #
+ #                                                                  #
+ ####################################################################
+ 
 __author__ = "Ahmed Sayed <ahmadsayed83 at yahoo.com>"
 import os
 spacer = ' '



More information about the gnucash-changes mailing list