Add SPDX identifier, update copyright year, move kconfig note into kconfig/

directory.
This commit is contained in:
Rob Landley 2018-10-20 09:59:58 -05:00
parent b123b11608
commit 8014d31278
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,6 @@
Copyright (C) 2006, 2013 by Rob Landley <rob@landley.net>
Toybox is released under the Zero Clause BSD license (SPDX: 0BSD)
Copyright (C) 2006, 2018 by Rob Landley <rob@landley.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
@ -10,7 +12,3 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
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 kconfig directory is still GPLv2,
cleaning that out is a TODO item, but it doesn't affect the resulting
binary.)

View File

@ -1,6 +1,9 @@
This is a snapshot of linux 2.6.12 kconfig as washed through busybox and
further modified by Rob Landley.
Note: The build infrastructure in this directory is still GPLv2. Cleaning
that out is a TODO item, but it doesn't affect the resulting binary.
Way back when I tried to push my local changes to kconfig upstream
in 2005 https://lwn.net/Articles/161086/
and 2006 http://lkml.iu.edu/hypermail/linux/kernel/0607.0/1805.html