commit: 866f1626bef68d3d3de2fd92fbf7d33e86da72a8 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Thu May 1 07:44:59 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat May 10 06:03:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866f1626
licenses: add Base64, FFTD2, SunSoft, X11-Lucent Bug: https://bugs.gentoo.org/492424 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> [Dropped MS-PL, duplicate of Ms-PL] Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> licenses/Base64 | 5 +++++ licenses/FFT2D | 5 +++++ licenses/SunSoft | 6 ++++++ licenses/X11-Lucent | 10 ++++++++++ 4 files changed, 26 insertions(+) diff --git a/licenses/Base64 b/licenses/Base64 new file mode 100644 index 000000000000..7ae49b808e5c --- /dev/null +++ b/licenses/Base64 @@ -0,0 +1,5 @@ + Copyright (c) 1999, Bob Withers - [email protected] + +This code may be freely used for any purpose, either personal +or commercial, provided the authors copyright notice remains +intact. diff --git a/licenses/FFT2D b/licenses/FFT2D new file mode 100644 index 000000000000..83738a418ef7 --- /dev/null +++ b/licenses/FFT2D @@ -0,0 +1,5 @@ +Copyright Takuya OOURA, 1996-2001 + +You may use, copy, modify and distribute this code for any purpose +(include commercial use) and without fee. Please refer to this package +when you modify this code. diff --git a/licenses/SunSoft b/licenses/SunSoft new file mode 100644 index 000000000000..b54cb52278e1 --- /dev/null +++ b/licenses/SunSoft @@ -0,0 +1,6 @@ +Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunSoft, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. diff --git a/licenses/X11-Lucent b/licenses/X11-Lucent new file mode 100644 index 000000000000..6a7873107803 --- /dev/null +++ b/licenses/X11-Lucent @@ -0,0 +1,10 @@ +Permission to use, copy, modify, and distribute this software for any +purpose without fee is hereby granted, provided that this entire notice +is included in all copies of any software which is or includes a copy +or modification of this software and in all copies of the supporting +documentation for such software. + +THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED +WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE ANY +REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY +OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
