license headers

This commit is contained in:
Henry 2021-03-12 14:11:10 +01:00
parent 71c013ee81
commit 6fe202cead
4 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT
package alias
import (

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT
package go_test
import (

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT
package sqlite
import (
@ -9,9 +11,10 @@ import (
"path/filepath"
"testing"
"github.com/stretchr/testify/require"
"github.com/ssb-ngi-pointer/go-ssb-room/internal/repo"
"github.com/ssb-ngi-pointer/go-ssb-room/roomdb"
"github.com/stretchr/testify/require"
refs "go.mindeco.de/ssb-refs"
)

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT
package roomsrv
import (