commit-gnue
[Top][All Lists]
Advanced

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

gnue-common setup.py


From: Reinhard Mueller
Subject: gnue-common setup.py
Date: Thu, 25 Sep 2003 10:56:51 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Reinhard Mueller <address@hidden>       03/09/25 10:56:51

Modified files:
        .              : setup.py 

Log message:
        After thinking it over, I believe that the copyright header doesn't 
make sense
        in generated files like paths.py.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/setup.py.diff?tr1=1.66&tr2=1.67&r1=text&r2=text

Patches:
Index: gnue-common/setup.py
diff -c gnue-common/setup.py:1.66 gnue-common/setup.py:1.67
*** gnue-common/setup.py:1.66   Thu Sep 25 09:34:59 2003
--- gnue-common/setup.py        Thu Sep 25 10:56:50 2003
***************
*** 169,197 ****
    def _write_config (self):
  
      output = open ("module/base/paths.py", "w")
-     output.write ("""\
- # GNU Enterprise file path setup
- #
- # Copyright 2001-2003 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
- # 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.
- """)
-     output.write ("\n")
      output.write ("# This file was generated during installation.\n")
      output.write ("\n")
      output.write ("lib = \"%s\"\n" % self.install_lib)
--- 169,174 ----




reply via email to

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