Skip to content

Commit 0123d0b

Browse files
GiteaBotsilverwind
authored andcommitted
[skip ci] Updated licenses and gitignores
1 parent d26b2b8 commit 0123d0b

14 files changed

+205
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Copyright (C) 1998-2013, Brian Gladman, Worcester, UK. All
2+
rights reserved.
3+
4+
The redistribution and use of this software (with or without
5+
changes) is allowed without the payment of fees or royalties
6+
provided that:
7+
8+
source code distributions include the above copyright notice,
9+
this list of conditions and the following disclaimer;
10+
11+
binary distributions include the above copyright notice, this
12+
list of conditions and the following disclaimer in their
13+
documentation.
14+
15+
This software is provided 'as is' with no explicit or implied
16+
warranties in respect of its operation, including, but not limited
17+
to, correctness and fitness for purpose.

options/license/CMU-Mach-nodoc

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Copyright (C) 2002 Naval Research Laboratory (NRL/CCS)
2+
3+
Permission to use, copy, modify and distribute this software and
4+
its documentation is hereby granted, provided that both the
5+
copyright notice and this permission notice appear in all copies of
6+
the software, derivative works or modified versions, and any
7+
portions thereof.
8+
9+
NRL ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND
10+
DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER
11+
RESULTING FROM THE USE OF THIS SOFTWARE.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
As a special exception, the copyright holders give you permission to copy, modify, and distribute the example code contained in this document under the terms of your choosing, without restriction.

options/license/Gmsh-exception

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
The copyright holders of Gmsh give you permission to combine Gmsh
2+
with code included in the standard release of Netgen (from Joachim
3+
Sch"oberl), METIS (from George Karypis at the University of
4+
Minnesota), OpenCASCADE (from Open CASCADE S.A.S) and ParaView
5+
(from Kitware, Inc.) under their respective licenses. You may copy
6+
and distribute such a system following the terms of the GNU GPL for
7+
Gmsh and the licenses of the other code concerned, provided that
8+
you include the source code of that other code when and as the GNU
9+
GPL requires distribution of source code.
10+
11+
Note that people who make modified versions of Gmsh are not
12+
obligated to grant this special exception for their modified
13+
versions; it is their choice whether to do so. The GNU General
14+
Public License gives permission to release a modified version
15+
without this exception; this exception also makes it possible to
16+
release a modified version which carries forward this exception.
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright (C) 1995,1996,1997,1998 Lars Fenneberg <lf@elemental.net>
2+
3+
Permission to use, copy, modify, and distribute this software for any
4+
purpose and without fee is hereby granted, provided that this copyright and
5+
permission notice appear on all copies and supporting documentation, the
6+
name of Lars Fenneberg not be used in advertising or publicity pertaining to
7+
distribution of the program without specific prior permission, and notice be
8+
given in supporting documentation that copying and distribution is by
9+
permission of Lars Fenneberg.
10+
11+
Lars Fenneberg makes no representations about the suitability of this
12+
software for any purpose. It is provided "as is" without express or implied
13+
warranty.

options/license/HPND-INRIA-IMAG

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This software is available with usual "research" terms with
2+
the aim of retain credits of the software. Permission to use,
3+
copy, modify and distribute this software for any purpose and
4+
without fee is hereby granted, provided that the above copyright
5+
notice and this permission notice appear in all copies, and
6+
the name of INRIA, IMAG, or any contributor not be used in
7+
advertising or publicity pertaining to this material without
8+
the prior explicit permission. The software is provided "as
9+
is" without any warranties, support or liabilities of any kind.

options/license/Mackerras-3-Clause

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Copyright (c) 1995 Eric Rosenquist. All rights reserved.
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions
5+
are met:
6+
7+
1. Redistributions of source code must retain the above copyright
8+
notice, this list of conditions and the following disclaimer.
9+
10+
2. Redistributions in binary form must reproduce the above copyright
11+
notice, this list of conditions and the following disclaimer in
12+
the documentation and/or other materials provided with the
13+
distribution.
14+
15+
3. The name(s) of the authors of this software must not be used to
16+
endorse or promote products derived from this software without
17+
prior written permission.
18+
19+
THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20+
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21+
AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
22+
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
23+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
24+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
25+
OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Copyright (c) 1993-2002 Paul Mackerras. All rights reserved.
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions
5+
are met:
6+
7+
1. Redistributions of source code must retain the above copyright
8+
notice, this list of conditions and the following disclaimer.
9+
10+
2. The name(s) of the authors of this software must not be used to
11+
endorse or promote products derived from this software without
12+
prior written permission.
13+
14+
3. Redistributions of any form whatsoever must retain the following
15+
acknowledgment:
16+
"This product includes software developed by Paul Mackerras
17+
<paulus@ozlabs.org>".
18+
19+
THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20+
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21+
AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
22+
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
23+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
24+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
25+
OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

