diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-08-15 13:18:17 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-08-15 13:18:17 -0400 |
commit | 39e07e62f471cbf40503cdc1926da6fef0cc0a3e (patch) | |
tree | c45259dd22402921f80067864b34d3ab9b258d58 /LICENSE | |
parent | 8d90ffb43214c390f6921e058a3cb164075ff1c5 (diff) | |
download | random-seed-39e07e62f471cbf40503cdc1926da6fef0cc0a3e.tar.xz random-seed-39e07e62f471cbf40503cdc1926da6fef0cc0a3e.zip |
Source cleanups.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,7 @@ This software is a combination of components distributed under the 3-clause -BSD, MIT, and FSF unlimited licenses. +BSD, MIT, and FSF unlimited licenses. Note that libudev, libblkid, and libmount +are LGPL licensed, so when random-seed is built against those, the terms of the +LGPL apply for those libraries. All files that neither have copyright notices at the top nor are listed below are distributed under the 3-clause BSD license: @@ -33,7 +35,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- -Autoconf generated files are distributed under the FSF unlimited license located in their respective files (as of writing, aclocal.m4, config.status, configure). +Autoconf generated files are distributed under the FSF unlimited license +located in their respective files (as of writing, aclocal.m4, config.status, +configure). --- |