[PATCH] GPLv2+ license boilerplates for textw/*.py files.

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

 



---
 textw/bootloader_text.py         |   18 ++++++++++++------
 textw/complete_text.py           |   19 +++++++++++++------
 textw/constants_text.py          |   18 ++++++++++++------
 textw/grpselect_text.py          |   19 +++++++++++++------
 textw/keyboard_text.py           |   18 ++++++++++++------
 textw/language_text.py           |   19 +++++++++++++------
 textw/mouse_text.py              |   18 ++++++++++++------
 textw/network_text.py            |   25 ++++++++++++++++---------
 textw/partition_text.py          |   21 ++++++++++++++-------
 textw/partmethod_text.py         |   20 +++++++++++++-------
 textw/progress_text.py           |   20 ++++++++++++++------
 textw/statusline_text.py         |   18 ++++++++++++------
 textw/task_text.py               |   15 ++++++++++++---
 textw/timezone_text.py           |   19 +++++++++++++------
 textw/upgrade_bootloader_text.py |   19 ++++++++++++-------
 textw/upgrade_text.py            |   18 ++++++++++++------
 textw/userauth_text.py           |   18 ++++++++++++------
 textw/welcome_text.py            |   18 ++++++++++++------
 textw/zipl_text.py               |   19 +++++++++++++------
 19 files changed, 242 insertions(+), 117 deletions(-)

diff --git a/textw/bootloader_text.py b/textw/bootloader_text.py
index 529e4ec..ec4ca4b 100644
--- a/textw/bootloader_text.py
+++ b/textw/bootloader_text.py
@@ -1,14 +1,20 @@
 #
 # bootloader_text.py: text mode bootloader setup
 #
-# Copyright 2001-2002 Red Hat, Inc.
+# Copyright (C) 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 snack import *
diff --git a/textw/complete_text.py b/textw/complete_text.py
index 4805eb0..dc52f95 100644
--- a/textw/complete_text.py
+++ b/textw/complete_text.py
@@ -1,14 +1,21 @@
 #
 # complete_text.py: text mode congratulations windows
 #
-# Copyright 2001-2006 Red Hat, Inc.
+# Copyright (C) 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/>.
 #
 
 from snack import *
diff --git a/textw/constants_text.py b/textw/constants_text.py
index 8a1b7db..0836bc6 100644
--- a/textw/constants_text.py
+++ b/textw/constants_text.py
@@ -1,14 +1,20 @@
 #
 # constants_text.py: text mode constants
 #
-# 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 _, N_
diff --git a/textw/grpselect_text.py b/textw/grpselect_text.py
index 9bcbe82..2ebc61d 100644
--- a/textw/grpselect_text.py
+++ b/textw/grpselect_text.py
@@ -1,15 +1,22 @@
 #
 # grpselect_text - Text mode group/package selection UI
 #
-# Jeremy Katz <katzj@xxxxxxxxxx>
-# Copyright 2005-2007   Red Hat, Inc.
+# Copyright (C) 2005, 2006, 2007  Red Hat, Inc.  All rights reserved.
 #
-# This software may be freely redistributed under the terms of the GNU
-# general 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.
+#
+# 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 yum.Errors
diff --git a/textw/keyboard_text.py b/textw/keyboard_text.py
index 41e8ccf..4bf8e77 100644
--- a/textw/keyboard_text.py
+++ b/textw/keyboard_text.py
@@ -1,14 +1,20 @@
 #
 # keyboard_text: text mode keyboard setup dialogs
 #
-# Copyright 2001-2002 Red Hat, Inc.
+# Copyright (C) 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 isys
diff --git a/textw/language_text.py b/textw/language_text.py
index 48d26cb..644eb2e 100644
--- a/textw/language_text.py
+++ b/textw/language_text.py
@@ -1,14 +1,21 @@
 #
 # language_text.py: text mode language selection dialog
 #
-# Copyright 2001-2007 Red Hat, Inc.
+# Copyright (C) 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/>.
 #
 
 from snack import *
diff --git a/textw/mouse_text.py b/textw/mouse_text.py
index 7b97ff4..2bd736f 100644
--- a/textw/mouse_text.py
+++ b/textw/mouse_text.py
@@ -1,14 +1,20 @@
 #
 # mouse_text.py: text mode mouse selection dialog
 #
-# 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 snack import *
diff --git a/textw/network_text.py b/textw/network_text.py
index 4af655c..167bbd7 100644
--- a/textw/network_text.py
+++ b/textw/network_text.py
@@ -1,18 +1,25 @@
 #
 # network_text.py: text mode network configuration dialogs
 #
-# Jeremy Katz <katzj@xxxxxxxxxx>
-# 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): Jeremy Katz <katzj@xxxxxxxxxx>
+#                    Michael Fulbright <msf@xxxxxxxxxx>
+#                    David Cantrell <dcantrell@xxxxxxxxxx>
 #
 
 import isys
diff --git a/textw/partition_text.py b/textw/partition_text.py
index 0abdd81..2614d78 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -2,16 +2,23 @@
 # partition_text.py: allows the user to choose how to partition their disks
 # in text mode
 #
-# 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): Jeremy Katz <katzj@xxxxxxxxxx>
 #
 
 import os, sys
diff --git a/textw/partmethod_text.py b/textw/partmethod_text.py
index d813c01..ef3e195 100644
--- a/textw/partmethod_text.py
+++ b/textw/partmethod_text.py
@@ -2,16 +2,22 @@
 # partmethod_text.py: allows the user to choose how to partition their disks
 # in text mode
 #
-# 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>
 #
 
 from snack import *
diff --git a/textw/progress_text.py b/textw/progress_text.py
index f99ee98..b861784 100644
--- a/textw/progress_text.py
+++ b/textw/progress_text.py
@@ -1,15 +1,23 @@
 #
 # progress_text.py: text mode install/upgrade progress dialog
 #
-# Copyright 2001-2007 Red Hat, Inc.
+# Copyright (C) 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/>.
+#
+
 from constants import *
 from snack import *
 from constants_text import *
diff --git a/textw/statusline_text.py b/textw/statusline_text.py
index 7433769..4a4a3db 100644
--- a/textw/statusline_text.py
+++ b/textw/statusline_text.py
@@ -1,14 +1,20 @@
 #
 # statusline_text.py: text mode status line management functions
 #
-# Copyright 2000-2001 Red Hat, Inc.
+# Copyright (C) 2000, 2001  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/>.
 #
 
 # XXX this file appears to be unused.
diff --git a/textw/task_text.py b/textw/task_text.py
index f46f53c..cafc1e9 100644
--- a/textw/task_text.py
+++ b/textw/task_text.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/>.
 #
 
 from snack import *
diff --git a/textw/timezone_text.py b/textw/timezone_text.py
index db5ad66..8a88d50 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -1,14 +1,21 @@
 #
 # timezone_text.py: text mode timezone selection dialog
 #
-# 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 sys
diff --git a/textw/upgrade_bootloader_text.py b/textw/upgrade_bootloader_text.py
index 59e0713..c29511b 100644
--- a/textw/upgrade_bootloader_text.py
+++ b/textw/upgrade_bootloader_text.py
@@ -1,17 +1,22 @@
 #
 # upgrade_bootloader_text.py: text bootloader dialog for upgrades
 #
-# Jeremy Katz <katzj@xxxxxxxxxx>
+# Copyright (C) 2002  Red Hat, Inc.  All rights reserved.
 #
-# Copyright, 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 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>
 #
 
 from snack import *
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index 387374b..05ccb17 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -1,14 +1,20 @@
 #
 # upgrade_text.py: text mode upgrade dialogs
 #
-# Copyright 2001 Red Hat, Inc.
+# Copyright (C) 2001  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/textw/userauth_text.py b/textw/userauth_text.py
index 97092c3..6556b07 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -1,14 +1,20 @@
 #
 # userauth_text.py: text mode authentication setup dialogs
 #
-# 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 snack import *
diff --git a/textw/welcome_text.py b/textw/welcome_text.py
index 8f3d515..ac5e805 100644
--- a/textw/welcome_text.py
+++ b/textw/welcome_text.py
@@ -1,14 +1,20 @@
 #
 # welcome_text.py: text mode welcome window
 #
-# Copyright 2001-2002 Red Hat, Inc.
+# Copyright (C) 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 snack import *
diff --git a/textw/zipl_text.py b/textw/zipl_text.py
index 3c55e2d..9472e2b 100644
--- a/textw/zipl_text.py
+++ b/textw/zipl_text.py
@@ -1,14 +1,21 @@
 #
 # zipl_text.py: text mode z/IPL setup dialog
 #
-# Copyright 2001-2006 Red Hat, Inc.
+# Copyright (C) 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 isys
-- 
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