diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-06-17 12:15:39 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-06-17 12:18:07 -0400 |
commit | 6847766d4483156ef11bb02811e1d5bae299eda7 (patch) | |
tree | b3720ed890dc2216be71ae0b2807b4bd0bf6a92a /licenses | |
parent | sys-firmware/intel-microcode: drop old (diff) | |
download | gentoo-6847766d4483156ef11bb02811e1d5bae299eda7.tar.gz gentoo-6847766d4483156ef11bb02811e1d5bae299eda7.tar.bz2 gentoo-6847766d4483156ef11bb02811e1d5bae299eda7.zip |
licenses: add license for net-misc/curl, bug #728522
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/curl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/licenses/curl b/licenses/curl new file mode 100644 index 000000000000..9d9e4af8d8bc --- /dev/null +++ b/licenses/curl @@ -0,0 +1,22 @@ +COPYRIGHT AND PERMISSION NOTICE + +Copyright (c) 1996 - 2020, Daniel Stenberg, <daniel@haxx.se>, and many +contributors, see the THANKS file. + +All rights reserved. + +Permission to use, copy, modify, and distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright +notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE +OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of a copyright holder shall not +be used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization of the copyright holder. |