Selaa lähdekoodia

Adds MIT license

Manu Mtz-Almeida 10 vuotta sitten
vanhempi
commit
947fcf68d8
2 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 4 0
      sse-encoder.go
  2. 4 0
      sse_test.go

+ 4 - 0
sse-encoder.go

@@ -1,3 +1,7 @@
+// Copyright 2014 Manu Martinez-Almeida.  All rights reserved.
+// Use of this source code is governed by a MIT style
+// license that can be found in the LICENSE file.
+
 package sse
 
 import (

+ 4 - 0
sse_test.go

@@ -1,3 +1,7 @@
+// Copyright 2014 Manu Martinez-Almeida.  All rights reserved.
+// Use of this source code is governed by a MIT style
+// license that can be found in the LICENSE file.
+
 package sse
 
 import (