Bläddra i källkod

Adds MIT license

Manu Mtz-Almeida 11 år sedan
förälder
incheckning
947fcf68d8
2 ändrade filer med 8 tillägg och 0 borttagningar
  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 (