summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-02-02 14:29:53 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-02-02 14:42:24 -0800
commit2cf7d5cfdbb9fbaddfc24851d355722905d7ebb3 (patch)
treece7defdf37f195e48a5dd4b9bfcd36511b0ea3a1 /COPYING
parentd1cca4c2a02a47df553ec43cc5799dc467a45e35 (diff)
downloadgnulib-2cf7d5cfdbb9fbaddfc24851d355722905d7ebb3.tar.gz
std-gnu11: new module
This makes it easier for applications to prefer C11 and C++11 to older variants, when compiling C and C++ code. Unlike most m4/*.m4 files, m4/std-gnu11.m4 is GPLed, as it copies a nontrivial chunk of GPLed Autoconf source code. * COPYING: Mention the m4/*.m4 copyright situation. * MODULES.html.sh (std-gnu11): New module. * m4/std-gnu11.m4, modules/std-gnu11: New files.
Diffstat (limited to 'COPYING')
-rw-r--r--COPYING3
1 files changed, 2 insertions, 1 deletions
diff --git a/COPYING b/COPYING
index 9a209ca08b..6ad3d4b51c 100644
--- a/COPYING
+++ b/COPYING
@@ -14,4 +14,5 @@ were not licensed under LGPL.
Some of the source files in lib/ have different licenses. Also, the
copy of maintain.texi in doc/ has a verbatim-copying license, and
-doc/standards.texi and make-stds.texi are GFDL.
+doc/standards.texi and make-stds.texi are GFDL. Most (but not all)
+m4/*.m4 files have nearly unlimited licenses.