diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-09 15:00:19 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-09 15:00:19 +0000 |
commit | 6bc9506f51c864af73250f5e6c99da261bd98b11 (patch) | |
tree | bd86b7ce700d40e8ff558eedd26a6dd18fd29054 /maintainer-scripts | |
parent | f0027207046e139d7fc91a0b0c5daa20676fb235 (diff) | |
download | gcc-6bc9506f51c864af73250f5e6c99da261bd98b11.tar.gz |
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145841 138bc75d-0d04-0410-961f-82ee72b054a4
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'; |