Author: duncan Date: Sun Feb 18 09:24:27 2007 New Revision: 9229 Modified: branches/rel-1/freevo/src/sitecustomize.py
Log: Updated header block from rel-1.6 Modified: branches/rel-1/freevo/src/sitecustomize.py ============================================================================== --- branches/rel-1/freevo/src/sitecustomize.py (original) +++ branches/rel-1/freevo/src/sitecustomize.py Sun Feb 18 09:24:27 2007 @@ -1,11 +1,38 @@ # -*- coding: iso-8859-1 -*- # ----------------------------------------------------------------------- # sitecustomize.py - Automatically imported if present +# ----------------------------------------------------------------------- +# $Id$ +# +# Notes: +# # Set the default encoding for freevo to be more # generic that the default ascii. +# # See http://docs.python.org/lib/module-site.html +# +# Todo: +# +# ----------------------------------------------------------------------- +# Freevo - A Home Theater PC framework +# Copyright (C) 2002 Krister Lagerstrom, et al. +# Please see the file freevo/Docs/CREDITS for a complete list of authors. +# +# 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 MER- +# CHANTABILITY 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, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# # ----------------------------------------------------------------------- -# $Id$ import sys ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
