summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-12-15 12:42:53 -1000
committerDavid Cantrell <dcantrell@redhat.com>2007-12-17 08:52:53 -1000
commitf4d8f8ade3cdcb294cfb573e2e68d721c0318daf (patch)
treee96a89f02a345db93ae4ff578ad7ccbff9274457
parentf25a4624b200604b72a933cfebd1d36138bc2c43 (diff)
downloadanaconda-f4d8f8ade3cdcb294cfb573e2e68d721c0318daf.tar.gz
anaconda-f4d8f8ade3cdcb294cfb573e2e68d721c0318daf.tar.xz
anaconda-f4d8f8ade3cdcb294cfb573e2e68d721c0318daf.zip
GPLv2+ boilerplates on all of the iw/*.py files.
-rw-r--r--iw/account_gui.py19
-rw-r--r--iw/autopart_type.py19
-rw-r--r--iw/blpasswidget.py20
-rw-r--r--iw/bootloader_advanced_gui.py20
-rw-r--r--iw/bootloader_main_gui.py20
-rw-r--r--iw/bootlocwidget.py20
-rw-r--r--iw/checklist.py22
-rw-r--r--iw/congrats_gui.py19
-rw-r--r--iw/datacombo.py18
-rw-r--r--iw/driveorderwidget.py20
-rw-r--r--iw/examine_gui.py19
-rw-r--r--iw/iw_gui.py18
-rw-r--r--iw/kbd_gui.py18
-rw-r--r--iw/language_gui.py18
-rw-r--r--iw/lvm_dialog_gui.py21
-rw-r--r--iw/mouse_gui.py18
-rw-r--r--iw/netconfig_dialog.py18
-rw-r--r--iw/network_gui.py23
-rw-r--r--iw/osbootwidget.py20
-rw-r--r--iw/package_gui.py18
-rw-r--r--iw/partition_dialog_gui.py21
-rw-r--r--iw/partition_gui.py22
-rw-r--r--iw/partition_ui_helpers_gui.py21
-rw-r--r--iw/partmethod_gui.py20
-rw-r--r--iw/pixmapRadioButtonGroup_gui.py18
-rw-r--r--iw/progress_gui.py19
-rw-r--r--iw/raid_dialog_gui.py23
-rw-r--r--iw/task_gui.py15
-rw-r--r--iw/timezone_gui.py19
-rw-r--r--iw/upgrade_bootloader_gui.py19
-rw-r--r--iw/upgrade_migratefs_gui.py20
-rw-r--r--iw/upgrade_swap_gui.py20
-rw-r--r--iw/welcome_gui.py18
-rw-r--r--iw/zipl_gui.py21
34 files changed, 441 insertions, 223 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py
index 893df11e8..22e4d8a5b 100644
--- a/iw/account_gui.py
+++ b/iw/account_gui.py
@@ -1,14 +1,21 @@
#
# account_gui.py: gui root password and user creation dialog
#
-# Copyright 2000-2007 Red Hat, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Red Hat, Inc.
+# All rights reserved.
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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.
#
-# 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
import gtk
diff --git a/iw/autopart_type.py b/iw/autopart_type.py
index 0802dfb7a..44caaaf85 100644
--- a/iw/autopart_type.py
+++ b/iw/autopart_type.py
@@ -1,18 +1,23 @@
#
# autopart_type.py: Allows the user to choose how they want to partition
#
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2005, 2006 Red Hat, Inc. All rights reserved.
#
-# Copyright 2005-2006 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# general public license.
+# 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, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Jeremy Katz <katzj@redhat.com>
#
-
import gtk
import gobject
diff --git a/iw/blpasswidget.py b/iw/blpasswidget.py
index f9f27593f..143843f42 100644
--- a/iw/blpasswidget.py
+++ b/iw/blpasswidget.py
@@ -1,16 +1,22 @@
#
# blpasswidget.py - widget for setting of a boot loader password
#
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# Copyright 2001-2002 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Jeremy Katz <katzj@redhat.com>
#
import gtk
diff --git a/iw/bootloader_advanced_gui.py b/iw/bootloader_advanced_gui.py
index 9881a73de..fdf5df96d 100644
--- a/iw/bootloader_advanced_gui.py
+++ b/iw/bootloader_advanced_gui.py
@@ -1,16 +1,22 @@
#
# bootloader_advanced.py: gui advanced bootloader configuration dialog
#
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# Copyright 2001-2002 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Jeremy Katz <katzj@redhat.com>
#
import gtk
diff --git a/iw/bootloader_main_gui.py b/iw/bootloader_main_gui.py
index c156b1aae..a8a5f995f 100644
--- a/iw/bootloader_main_gui.py
+++ b/iw/bootloader_main_gui.py
@@ -1,16 +1,22 @@
#
# bootloader_main_gui.py: gui bootloader configuration dialog
#
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# Copyright 2001-2002 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Jeremy Katz <katzj@redhat.com>
#
import gtk
diff --git a/iw/bootlocwidget.py b/iw/bootlocwidget.py
index 3bfe97c99..57458d290 100644
--- a/iw/bootlocwidget.py
+++ b/iw/bootlocwidget.py
@@ -1,16 +1,22 @@
#
# bootlocwidget.py: widget for setting the location of the boot loader
#
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# Copyright 2001-2002 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Jeremy Katz <katzj@redhat.com>
#
import gtk
diff --git a/iw/checklist.py b/iw/checklist.py
index 2e81e8391..dd025808e 100644
--- a/iw/checklist.py
+++ b/iw/checklist.py
@@ -2,17 +2,23 @@
# checklist.py: A class (derived from GtkTreeView) that provides a list of
# checkbox / text string pairs
#
-# Brent Fox <bfox@redhat.com>
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2000, 2001 Red Hat, Inc. All rights reserved.
#
-# Copyright 2000-2001 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Brent Fox <bfox@redhat.com>
+# Jeremy Katz <katzj@redhat.com>
#
import gtk
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index 1d0aead70..79c9215e5 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -1,14 +1,21 @@
#
# congrats_gui.py: install/upgrade complete screen.
#
-# Copyright 2000-2006 Red Hat, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
+# All rights reserved.
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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.
#
-# 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
import gtk
diff --git a/iw/datacombo.py b/iw/datacombo.py
index d33f53088..a80d7a206 100644
--- a/iw/datacombo.py
+++ b/iw/datacombo.py
@@ -2,16 +2,22 @@
# datacombo.py: A class (derived from GtkComboBox) that provides
# the ability to store data and show text in a GtkComboBox easily
#
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# Copyright 2004 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# general public license.
+# 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, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Jeremy Katz <katzj@redhat.com>
#
import gtk
diff --git a/iw/driveorderwidget.py b/iw/driveorderwidget.py
index 0bd58fb33..698b57b7f 100644
--- a/iw/driveorderwidget.py
+++ b/iw/driveorderwidget.py
@@ -1,16 +1,22 @@
#
# driveorderwidget.py: widget for reordering drives into BIOS order
#
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# Copyright 2001-2002 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Jeremy Katz <katzj@redhat.com>
#
import gtk
diff --git a/iw/examine_gui.py b/iw/examine_gui.py
index 7dd57d871..58b2d8def 100644
--- a/iw/examine_gui.py
+++ b/iw/examine_gui.py
@@ -1,14 +1,21 @@
#
# examine_gui.py: dialog to allow selection of a RHL installation to upgrade
#
-# Copyright 2000-2006 Red Hat, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
+# All rights reserved.
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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.
#
-# 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
import gtk
diff --git a/iw/iw_gui.py b/iw/iw_gui.py
index 41d3eb9e8..f22969d0e 100644
--- a/iw/iw_gui.py
+++ b/iw/iw_gui.py
@@ -1,14 +1,20 @@
#
# iw_gui.py: install window base class
#
-# Copyright 2000-2002 Red Hat, Inc.
+# Copyright (C) 2000, 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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.
#
-# 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
from rhpl.translate import _
diff --git a/iw/kbd_gui.py b/iw/kbd_gui.py
index c42670ff5..d94c24acb 100644
--- a/iw/kbd_gui.py
+++ b/iw/kbd_gui.py
@@ -2,14 +2,20 @@
# keyboard_gui.py: Shim around system-config-keyboard
# Brrrraaaaaiiiinnnns...
#
-# Copyright 2006 Red Hat, Inc.
+# Copyright (C) 2006 Red Hat, Inc. All rights reserved.
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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.
#
-# 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
from iw_gui import *
diff --git a/iw/language_gui.py b/iw/language_gui.py
index 40910a145..bb447d6e2 100644
--- a/iw/language_gui.py
+++ b/iw/language_gui.py
@@ -1,14 +1,20 @@
#
# langauge_gui.py: installtime language selection.
#
-# Copyright 2000-2002 Red Hat, Inc.
+# Copyright (C) 2000, 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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.
#
-# 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
import gobject
diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py
index 1d0775b24..ea9072a97 100644
--- a/iw/lvm_dialog_gui.py
+++ b/iw/lvm_dialog_gui.py
@@ -1,16 +1,23 @@
#
# lvm_dialog_gui.py: dialog for editting a volume group request
#
-# Michael Fulbright <msf@redhat.com>
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Red Hat, Inc.
+# All rights reserved.
#
-# Copyright 2002-2007 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Michael Fulbright <msf@redhat.com>
#
import copy
diff --git a/iw/mouse_gui.py b/iw/mouse_gui.py
index 0c7cc0897..ac94bcf7b 100644
--- a/iw/mouse_gui.py
+++ b/iw/mouse_gui.py
@@ -1,14 +1,20 @@
#
# mouse_gui.py: gui mouse configuration.
#
-# Copyright 2000-2002 Red Hat, Inc.
+# Copyright (C) 2000, 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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.
#
-# 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
import gtk
diff --git a/iw/netconfig_dialog.py b/iw/netconfig_dialog.py
index 7791767b9..4e03427af 100644
--- a/iw/netconfig_dialog.py
+++ b/iw/netconfig_dialog.py
@@ -1,16 +1,22 @@
#
# netconfig_dialog.py: Configure a network interface now.
#
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2006 Red Hat, Inc. All rights reserved.
#
-# Copyright 2006 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# general public license.
+# 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, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Jeremy Katz <katzj@redhat.com>
#
import gtk
diff --git a/iw/network_gui.py b/iw/network_gui.py
index b3e622aa5..e44d70c07 100644
--- a/iw/network_gui.py
+++ b/iw/network_gui.py
@@ -1,17 +1,24 @@
#
# network_gui.py: Network configuration dialog
#
-# Michael Fulbright <msf@redhat.com>
-# David Cantrell <dcantrell@redhat.com>
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
+# All rights reserved.
#
-# Copyright 2000-2006 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Michael Fulbright <msf@redhat.com>
+# David Cantrell <dcantrell@redhat.com>
#
import string
diff --git a/iw/osbootwidget.py b/iw/osbootwidget.py
index 838bd7cd3..386285c3d 100644
--- a/iw/osbootwidget.py
+++ b/iw/osbootwidget.py
@@ -1,16 +1,22 @@
#
# osbootwidget.py: gui bootloader list of operating systems to boot
#
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# Copyright 2001-2002 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Jeremy Katz <katzj@redhat.com>
#
import gtk
diff --git a/iw/package_gui.py b/iw/package_gui.py
index 59bdbb899..db45a6aab 100644
--- a/iw/package_gui.py
+++ b/iw/package_gui.py
@@ -1,16 +1,22 @@
#
# package_gui.py: package group selection screen
#
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2005 Red Hat, Inc. All rights reserved.
#
-# Copyright 2005 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# general public license.
+# 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, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Jeremy Katz <katzj@redhat.com>
#
# FIXME: group selection isn't currently backend independent
diff --git a/iw/partition_dialog_gui.py b/iw/partition_dialog_gui.py
index dd2262867..bb4fa70f3 100644
--- a/iw/partition_dialog_gui.py
+++ b/iw/partition_dialog_gui.py
@@ -1,16 +1,23 @@
#
# partition_dialog_gui.py: dialog for editting a partition request
#
-# Michael Fulbright <msf@redhat.com>
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Red Hat, Inc.
+# All rights reserved.
#
-# Copyright 2001-2007 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Michael Fulbright <msf@redhat.com>
#
import copy
diff --git a/iw/partition_gui.py b/iw/partition_gui.py
index 894e39086..b18c51122 100644
--- a/iw/partition_gui.py
+++ b/iw/partition_gui.py
@@ -1,17 +1,23 @@
#
# partition_gui.py: allows the user to choose how to partition their disks
#
-# Matt Wilson <msw@redhat.com>
-# Michael Fulbright <msf@redhat.com>
+# Copyright (C) 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# Copyright 2001-2002 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Matt Wilson <msw@redhat.com>
+# Michael Fulbright <msf@redhat.com>
#
import gobject
diff --git a/iw/partition_ui_helpers_gui.py b/iw/partition_ui_helpers_gui.py
index fc0d4a3a0..122e7af94 100644
--- a/iw/partition_ui_helpers_gui.py
+++ b/iw/partition_ui_helpers_gui.py
@@ -2,16 +2,23 @@
# partition_ui_helpers_gui.py: convenience functions for partition_gui.py
# and friends.
#
-# Michael Fulbright <msf@redhat.com>
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Red Hat, Inc.
+# All rights reserved.
#
-# Copyright 2001-2007 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Michael Fulbright <msf@redhat.com>
#
import gobject
diff --git a/iw/partmethod_gui.py b/iw/partmethod_gui.py
index e23f7ff74..ca5e93ea4 100644
--- a/iw/partmethod_gui.py
+++ b/iw/partmethod_gui.py
@@ -1,16 +1,22 @@
#
# partmethod_gui.py: allows the user to choose how to partition their disks
#
-# Matt Wilson <msw@redhat.com>
+# Copyright (C) 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# Copyright 2001-2002 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Matt Wilson <msw@redhat.com>
#
import gtk
diff --git a/iw/pixmapRadioButtonGroup_gui.py b/iw/pixmapRadioButtonGroup_gui.py
index 4ddbacd79..bb72220db 100644
--- a/iw/pixmapRadioButtonGroup_gui.py
+++ b/iw/pixmapRadioButtonGroup_gui.py
@@ -2,14 +2,20 @@
# pixmapRadioButtonGroup_gui.py: general purpose radio button group with pixmaps
# and descriptions
#
-# Copyright 2000-2002 Red Hat, Inc.
+# Copyright (C) 2000, 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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.
#
-# 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
import gtk
diff --git a/iw/progress_gui.py b/iw/progress_gui.py
index 801b6af74..6395cb645 100644
--- a/iw/progress_gui.py
+++ b/iw/progress_gui.py
@@ -1,14 +1,21 @@
#
# progress_gui.py: install/upgrade progress window setup.
#
-# Copyright 2000-2007 Red Hat, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Red Hat, Inc.
+# All rights reserved.
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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.
#
-# 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
import os
diff --git a/iw/raid_dialog_gui.py b/iw/raid_dialog_gui.py
index 648d2aaa8..9db23cc02 100644
--- a/iw/raid_dialog_gui.py
+++ b/iw/raid_dialog_gui.py
@@ -1,17 +1,24 @@
#
# raid_dialog_gui.py: dialog for editting a raid request
#
-# Michael Fulbright <msf@redhat.com>
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Red Hat, Inc.
+# All rights reserved.
#
-# Copyright 2001-2007 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Michael Fulbright <msf@redhat.com>
+# Jeremy Katz <katzj@redhat.com>
#
import copy
diff --git a/iw/task_gui.py b/iw/task_gui.py
index 66b79929f..ba6541eed 100644
--- a/iw/task_gui.py
+++ b/iw/task_gui.py
@@ -1,11 +1,20 @@
#
# task_gui.py: Choose tasks for installation
#
-# Copyright 2006 Red Hat, Inc.
+# Copyright (C) 2006 Red Hat, Inc. All rights reserved.
+#
+# 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, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import gtk
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py
index c6969c113..6af10a92a 100644
--- a/iw/timezone_gui.py
+++ b/iw/timezone_gui.py
@@ -1,14 +1,21 @@
#
# timezone_gui.py: gui timezone selection.
#
-# Copyright 2000-2006 Red Hat, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
+# All rights reserved.
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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.
#
-# 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
import string
diff --git a/iw/upgrade_bootloader_gui.py b/iw/upgrade_bootloader_gui.py
index fbda2b9cd..fe5bf0584 100644
--- a/iw/upgrade_bootloader_gui.py
+++ b/iw/upgrade_bootloader_gui.py
@@ -1,17 +1,22 @@
#
# upgrade_bootloader_gui.py: gui bootloader dialog for upgrades
#
-# Jeremy Katz <katzj@redhat.com>
+# Copyright (C) 2002, 2007 Red Hat, Inc. All rights reserved.
#
-# Copyright, 2002, 2007 Red Hat, Inc.
+# 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.
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# 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.
+# Red Hat Author(s): Jeremy Katz <katzj@redhat.com>
#
# must replace with explcit form so update disks will work
diff --git a/iw/upgrade_migratefs_gui.py b/iw/upgrade_migratefs_gui.py
index 2ed7ed6c5..de28e5fef 100644
--- a/iw/upgrade_migratefs_gui.py
+++ b/iw/upgrade_migratefs_gui.py
@@ -1,16 +1,22 @@
#
# upgrade_migratefs_gui.py: dialog for migrating filesystems on upgrades
#
-# Mike Fulbright <msf@redhat.com>
+# Copyright (C) 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# Copyright 2001-2002 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Mike Fulbright <msf@redhat.com>
#
from iw_gui import *
diff --git a/iw/upgrade_swap_gui.py b/iw/upgrade_swap_gui.py
index 53e0424ea..908ebb72e 100644
--- a/iw/upgrade_swap_gui.py
+++ b/iw/upgrade_swap_gui.py
@@ -1,16 +1,22 @@
#
# upgrade_swap_gui.py: dialog for adding swap files for 2.4
#
-# Mike Fulbright <msf@redhat.com>
+# Copyright (C) 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# Copyright 2001-2002 Red Hat, Inc.
+# 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 software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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 Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Red Hat Author(s): Mike Fulbright <msf@redhat.com>
#
import iutil
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py
index a9e4d9b65..c386d87be 100644
--- a/iw/welcome_gui.py
+++ b/iw/welcome_gui.py
@@ -1,14 +1,20 @@
#
# welcome_gui.py: gui welcome screen.
#
-# Copyright 2000-2002 Red Hat, Inc.
+# Copyright (C) 2000, 2001, 2002 Red Hat, Inc. All rights reserved.
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# 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.
#
-# 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
import gtk
diff --git a/iw/zipl_gui.py b/iw/zipl_gui.py
index 1b7a7f13a..c27d4ad0e 100644
--- a/iw/zipl_gui.py
+++ b/iw/zipl_gui.py
@@ -1,12 +1,21 @@
#
-# Copyright 2001-2006 Red Hat, Inc.
+# zipl_gui.py
#
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
+# All rights reserved.
#
-# 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
# must replace with explcit form so update disks will work