Browse Source

Adds MIT license

Manu Mtz-Almeida 10 years ago
parent
commit
947fcf68d8
2 changed files with 8 additions and 0 deletions
  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
 package sse
 
 
 import (
 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
 package sse
 
 
 import (
 import (