Add license info to Go files

This commit is contained in:
Kovid Goyal
2022-08-25 08:38:04 +05:30
parent ccb60687b6
commit 80c5ac891d
28 changed files with 54 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// License: GPLv3 Copyright: 2022, Kovid Goyal, <kovid at kovidgoyal.net>
package at
import (

View File

@@ -1,3 +1,5 @@
// License: GPLv3 Copyright: 2022, Kovid Goyal, <kovid at kovidgoyal.net>
package at
import (

View File

@@ -1,5 +1,7 @@
//go:build exclude
// License: GPLv3 Copyright: 2022, Kovid Goyal, <kovid at kovidgoyal.net>
// this file is autogenerated by __FILE__ do not edit
package at

View File

@@ -1,3 +1,5 @@
// License: GPLv3 Copyright: 2022, Kovid Goyal, <kovid at kovidgoyal.net>
package main
import (