]> wimlib.net Git - wimlib/commit
Use MIT license instead of CC0
authorEric Biggers <ebiggers3@gmail.com>
Sun, 31 Jul 2022 02:03:42 +0000 (19:03 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 31 Jul 2022 02:03:42 +0000 (19:03 -0700)
commit41a9a2a95bd357a344be95d2ac3c370aadac3846
treed2cb929774df5df0733d22cb51f1a064e1a89893
parent9ce8912e5dd48aca6a0eb05cace15e0e08ff606b
Use MIT license instead of CC0

CC0 has continued to fall out of favor due to the patents clause
(https://lwn.net/ml/fedora-legal/CAC1cPGw1xScGAXo-0NRs92zFB7ptRxTt=oCYi0BxfZDfAgUtYQ@mail.gmail.com).
Years ago I released some source files in this project (not the whole
project) under CC0.  Use the MIT license for these files instead.

Note that this requires claiming copyright on the latest version of
these files.  Of course, previous versions of these files remain public
domain where legally recognized; this is *not* in any way an attempt to
"revoke" the public domain status of previous versions.
28 files changed:
COPYING
COPYING.CC0 [deleted file]
Makefile.am
examples/applywim.c
examples/capturewim.c
examples/compressfile.c
examples/decompressfile.c
examples/updatewim.c
include/wimlib/avl_tree.h
include/wimlib/bitops.h
include/wimlib/bt_matchfinder.h
include/wimlib/compiler.h
include/wimlib/decompress_common.h
include/wimlib/endianness.h
include/wimlib/hc_matchfinder.h
include/wimlib/lcpit_matchfinder.h
include/wimlib/lz_extend.h
include/wimlib/lz_hash.h
include/wimlib/security_descriptor.h
include/wimlib/sha1.h
include/wimlib/unaligned.h
include/wimlib/wof.h
src/avl_tree.c
src/compress_common.c
src/decompress_common.c
src/lcpit_matchfinder.c
src/sha1.c
src/x86_cpu_features.c