Explorar o código

Adds MIT license

Manu Mtz-Almeida %!s(int64=10) %!d(string=hai) anos
pai
achega
947fcf68d8
Modificáronse 2 ficheiros con 8 adicións e 0 borrados
  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 (