[PATCH] GPLv2+ boilerplates on all of the iw/*.py files.

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

 



---
 iw/account_gui.py                |   19 +++++++++++++------
 iw/autopart_type.py              |   19 ++++++++++++-------
 iw/blpasswidget.py               |   20 +++++++++++++-------
 iw/bootloader_advanced_gui.py    |   20 +++++++++++++-------
 iw/bootloader_main_gui.py        |   20 +++++++++++++-------
 iw/bootlocwidget.py              |   20 +++++++++++++-------
 iw/checklist.py                  |   22 ++++++++++++++--------
 iw/congrats_gui.py               |   19 +++++++++++++------
 iw/datacombo.py                  |   18 ++++++++++++------
 iw/driveorderwidget.py           |   20 +++++++++++++-------
 iw/examine_gui.py                |   19 +++++++++++++------
 iw/iw_gui.py                     |   18 ++++++++++++------
 iw/kbd_gui.py                    |   18 ++++++++++++------
 iw/language_gui.py               |   18 ++++++++++++------
 iw/lvm_dialog_gui.py             |   21 ++++++++++++++-------
 iw/mouse_gui.py                  |   18 ++++++++++++------
 iw/netconfig_dialog.py           |   18 ++++++++++++------
 iw/network_gui.py                |   23 +++++++++++++++--------
 iw/osbootwidget.py               |   20 +++++++++++++-------
 iw/package_gui.py                |   18 ++++++++++++------
 iw/partition_dialog_gui.py       |   21 ++++++++++++++-------
 iw/partition_gui.py              |   22 ++++++++++++++--------
 iw/partition_ui_helpers_gui.py   |   21 ++++++++++++++-------
 iw/partmethod_gui.py             |   20 +++++++++++++-------
 iw/pixmapRadioButtonGroup_gui.py |   18 ++++++++++++------
 iw/progress_gui.py               |   19 +++++++++++++------
 iw/raid_dialog_gui.py            |   23 +++++++++++++++--------
 iw/task_gui.py                   |   15 ++++++++++++---
 iw/timezone_gui.py               |   19 +++++++++++++------
 iw/upgrade_bootloader_gui.py     |   19 ++++++++++++-------
 iw/upgrade_migratefs_gui.py      |   20 +++++++++++++-------
 iw/upgrade_swap_gui.py           |   20 +++++++++++++-------
 iw/welcome_gui.py                |   18 ++++++++++++------
 iw/zipl_gui.py                   |   21 +++++++++++++++------
 34 files changed, 441 insertions(+), 223 deletions(-)

diff --git a/iw/account_gui.py b/iw/account_gui.py
index 893df11..22e4d8a 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 3e20977..c77810f 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
-
 
 import gtk
 import gobject
diff --git a/iw/blpasswidget.py b/iw/blpasswidget.py
index f9f2759..143843f 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import gtk
diff --git a/iw/bootloader_advanced_gui.py b/iw/bootloader_advanced_gui.py
index 9881a73..fdf5df9 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import gtk
diff --git a/iw/bootloader_main_gui.py b/iw/bootloader_main_gui.py
index c156b1a..a8a5f99 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import gtk
diff --git a/iw/bootlocwidget.py b/iw/bootlocwidget.py
index 3bfe97c..57458d2 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import gtk
diff --git a/iw/checklist.py b/iw/checklist.py
index 2e81e83..dd02580 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@xxxxxxxxxx>
-# Jeremy Katz <katzj@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
+#                    Jeremy Katz <katzj@xxxxxxxxxx>
 #
 
 import gtk
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index 1d0aead..79c9215 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 d33f530..a80d7a2 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import gtk
diff --git a/iw/driveorderwidget.py b/iw/driveorderwidget.py
index 0bd58fb..698b57b 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import gtk
diff --git a/iw/examine_gui.py b/iw/examine_gui.py
index 7dd57d8..58b2d8d 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 41d3eb9..f22969d 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 c42670f..d94c24a 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 40910a1..bb447d6 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 1d0775b..ea9072a 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import copy
diff --git a/iw/mouse_gui.py b/iw/mouse_gui.py
index 0c7cc08..ac94bcf 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 7791767..4e03427 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import gtk
diff --git a/iw/network_gui.py b/iw/network_gui.py
index b3e622a..e44d70c 100644
--- a/iw/network_gui.py
+++ b/iw/network_gui.py
@@ -1,17 +1,24 @@
 #
 # network_gui.py: Network configuration dialog
 #
-# Michael Fulbright <msf@xxxxxxxxxx>
-# David Cantrell <dcantrell@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
+#                    David Cantrell <dcantrell@xxxxxxxxxx>
 #
 
 import string
diff --git a/iw/osbootwidget.py b/iw/osbootwidget.py
index 838bd7c..386285c 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import gtk
diff --git a/iw/package_gui.py b/iw/package_gui.py
index 59bdbb8..db45a6a 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 # FIXME: group selection isn't currently backend independent
diff --git a/iw/partition_dialog_gui.py b/iw/partition_dialog_gui.py
index dd22628..bb4fa70 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import copy
diff --git a/iw/partition_gui.py b/iw/partition_gui.py
index 894e390..b18c511 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@xxxxxxxxxx>
-# Michael Fulbright <msf@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
+#                    Michael Fulbright <msf@xxxxxxxxxx>
 #
 
 import gobject
diff --git a/iw/partition_ui_helpers_gui.py b/iw/partition_ui_helpers_gui.py
index fc0d4a3..122e7af 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import gobject
diff --git a/iw/partmethod_gui.py b/iw/partmethod_gui.py
index e23f7ff..ca5e93e 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import gtk
diff --git a/iw/pixmapRadioButtonGroup_gui.py b/iw/pixmapRadioButtonGroup_gui.py
index 4ddbacd..bb72220 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 801b6af..6395cb6 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 648d2aa..9db23cc 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@xxxxxxxxxx>
-# Jeremy Katz <katzj@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
+#                    Jeremy Katz <katzj@xxxxxxxxxx>
 #
 
 import copy
diff --git a/iw/task_gui.py b/iw/task_gui.py
index 66b7992..ba6541e 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 c6969c1..6af10a9 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 fbda2b9..fe5bf05 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 # 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 2ed7ed6..de28e5f 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 from iw_gui import *
diff --git a/iw/upgrade_swap_gui.py b/iw/upgrade_swap_gui.py
index 53e0424..908ebb7 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@xxxxxxxxxx>
+# 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@xxxxxxxxxx>
 #
 
 import iutil
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py
index a9e4d9b..c386d87 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 1b7a7f1..c27d4ad 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
-- 
1.5.3.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux