forked from shadow-maint/shadow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes shadow-maint#238 Update all files to list SPDX license shortname. Most files are BSD 3 clause license. The exceptions are: serge@sl ~/src/shadow$ git grep SPDX-License | grep -v BSD-3-Clause contrib/atudel:# SPDX-License-Identifier: BSD-4-Clause lib/tcbfuncs.c: * SPDX-License-Identifier: 0BSD libmisc/salt.c: * SPDX-License-Identifier: Unlicense src/login_nopam.c: * SPDX-License-Identifier: Unlicense src/nologin.c: * SPDX-License-Identifier: BSD-2-Clause src/vipw.c: * SPDX-License-Identifier: GPL-2.0-or-later Signed-off-by: Serge Hallyn <[email protected]>
- Loading branch information
Showing
324 changed files
with
1,256 additions
and
8,860 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,118 +1,41 @@ | ||
NOTE: | ||
This license has been obsoleted by the change to the BSD-style copyright. | ||
You may continue to use this license if you wish, but you are under no | ||
obligation to do so. | ||
|
||
(* | ||
This document is freely plagiarised from the 'Artistic Licence', | ||
distributed as part of the Perl v4.0 kit by Larry Wall, which is | ||
available from most major archive sites. I stole it from CrackLib. | ||
|
||
$Id$ | ||
*) | ||
|
||
This documents purpose is to state the conditions under which this | ||
Package (See definition below) viz: "Shadow", the Shadow Password Suite | ||
which is held by Julianne Frances Haugh, may be copied, such that the | ||
copyright holder maintains some semblance of artistic control over the | ||
development of the package, while giving the users of the package the | ||
right to use and distribute the Package in a more-or-less customary | ||
fashion, plus the right to make reasonable modifications. | ||
|
||
So there. | ||
|
||
*************************************************************************** | ||
|
||
Definitions: | ||
|
||
|
||
A "Package" refers to the collection of files distributed by the | ||
Copyright Holder, and derivatives of that collection of files created | ||
through textual modification, or segments thereof. | ||
|
||
"Standard Version" refers to such a Package if it has not been modified, | ||
or has been modified in accordance with the wishes of the Copyright | ||
Holder. | ||
|
||
"Copyright Holder" is whoever is named in the copyright or copyrights | ||
for the package. | ||
|
||
"You" is you, if you're thinking about copying or distributing this | ||
Package. | ||
|
||
"Reasonable copying fee" is whatever you can justify on the basis of | ||
media cost, duplication charges, time of people involved, and so on. | ||
(You will not be required to justify it to the Copyright Holder, but | ||
only to the computing community at large as a market that must bear the | ||
fee.) | ||
|
||
"Freely Available" means that no fee is charged for the item itself, | ||
though there may be fees involved in handling the item. It also means | ||
that recipients of the item may redistribute it under the same | ||
conditions they received it. | ||
|
||
|
||
1. You may make and give away verbatim copies of the source form of the | ||
Standard Version of this Package without restriction, provided that you | ||
duplicate all of the original copyright notices and associated | ||
disclaimers. | ||
|
||
2. You may apply bug fixes, portability fixes and other modifications | ||
derived from the Public Domain or from the Copyright Holder. A Package | ||
modified in such a way shall still be considered the Standard Version. | ||
|
||
3. You may otherwise modify your copy of this Package in any way, | ||
provided that you insert a prominent notice in each changed file stating | ||
how and when AND WHY you changed that file, and provided that you do at | ||
least ONE of the following: | ||
|
||
a) place your modifications in the Public Domain or otherwise make them | ||
Freely Available, such as by posting said modifications to Usenet or an | ||
equivalent medium, or placing the modifications on a major archive site | ||
such as uunet.uu.net, or by allowing the Copyright Holder to include | ||
your modifications in the Standard Version of the Package. | ||
|
||
b) use the modified Package only within your corporation or organization. | ||
|
||
c) rename any non-standard executables so the names do not conflict with | ||
standard executables, which must also be provided, and provide separate | ||
documentation for each non-standard executable that clearly documents | ||
how it differs from the Standard Version. | ||
|
||
d) make other distribution arrangements with the Copyright Holder. | ||
|
||
4. You may distribute the programs of this Package in object code or | ||
executable form, provided that you do at least ONE of the following: | ||
|
||
a) distribute a Standard Version of the executables and library files, | ||
together with instructions (in the manual page or equivalent) on where | ||
to get the Standard Version. | ||
|
||
b) accompany the distribution with the machine-readable source of the | ||
Package with your modifications. | ||
|
||
c) accompany any non-standard executables with their corresponding | ||
Standard Version executables, giving the non-standard executables | ||
non-standard names, and clearly documenting the differences in manual | ||
pages (or equivalent), together with instructions on where to get the | ||
Standard Version. | ||
|
||
d) make other distribution arrangements with the Copyright Holder. | ||
|
||
5. You may charge a reasonable copying fee for any distribution of this | ||
Package. You may charge any fee you choose for support of this Package. | ||
YOU MAY NOT CHARGE A FEE FOR THIS PACKAGE ITSELF. However, you may | ||
distribute this Package in aggregate with other (possibly commercial) | ||
programs as part of a larger (possibly commercial) software distribution | ||
provided that YOU DO NOT ADVERTISE this package as a product of your | ||
own. | ||
|
||
6. The name of the Copyright Holder may not be used to endorse or | ||
promote products derived from this software without specific prior | ||
written permission. | ||
|
||
7. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED | ||
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF | ||
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. | ||
|
||
The End | ||
SPDX-License-Identifier: BSD-3-Clause | ||
|
||
All files under this project either | ||
|
||
1. fall under the BSD 3 clause license (by default). | ||
|
||
2. carry an SPDX header declaring what license applies. | ||
|
||
or | ||
|
||
3. list a full custom license | ||
|
||
This software is originally | ||
|
||
* Copyright (c) 1989 - 1994, Julianne Frances Haugh | ||
|
||
* All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions | ||
* are met: | ||
* 1. Redistributions of source code must retain the above copyright | ||
* notice, this list of conditions and the following disclaimer. | ||
* 2. Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in the | ||
* documentation and/or other materials provided with the distribution. | ||
* 3. The name of the copyright holders or contributors may not be used to | ||
* endorse or promote products derived from this software without | ||
* specific prior written permission. | ||
* | ||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,36 +76,9 @@ else | |
$echo 'x -' extracting 'Makefile' '(text)' | ||
sed 's/^X//' << 'SHAR_EOF' > 'Makefile' && | ||
/* | ||
# Copyright 2000, International Business Machines, Inc. | ||
# All rights reserved. | ||
# | ||
# original author: George Kraft IV, [email protected] | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
# modification, are permitted provided that the following conditions | ||
# are met: | ||
# | ||
# 1. Redistributions of source code must retain the above copyright | ||
# notice, this list of conditions and the following disclaimer. | ||
# 2. Redistributions in binary form must reproduce the above copyright | ||
# notice, this list of conditions and the following disclaimer in the | ||
# documentation and/or other materials provided with the distribution. | ||
# 3. Neither the name of International Business Machines, Inc., nor the | ||
# names of its contributors may be used to endorse or promote products | ||
# derived from this software without specific prior written permission. | ||
# | ||
# THIS SOFTWARE IS PROVIDED BY INTERNATIONAL BUSINESS MACHINES, INC. AND | ||
# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, | ||
# BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | ||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL | ||
# INTERNATIONAL BUSINESS MACHINES, INC. OR CONTRIBUTORS BE LIABLE | ||
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | ||
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
# SUCH DAMAGE. | ||
# SPDX-FileCopyrightText: 2000, International Business Machines, Inc. | ||
# SPDX-FileCopyrightText: 2000, George Kraft IV, [email protected] | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# | ||
X | ||
all: groupmems | ||
|
@@ -143,36 +116,9 @@ else | |
$echo 'x -' extracting 'groupmems.c' '(text)' | ||
sed 's/^X//' << 'SHAR_EOF' > 'groupmems.c' && | ||
/* | ||
X * Copyright 2000, International Business Machines, Inc. | ||
X * All rights reserved. | ||
X * | ||
X * original author: George Kraft IV, [email protected] | ||
X * | ||
X * Redistribution and use in source and binary forms, with or without | ||
X * modification, are permitted provided that the following conditions | ||
X * are met: | ||
X * | ||
X * 1. Redistributions of source code must retain the above copyright | ||
X * notice, this list of conditions and the following disclaimer. | ||
X * 2. Redistributions in binary form must reproduce the above copyright | ||
X * notice, this list of conditions and the following disclaimer in the | ||
X * documentation and/or other materials provided with the distribution. | ||
X * 3. Neither the name of International Business Machines, Inc., nor the | ||
X * names of its contributors may be used to endorse or promote products | ||
X * derived from this software without specific prior written permission. | ||
X * | ||
X * THIS SOFTWARE IS PROVIDED BY INTERNATIONAL BUSINESS MACHINES, INC. AND | ||
X * CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, | ||
X * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | ||
X * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL | ||
X * INTERNATIONAL BUSINESS MACHINES, INC. OR CONTRIBUTORS BE LIABLE | ||
X * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
X * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | ||
X * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
X * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
X * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
X * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
X * SUCH DAMAGE. | ||
X * SPDX-FileCopyrightText: 2000, International Business Machines, Inc. | ||
X * SPDX-FileCopyrightText: 2000, George Kraft IV, [email protected] | ||
X * SPDX-License-Identifier: BSD-3-Clause | ||
X */ | ||
/* | ||
** | ||
|
@@ -436,36 +382,9 @@ else | |
$echo 'x -' extracting 'groupmems.8' '(text)' | ||
sed 's/^X//' << 'SHAR_EOF' > 'groupmems.8' && | ||
X.\" | ||
X.\" Copyright 2000, International Business Machines, Inc. | ||
X.\" All rights reserved. | ||
X.\" | ||
X.\" original author: George Kraft IV, [email protected] | ||
X.\" | ||
X.\" Redistribution and use in source and binary forms, with or without | ||
X.\" modification, are permitted provided that the following conditions | ||
X.\" are met: | ||
X.\" | ||
X.\" 1. Redistributions of source code must retain the above copyright | ||
X.\" notice, this list of conditions and the following disclaimer. | ||
X.\" 2. Redistributions in binary form must reproduce the above copyright | ||
X.\" notice, this list of conditions and the following disclaimer in the | ||
X.\" documentation and/or other materials provided with the distribution. | ||
X.\" 3. Neither the name of International Business Machines, Inc., nor the | ||
X.\" names of its contributors may be used to endorse or promote products | ||
X.\" derived from this software without specific prior written permission. | ||
X.\" | ||
X.\" THIS SOFTWARE IS PROVIDED BY INTERNATIONAL BUSINESS MACHINES, INC. AND | ||
X.\" CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, | ||
X.\" BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | ||
X.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL | ||
X.\" INTERNATIONAL BUSINESS MACHINES, INC. OR CONTRIBUTORS BE LIABLE | ||
X.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
X.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | ||
X.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
X.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
X.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
X.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
X.\" SUCH DAMAGE. | ||
X.\" SPDX-FileCopyrightText: 2000, International Business Machines, Inc. | ||
X.\" SPDX-FileCopyrightText: 2000, George Kraft IV, [email protected] | ||
X.\" SPDX-License-Identifier: BSD-3-Clause | ||
X.\" | ||
X.\" $Id$ | ||
X.\" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.