From 2cf7d5cfdbb9fbaddfc24851d355722905d7ebb3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 2 Feb 2016 14:29:53 -0800 Subject: 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. --- COPYING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'COPYING') 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. -- cgit v1.2.1