Mercurial > hg > xemacs-beta
changeset 5410:ff554e6a2d29
Convert aclocal.m4 to GPLv3 as it was GPLv2 by the author.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 21 Oct 2010 00:27:17 +0200 |
parents | c36f065c3090 |
children | fd714e8ba81e |
files | aclocal.m4 |
diffstat | 1 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jkj@sco.com>, 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 <http://www.gnu.org/licenses/>. 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