Skip to content

Commit

Permalink
Add information about BLAKE2 multi-license to COPYING
Browse files Browse the repository at this point in the history
The BLAKE2 source files are multi-licensed with the ability to choose
between CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses. For libarchive
the CC0 1.0 Universal Public Domain Dedication should be acceptable.
  • Loading branch information
mmatuska committed Oct 6, 2018
1 parent c501311 commit f77e06a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ the actual statements in the files are controlling.
* The following source files are in the public domain:
libarchive/archive_getdate.c

* The following source files are triple-licensed with the ability to choose
from CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses:
libarchive/archive_blake2.h
libarchive/archive_blake2_impl.h
libarchive/archive_blake2s_ref.c
libarchive/archive_blake2sp_ref.c

* The build files---including Makefiles, configure scripts,
and auxiliary scripts used as part of the compile process---have
widely varying licensing terms. Please check individual files before
Expand All @@ -34,7 +41,7 @@ do use the license below. The varying licensing of the build scripts
seems to be an unavoidable mess.


Copyright (c) 2003-2009 <author(s)>
Copyright (c) 2003-2018 <author(s)>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit f77e06a

Please sign in to comment.