options/license/OpenVision

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Copyright, OpenVision Technologies, Inc., 1993-1996, All Rights
2+
Reserved
3+
4+
WARNING: Retrieving the OpenVision Kerberos Administration system
5+
source code, as described below, indicates your acceptance of the
6+
following terms. If you do not agree to the following terms, do
7+
not retrieve the OpenVision Kerberos administration system.
8+
9+
You may freely use and distribute the Source Code and Object Code
10+
compiled from it, with or without modification, but this Source
11+
Code is provided to you "AS IS" EXCLUSIVE OF ANY WARRANTY,
12+
INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY OR
13+
FITNESS FOR A PARTICULAR PURPOSE, OR ANY OTHER WARRANTY, WHETHER
14+
EXPRESS OR IMPLIED. IN NO EVENT WILL OPENVISION HAVE ANY LIABILITY
15+
FOR ANY LOST PROFITS, LOSS OF DATA OR COSTS OF PROCUREMENT OF
16+
SUBSTITUTE GOODS OR SERVICES, OR FOR ANY SPECIAL, INDIRECT, OR
17+
CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, INCLUDING,
18+
WITHOUT LIMITATION, THOSE RESULTING FROM THE USE OF THE SOURCE
19+
CODE, OR THE FAILURE OF THE SOURCE CODE TO PERFORM, OR FOR ANY
20+
OTHER REASON.
21+
22+
OpenVision retains all copyrights in the donated Source Code.
23+
OpenVision also retains copyright to derivative works of the Source
24+
Code, whether created by OpenVision or by a third party. The
25+
OpenVision copyright notice must be preserved if derivative works
26+
are made based on the donated Source Code.
27+
28+
OpenVision Technologies, Inc. has donated this Kerberos
29+
Administration system to MIT for inclusion in the standard Kerberos
30+
5 distribution. This donation underscores our commitment to
31+
continuing Kerberos technology development and our gratitude for
32+
the valuable work which has been performed by MIT and the Kerberos
33+
community.

options/license/Sun-PPP

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright (c) 2001 by Sun Microsystems, Inc.
2+
All rights reserved.
3+
4+
Non-exclusive rights to redistribute, modify, translate, and use
5+
this software in source and binary forms, in whole or in part, is
6+
hereby granted, provided that the above copyright notice is
7+
duplicated in any source form, and that neither the name of the
8+
copyright holder nor the author is used to endorse or promote
9+
products derived from this software.
10+
11+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
12+
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
13+
WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

options/license/UMich-Merit

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[C] The Regents of the University of Michigan and Merit Network, Inc. 1992,
2+
1993, 1994, 1995 All Rights Reserved
3+
4+
Permission to use, copy, modify, and distribute this software and its
5+
documentation for any purpose and without fee is hereby granted, provided
6+
that the above copyright notice and this permission notice appear in all
7+
copies of the software and derivative works or modified versions thereof,
8+
and that both the copyright notice and this permission and disclaimer
9+
notice appear in supporting documentation.
10+
11+
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
12+
EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF
13+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE REGENTS OF THE
14+
UNIVERSITY OF MICHIGAN AND MERIT NETWORK, INC. DO NOT WARRANT THAT THE
15+
FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS OR
16+
THAT OPERATION WILL BE UNINTERRUPTED OR ERROR FREE. The Regents of the
17+
University of Michigan and Merit Network, Inc. shall not be liable for any
18+
special, indirect, incidental or consequential damages with respect to any
19+
claim by Licensee or any third party arising from use of the software.

options/license/bcrypt-Solar-Designer

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Written by Solar Designer <solar at openwall.com> in 1998-2014.
2+
No copyright is claimed, and the software is hereby placed in the public
3+
domain. In case this attempt to disclaim copyright and place the software
4+
in the public domain is deemed null and void, then the software is
5+
Copyright (c) 1998-2014 Solar Designer and it is hereby released to the
6+
general public under the following terms:
7+
8+
Redistribution and use in source and binary forms, with or without
9+
modification, are permitted.
10+
11+
There's ABSOLUTELY NO WARRANTY, express or implied.

options/license/gtkbook

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Copyright 2005 Syd Logan, All Rights Reserved
2+
3+
This code is distributed without warranty. You are free to use
4+
this code for any purpose, however, if this code is republished or
5+
redistributed in its original form, as hardcopy or electronically,
6+
then you must include this copyright notice along with the code.

options/license/softSurfer

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Copyright 2001, softSurfer (www.softsurfer.com)
2+
This code may be freely used and modified for any purpose
3+
providing that this copyright notice is included with it.
4+
SoftSurfer makes no warranty for this code, and cannot be held
5+
liable for any real or imagined damage resulting from its use.
6+
Users of this code must verify correctness for their application.

0 commit comments

Comments
 (0)