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 utils
import (

View File

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

View File

@@ -1,3 +1,5 @@
// License: GPLv3 Copyright: 2022, Kovid Goyal, <kovid at kovidgoyal.net>
//go:build !darwin
package utils

View File

@@ -1,3 +1,4 @@
// License: GPLv3 Copyright: 2022, Kovid Goyal, <kovid at kovidgoyal.net>
//go:build darwin
package utils

View File

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

View File

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

View File

@@ -1,3 +1,5 @@
// License: GPLv3 Copyright: 2022, Kovid Goyal, <kovid at kovidgoyal.net>
package utils
type RemoteControlCmd struct {

View File

@@ -1,3 +1,5 @@
// License: GPLv3 Copyright: 2022, Kovid Goyal, <kovid at kovidgoyal.net>
package utils
// UTF-8 decode taken from: https://bjoern.hoehrmann.de/utf-8/decoder/dfa/