treewide: add license header and enable haslicense linter

Change-Id: I873a8d4082d75e8f813d8a726a41187eea7a065e
Reviewed-on: https://review.monogon.dev/c/monogon/+/3825
Tested-by: Jenkins CI
Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/version/stampgo/main.go b/version/stampgo/main.go
index 164e08a..8cb590e 100644
--- a/version/stampgo/main.go
+++ b/version/stampgo/main.go
@@ -1,3 +1,6 @@
+// Copyright The Monogon Project Authors.
+// SPDX-License-Identifier: Apache-2.0
+
 // Package main implements 'stampgo', a tool to convert build status data into a
 // version.spec.Version proto, which is then embedded into a Go source file.
 package main