浏览代码

Adds MIT license

Manu Mtz-Almeida 10 年之前
父节点
当前提交
947fcf68d8
共有 2 个文件被更改,包括 8 次插入0 次删除
  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 (