telize

High performance JSON IP and GeoIP REST API (IP Geolocation)
Log | Files | Refs | README | LICENSE

commit 7459e0ca8d91192617ee55da399534d5bbbfe8ed
parent cc16857dc987eef7f218e8536fa084ba8531fc13
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 20 Sep 2021 10:50:03 +0200

Add SPDX short license identifier in source file.

Diffstat:
Msrc/ip.c | 2++
Msrc/jsonip.c | 2++
Msrc/location.c | 2++
Msrc/location.h | 2++
Msrc/telize.h | 2++
Msrc/utils.c | 2++
6 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/ip.c b/src/ip.c @@ -8,6 +8,8 @@ * * Telize is released under the BSD 2-Clause license. * See LICENSE file for details. + * + * SPDX-License-Identifier: BSD-2-Clause */ #include "telize.h" diff --git a/src/jsonip.c b/src/jsonip.c @@ -8,6 +8,8 @@ * * Telize is released under the BSD 2-Clause license. * See LICENSE file for details. + * + * SPDX-License-Identifier: BSD-2-Clause */ #include "telize.h" diff --git a/src/location.c b/src/location.c @@ -8,6 +8,8 @@ * * Telize is released under the BSD 2-Clause license. * See LICENSE file for details. + * + * SPDX-License-Identifier: BSD-2-Clause */ #include <time.h> diff --git a/src/location.h b/src/location.h @@ -8,6 +8,8 @@ * * Telize is released under the BSD 2-Clause license. * See LICENSE file for details. + * + * SPDX-License-Identifier: BSD-2-Clause */ #ifndef LOCATION_H diff --git a/src/telize.h b/src/telize.h @@ -8,6 +8,8 @@ * * Telize is released under the BSD 2-Clause license. * See LICENSE file for details. + * + * SPDX-License-Identifier: BSD-2-Clause */ #ifndef TELIZE_H diff --git a/src/utils.c b/src/utils.c @@ -8,6 +8,8 @@ * * Telize is released under the BSD 2-Clause license. * See LICENSE file for details. + * + * SPDX-License-Identifier: BSD-2-Clause */ #include "telize.h"