summaryrefslogtreecommitdiff
path: root/m4/ax_prog_hla.m4
diff options
context:
space:
mode:
authorBogdan Drozdowski <bogdandr # op . pl>2009-08-12 19:30:40 +0200
committerPeter Simons <simons@cryp.to>2009-08-12 21:16:52 +0200
commit8c95594c0b5ec73798ce23f628b2c11af1d6eb64 (patch)
tree1d57765fbe1ccd96652a1b45b6b4fadaba8d4c0f /m4/ax_prog_hla.m4
parent36d860e21d05970e2bbb4468389ce132ddf06a0b (diff)
downloadautoconf-archive-8c95594c0b5ec73798ce23f628b2c11af1d6eb64.tar.gz
Re-released these macros under LGPL with an Autoconf exception.
Diffstat (limited to 'm4/ax_prog_hla.m4')
-rw-r--r--m4/ax_prog_hla.m415
1 files changed, 14 insertions, 1 deletions
diff --git a/m4/ax_prog_hla.m4 b/m4/ax_prog_hla.m4
index 023615f..5ed430e 100644
--- a/m4/ax_prog_hla.m4
+++ b/m4/ax_prog_hla.m4
@@ -20,7 +20,7 @@
#
# LICENSE
#
-# Copyright (c) 2008 Bogdan Drozdowski <bogdandr # op . pl>
+# Copyright (c) 2007,2009 Bogdan Drozdowski <bogdandr # op . pl>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
@@ -34,6 +34,19 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# As a special exception, the respective Autoconf Macro's copyright owner
+# gives unlimited permission to copy, distribute and modify the configure
+# scripts that are the output of Autoconf when processing the Macro. You
+# need not follow the terms of the GNU General Public License when using
+# or distributing such scripts, even though portions of the text of the
+# Macro appear in them. The GNU General Public License (GPL) does govern
+# all other use of the material that constitutes the Autoconf Macro.
+#
+# This special exception to the GPL applies to versions of the Autoconf
+# Macro released by the Autoconf Archive. When you make and distribute a
+# modified version of the Autoconf Macro, you may extend this special
+# exception to the GPL to apply to your modified version as well.
AC_DEFUN([AX_PROG_HLA],[
AC_CHECK_PROGS(hla,[hla],no)