diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-08-15 19:39:45 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-08-15 19:39:45 -0400 |
commit | d0eb997ee9f9889f184d0d52397b49a7f0dee009 (patch) | |
tree | 1d0d9ed7d2cf865e9bab5960e5ee1ac194ae8eb8 /LICENSE | |
parent | 39e07e62f471cbf40503cdc1926da6fef0cc0a3e (diff) | |
download | random-seed-d0eb997ee9f9889f184d0d52397b49a7f0dee009.tar.xz random-seed-d0eb997ee9f9889f184d0d52397b49a7f0dee009.zip |
Stuff.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ This software is a combination of components distributed under the 3-clause 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. +LGPL apply for those libraries. random-seed copies certain filesystem +identifier constants from the Linux kernel in src/fsid.c. It is believed +that the use of these constants does not constitute copyright infringement +under copyright law in the United States per Sega v. Accolade, and likely fall +under similar compatibility rules in other jurisdictions. It is also believed +that these constants are covered under the "Linux syscall note" exempting them +from the ordinary GPL license. All files that neither have copyright notices at the top nor are listed below are distributed under the 3-clause BSD license: |