diff options
author | thegeorg <[email protected]> | 2023-08-22 15:29:00 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2023-08-22 15:52:06 +0300 |
commit | 3b7aacf78190401a8ceab8346dd5c05ec1a5df1b (patch) | |
tree | 81d01cab55b740a77ef89b068346964069af4b50 /build | |
parent | 037360c096adbb72d4a50fb5de0db80368da03be (diff) |
Consider Softsurfer license as permissive
```
This code may be freely used and modified for any purpose
providing that this copyright notice is included with it.
Copyright holder makes no warranty for this code, and cannot be held
liable for any real or imagined damage resulting from its use.
Users of this code must verify correctness for their application.
```
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/license.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index 1edb9b2e12a..a23fe773bc3 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -177,7 +177,6 @@ LICENSES_UNATTRIBUTED= \ Quicklz \ Ruby \ Sendmail \ - Softsurfer \ Spencer-99 \ SSPL-1.0 \ Stlport-4.5 \ @@ -348,11 +347,12 @@ LICENSES_PERMISSIVE= \ RSA-MD \ RSA-MD4 \ SGI-B-2.0 \ - Sleepycat \ SMLNJ \ - Snprintf \ SSH-short \ SSLeay \ + Sleepycat \ + Snprintf \ + Softsurfer \ Sunpro \ Unicode-DFS-2016 \ Unicode-Icu-58 \ |