all: add missing licence headers

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-07 15:59:36 +02:00
parent b3517a365e
commit eaa4efe5af
9 changed files with 18 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Unlicense OR MIT
package main
import (
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Unlicense OR MIT
package app
import (
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Unlicense OR MIT
package gl
import "syscall/js"
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Unlicense OR MIT
package gpu
import (
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Unlicense OR MIT
package gpu
import (
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Unlicense OR MIT
package app
import (
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Unlicense OR MIT
package opconst
type OpType byte
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Unlicense OR MIT
package ops
import (
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Unlicense OR MIT
package ui
import (