mirror of
https://github.com/rfc1036/whois.git
synced 2026-08-31 07:30:22 +00:00
Add SPDX license identifiers to code files
Change manual pages word to recognize it by licensecheck tool.
This commit is contained in:
parent
881e1d41ec
commit
6761f80395
1
Makefile
1
Makefile
@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
prefix = /usr
|
||||
|
||||
ifdef DESTDIR
|
||||
|
||||
1
config.h
1
config.h
@ -1,4 +1,5 @@
|
||||
/* Configurable features */
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
/* Always hide legal disclaimers */
|
||||
#undef ALWAYS_HIDE_DISCL
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
@ -90,4 +90,5 @@ This program suffers of a bad case of featuritis.
|
||||
and this man page were written by Marco d'Itri
|
||||
.RI < md@linux.it >
|
||||
and are licensed under the terms of the GNU General Public License,
|
||||
version 2 or higher.
|
||||
version 2 or later.
|
||||
\" SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
@ -14,6 +14,8 @@
|
||||
* You should have received a copy of the GNU General Public License along
|
||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*/
|
||||
|
||||
/* for crypt, snprintf and strcasecmp */
|
||||
|
||||
1
utils.h
1
utils.h
@ -1,3 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
#ifndef WHOIS_UTILS_H
|
||||
#define WHOIS_UTILS_H
|
||||
|
||||
|
||||
4
whois.1
4
whois.1
@ -304,5 +304,5 @@ original BSD client.
|
||||
and this man page were written by Marco d'Itri
|
||||
.RI < md@linux.it >
|
||||
and are licensed under the terms of the GNU General Public License,
|
||||
version 2 or higher.
|
||||
|
||||
version 2 or later.
|
||||
\" SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
2
whois.c
2
whois.c
@ -5,6 +5,8 @@
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*/
|
||||
|
||||
/* for AI_IDN */
|
||||
|
||||
@ -47,3 +47,4 @@ This manual page was written by Petr Písař
|
||||
.RI < ppisar@redhat.com >
|
||||
and is licensed under the terms of the GNU General Public License,
|
||||
version 2 or higher.
|
||||
\" SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user