commit: da83e65d57778428d3174272e67189a4f2fcbfc2
parent: 2d21569610c98e67468f14bb3d5d904ca01ed50c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 11 Dec 2019 03:30:32 +0100
License under BSD-3-Clause
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/go-deblob.1 b/go-deblob.1
@@ -1,6 +1,6 @@
.\" This file is part of https://hacktivis.me/git/go-deblob
.\" Copyright © 2019 Haelwenn (lanodan) Monnier <contact+go-deblob-notice@hacktivis.me>
-.\" SPDX-License-Identifier: CC-BY-4.0
+.\" SPDX-License-Identifier: BSD-3-Clause
.Dd 2019-12-11
.Dt go-deblob 1
.Os
diff --git a/go-deblob.go b/go-deblob.go
@@ -1,3 +1,6 @@
+// This file is part of https://hacktivis.me/git/go-deblob
+// Copyright © 2019 Haelwenn (lanodan) Monnier <contact+go-deblob-notice@hacktivis.me>
+// SPDX-License-Identifier: BSD-3-Clause
package main
import (