From: Bruno Haible Date: Tue, 11 Jan 2005 13:09:21 +0000 (+0000) Subject: Update from gnulib: Add copyright. X-Git-Tag: v0.14.2~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b43304a32f7ec342993bb011bcaa6e0fe06af9a;p=thirdparty%2Fgettext.git Update from gnulib: Add copyright. --- diff --git a/gettext-tools/m4/mbswidth.m4 b/gettext-tools/m4/mbswidth.m4 index f61be107a..ffa6ece3b 100644 --- a/gettext-tools/m4/mbswidth.m4 +++ b/gettext-tools/m4/mbswidth.m4 @@ -1,4 +1,10 @@ -#serial 11 +# mbswidth.m4 serial 11 +dnl Copyright (C) 2000-2002, 2004 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. dnl autoconf tests required for use of mbswidth.c dnl From Bruno Haible.