summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-08-22 16:14:10 +0000
committerEric Blake <ebb9@byu.net>2007-10-06 06:53:09 -0600
commit8a80617bdad5193292c953b45a17391530044fa6 (patch)
treef9ddc18613a2221f502a9e4f024c598acf4bc3f1 /po
parent434c42d9658c7b3322f3d067b95ca3c2cbb85b46 (diff)
downloadm4-8a80617bdad5193292c953b45a17391530044fa6.tar.gz
* configure.ac (AM_INIT_AUTOMAKE): Bump automake requirement.
* AUTHORS: Add copyright. * ChangeLog: Likewise. * README: Likewise. Require automake 1.9b or later. * HACKING: New file. * README-alpha: Add copyright. * THANKS: Likewise. Update. * doc/STYLE: Add copyright, and tweak for changed directories. * modules/README: Add copyright, and tweak for libtool version. * examples/COPYING: New file. * examples/WWW/COPYING: Likewise. * examples/WWW/m4lib/COPYING: Likewise. * modules/shadow.m4: Add copyright. * modules/perl.m4: Likewise. * modules/modtest.m4: Likewise. * modules/stdlib.m4: Likewise. * modules/time.m4: Likewise. * modules/time2.m4: Likewise. * po/Makevars: Likewise. * tests/iso8859.m4: Likewise. * tests/m4.in: Likewise. * NEWS: Add (C) to copyright. * TODO: Likewise. * m4/system_.h: Likewise. * tests/atlocal.in: Likewise. * tests/builtins.at: Likewise. * tests/freeze.at: Likewise. * tests/generate.awk: Likewise. * tests/macros.at: Likewise. * tests/modules.at: L
Diffstat (limited to 'po')
-rw-r--r--po/Makevars19
1 files changed, 19 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars
index 56ce13b9..99de24ed 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -1,3 +1,22 @@
+## This file is part of GNU M4.
+##
+## Copyright (C) 2002, 2006 Free Software Foundation, Inc.
+##
+## This program 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 of the License, or
+## (at your option) any later version.
+##
+## This program 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 this program; see the file COPYING. If not, write to
+## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, USA.
+##
# Makefile variables for PO directory in any package using GNU gettext.
# Usually the message domain is the same as the package name.