From 947fcf68d820b3fac7c4e69a6ddf0bda615099e7 Mon Sep 17 00:00:00 2001 From: Manu Mtz-Almeida Date: Fri, 22 May 2015 19:21:58 +0200 Subject: [PATCH] Adds MIT license --- sse-encoder.go | 4 ++++ sse_test.go | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/sse-encoder.go b/sse-encoder.go index 5a5bfa7..9ca9d7a 100644 --- a/sse-encoder.go +++ b/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 ( diff --git a/sse_test.go b/sse_test.go index 61354b9..55b6dcb 100644 --- a/sse_test.go +++ b/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 (