# HG changeset patch # User Mats Lidell # Date 1287613637 -7200 # Node ID ff554e6a2d29f8ae37e856e42e613d62db30b663 # Parent c36f065c309026f163cf376a5cea1869a598257a Convert aclocal.m4 to GPLv3 as it was GPLv2 by the author. diff -r c36f065c3090 -r ff554e6a2d29 aclocal.m4 --- a/aclocal.m4 Thu Oct 21 00:19:13 2010 +0200 +++ b/aclocal.m4 Thu Oct 21 00:27:17 2010 +0200 @@ -2,7 +2,19 @@ dnl Copyright (C) 1998, 1999 J. Kean Johnston. dnl Author: J. Kean Johnston , based on work in libtool. dnl This file is part of XEmacs. - +dnl +dnl XEmacs is free software: you can redistribute it and/or modify it +dnl under the terms of the GNU General Public License as published by the +dnl Free Software Foundation, either version 3 of the License, or (at your +dnl option) any later version. +dnl +dnl XEmacs is distributed in the hope that it will be useful, but WITHOUT +dnl ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +dnl FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +dnl for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with XEmacs. If not, see . dnl dnl There are several things we care about here. First, we need to find dnl out how we create an executable that has its symbols exported, so