[PATCH] Update FSF copyright address, date.
Doug Evans <[email protected]> Thu, 18 Jun 2015 19:06:49 +0000
| Newsgroups | gmane.comp.tools.cgen.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi. GDB manually applied this change, so I'm updating the generator so we don't lose it the next time the files are generated. This also updates the copyright in line with GDB's procedure. 2015-06-18 Doug Evans <[email protected]> * utils.scm (copyright-fsf): Update FSF address. Index: utils.scm =================================================================== RCS file: /cvs/src/src/cgen/utils.scm,v retrieving revision 1.38 diff -u -p -u -p -r1.38 utils.scm --- utils.scm 2 Jan 2010 17:53:10 -0000 1.38 +++ utils.scm 18 Jun 2015 18:12:49 -0000 @@ -1310,7 +1310,7 @@ (cons "\ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010 Free Software Foundation, Inc. +Copyright 1996-2015 Free Software Foundation, Inc. " "\ This file is free software; you can redistribute it and/or modify @@ -1324,8 +1324,7 @@ Copyright 1996-2010 Free Software Founda 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. " ))