mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Add more missing SPDX license identifiers
This commit is contained in:
parent
2753190967
commit
9b349a9c40
2
data.h
2
data.h
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
/*
|
||||
* RIPE-like servers.
|
||||
* All of them do not understand -V2.0Md with the exception of RA and RIPN.
|
||||
|
||||
@ -17,6 +17,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
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
#ifndef SIMPLE_RECODE_H
|
||||
#define SIMPLE_RECODE_H
|
||||
|
||||
|
||||
2
utils.c
2
utils.c
@ -18,6 +18,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 strdup */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user