changeset 1486:c7d27a6f9022 draft

The ancient GPL (copied from the 2.6.12 kernel) build infrastructure is actually in the "kconfig" directory, not under scripts. Remind me to write a new one from scratch... (Someone actually submitted a basic kconfig rewrite in awk once, but until I bite the bullet and write my own awk.c, I just don't know awk well enough to maintain a large script written in it. Back when I maintained kernel.org/doc I wrote http://landley.net/hg/kdocs/file/tip/make/menuconfig2html.py but I am NOT reintroducing python as a build dependency. And neither actually implemented actual menuing part. So... todo list.)
author Rob Landley <rob@landley.net>
date Sat, 20 Sep 2014 13:18:44 -0500
parents 8700cbe1cb29
children 87d95673a398
files LICENSE
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/LICENSE	Sat Sep 20 13:09:14 2014 -0500
+++ b/LICENSE	Sat Sep 20 13:18:44 2014 -0500
@@ -11,6 +11,6 @@
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-(Note: some build infrastructure in the scripts directory is still GPL,
+(Note: some build infrastructure in the kconfig directory is still GPLv2,
 cleaning that out is a TODO item, but it doesn't affect the resulting
 binary.)