diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2009-04-09 17:00:19 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2009-04-09 17:00:19 +0200 |
commit | 748086b7b2201112aff2dea9d037af1fc92567ff (patch) | |
tree | bd86b7ce700d40e8ff558eedd26a6dd18fd29054 /maintainer-scripts | |
parent | 0a5ec800d746ba16e62893c18e7fdbbd7ca78cee (diff) | |
download | gcc-748086b7b2201112aff2dea9d037af1fc92567ff.tar.gz |
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
From-SVN: r145841
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 7 | ||||
-rwxr-xr-x | maintainer-scripts/gcc_release | 9 | ||||
-rwxr-xr-x | maintainer-scripts/maintainer-addresses | 20 |
3 files changed, 27 insertions, 9 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 228ad365e3a..3aee9e577c0 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,10 @@ +2009-04-09 Jakub Jelinek <jakub@redhat.com> + + * gcc_release: Change copyright header to refer to version + 3 of the GNU General Public License and to point readers at the + COPYING3 file and the FSF's license web page. + * maintainer-addresses: Likewise. + 2009-04-08 Gerald Pfeifer <gerald@pfeifer.com> * update_web_docs_svn: Run this script under plain /bin/sh diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 18f79ddaa95..0ecf54bfbbc 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -9,13 +9,13 @@ # Contents: # Script to create a GCC release. # -# Copyright (c) 2001, 2002, 2006 Free Software Foundation. +# Copyright (c) 2001, 2002, 2006, 2009 Free Software Foundation. # # This file is part of GCC. # # GCC 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, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GCC is distributed in the hope that it will be useful, @@ -24,9 +24,8 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with GCC; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. +# along with GCC; see the file COPYING3. If not see +# <http://www.gnu.org/licenses/>. # ######################################################################## diff --git a/maintainer-scripts/maintainer-addresses b/maintainer-scripts/maintainer-addresses index e57f2d50c50..944b0c119e2 100755 --- a/maintainer-scripts/maintainer-addresses +++ b/maintainer-scripts/maintainer-addresses @@ -3,13 +3,25 @@ # Extract all maintainers' addresses from the GCC MAINTAINERS file, only # skipping those addresses specified in $OMIT. # -# Copyright (c) 2003 Free Software Foundation. +# Copyright (c) 2003, 2009 Free Software Foundation. # # Written by Gerald Pfeifer <gerald@pfeifer.com>, June 2003/October 2003 # -# This script is Free Software, and it can be copied, distributed and -# modified as defined in the GNU General Public License. A copy of -# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html +# This file is part of GCC. +# +# GCC 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 3, or (at your option) +# any later version. +# +# GCC 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 GCC; see the file COPYING3. If not see +# <http://www.gnu.org/licenses/>. my $OMIT='rms@gnu.org|config-patches@gnu.org'; |