Fix copyright text in Go source files

Apparently the space after is important or Go will consider the
copyright comments as package documentation.

See: #6
This commit is contained in:
Clayton Craft
2021-09-03 21:33:31 -07:00
parent 13a3ba36bd
commit 4538e7d46b
5 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
// Copyright 2021 Clayton Craft <clayton@craftyguy.net>
// SPDX-License-Identifier: GPL-3.0-or-later
package deviceinfo
import (