Skip to content

Commit 867c7de

Browse files
committed
gibloc: Use the same license as the original libloc
1 parent 309882c commit 867c7de

File tree

7 files changed

+508
-563
lines changed

7 files changed

+508
-563
lines changed

LICENSE.txt

+502-557
Large diffs are not rendered by default.

gibloc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2023 Yawning Angel
22
//
3-
// SPDX-License-Identifier: SSPL-1.0
3+
// SPDX-License-Identifier: LGPL-2.1-only
44

55
// Package gibloc provides IP location information from a libloc format
66
// database.

gibloc_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2023 Yawning Angel
22
//
3-
// SPDX-License-Identifier: SSPL-1.0
3+
// SPDX-License-Identifier: LGPL-2.1-only
44

55
package gibloc
66

internal/db/db.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2023 Yawning Angel
22
//
3-
// SPDX-License-Identifier: SSPL-1.0
3+
// SPDX-License-Identifier: LGPL-2.1-only
44

55
// Package db implements the libloc on-disk file format.
66
package db

internal/db/db_v1.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2023 Yawning Angel
22
//
3-
// SPDX-License-Identifier: SSPL-1.0
3+
// SPDX-License-Identifier: LGPL-2.1-only
44

55
package db
66

signature.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2023 Yawning Angel
22
//
3-
// SPDX-License-Identifier: SSPL-1.0
3+
// SPDX-License-Identifier: LGPL-2.1-only
44

55
package gibloc
66

updater.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2023 Yawning Angel
22
//
3-
// SPDX-License-Identifier: SSPL-1.0
3+
// SPDX-License-Identifier: LGPL-2.1-only
44

55
package gibloc
66

0 commit comments

Comments
 (0)