]> git.ipfire.org Git - thirdparty/util-linux.git/commit - include/xalloc.h
include: add missing license lines
authorKarel Zak <kzak@redhat.com>
Thu, 12 Jan 2023 14:33:09 +0000 (15:33 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 12 Jan 2023 14:33:09 +0000 (15:33 +0100)
commitfaeb1b64b36ededd1a0b62555cad65f002d47ac6
treef1c80ba1760130adac7d59bb05f57a2a5e02d131
parent8d9215504c7159acdb40be7da11f421d5b8ece8b
include: add missing license lines

The header files are usually based on code from lib/. This commit
copies relevant license headers from lib/ to include/ to keep
things consistent. The very generic things (e.g. MBR definitions)
are always public domain.

Fixes: https://github.com/util-linux/util-linux/issues/2010
Signed-off-by: Karel Zak <kzak@redhat.com>
58 files changed:
README.licensing
include/buffer.h
include/c_strtod.h
include/closestream.h
include/crc32.h
include/crc32c.h
include/debug.h
include/debugobj.h
include/encode.h
include/fileeq.h
include/fileutils.h
include/fuzz.h
include/idcache.h
include/ismounted.h
include/iso9660.h
include/jsonwrt.h
include/linux_version.h
include/logindefs.h
include/loopdev.h
include/mangle.h
include/mbsedit.h
include/md5.h
include/minix.h
include/mount-api-utils.h
include/nls.h
include/optutils.h
include/pager.h
include/partx.h
include/path.h
include/pidfd-utils.h
include/procfs.h
include/pt-bsd.h
include/pt-gpt-partnames.h
include/pt-mbr-partnames.h
include/pt-mbr.h
include/pt-sgi.h
include/pt-sun.h
include/pwdutils.h
include/randutils.h
include/rpmatch.h
include/selinux-utils.h
include/sha1.h
include/sha256.h
include/shells.h
include/signames.h
include/statfs_magic.h
include/strutils.h
include/strv.h
include/swapheader.h
include/sysfs.h
include/timer.h
include/timeutils.h
include/widechar.h
include/xalloc.h
include/xxhash.h
lib/pager.c
lib/shells.c
lib/strv.c