diff options
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xf86config.py b/xf86config.py index 514999536..04d9de3e9 100644 --- a/xf86config.py +++ b/xf86config.py @@ -1,3 +1,19 @@ +# +# xf866config.py - XFree86 configuration file generator for 3.3.x and 4.x +# +# Matt Wilson <msw@redhat.com> +# Brent Fox <bfox@redhat.com> +# +# Copyright 2001 Red Hat, Inc. +# +# This software may be freely redistributed under the terms of the GNU +# library public license. +# +# You should have received a copy of the GNU Library Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# + import sys if __name__ == "__main__": sys.path.append ('kudzu') |