summaryrefslogtreecommitdiff
path: root/crocc.go
diff options
context:
space:
mode:
authorNicolas Paul <n@nc0.fr>2023-04-25 15:34:51 +0200
committerNicolas Paul <n@nc0.fr>2023-04-25 15:34:51 +0200
commitaee2eadbb85eb1a76faf5cad58b6c3bc92ae34e3 (patch)
tree9214efadf58c03156ae15ac19386dfd75525aaac /crocc.go
parente9742bed5165ed602e5aec9a21430c593a2b8ab5 (diff)
Add CI
Diffstat (limited to 'crocc.go')
-rw-r--r--crocc.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/crocc.go b/crocc.go
index f27ccf4..ecf7544 100644
--- a/crocc.go
+++ b/crocc.go
@@ -1,2 +1,6 @@
+// Copyright (c) 2023 Nicolas Paul All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
// Package crocc is a simple Markdown-based static site generator.
package crocc