# HG changeset patch # User Eli Zaretskii # Date 1269943344 -10800 # Node ID ef73fd2fd546817ba22216c289a60025b0d62ecf # Parent d5e97cf4b4d1dc41cc14362d7a8c22c5d0def22d bidi.c: Update to GPLv3. diff -r d5e97cf4b4d1 -r ef73fd2fd546 src/bidi.c --- a/src/bidi.c Tue Mar 30 12:55:42 2010 +0300 +++ b/src/bidi.c Tue Mar 30 13:02:24 2010 +0300 @@ -4,21 +4,18 @@ This file is part of GNU Emacs. -GNU Emacs is free software; you can redistribute it and/or modify +GNU Emacs 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) -any later version. +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see . */ /* Written by Eli Zaretskii .