summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bootloader.py15
-rw-r--r--mouse.py3
2 files changed, 15 insertions, 3 deletions
diff --git a/bootloader.py b/bootloader.py
index c8c6db9bd..efed9062f 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -1,3 +1,18 @@
+#
+# bootloader.py: bootloader configuration data
+#
+# Erik Troan <ewt@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 isys
import partitioning
from translate import _
diff --git a/mouse.py b/mouse.py
index ecd71e848..cee79c82f 100644
--- a/mouse.py
+++ b/mouse.py
@@ -1,9 +1,6 @@
#
# mouse.py: mouse configuration data
#
-# Erik Troan <ewt@redhat.com>
-# Matt Wilson <msw@redhat.com>
-#
# Copyright 2001 Red Hat, Inc.
#
# This software may be freely redistributed under the terms of the GNU