aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'LICENSE.go')
-rw-r--r--LICENSE.go17+0 −17
1 files changed, 0 insertions, 17 deletions
diff --git a/LICENSE.go b/LICENSE.go
deleted file mode 100644
--- a/LICENSE.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// SPDX-FileCopyrightText: 2026 Nikolay Govorov
-// SPDX-License-Identifier: AGPL-3.0-or-later
-
-//go:build !licensegen
-
-// This package is a small hack for embedding LICENSE into a project.
-// Go sensibly prohibits embedding files from parent folders,
-// so this file is only needed to bypass the restriction.
-package mirum
-
-import _ "embed"
-
-//go:embed LICENSE
-var License string
-
-//go:embed build/licenses.json
-var Licenses []byte