diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..1777578 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2016 Alex Palaistras + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/farsight.go b/farsight.go index fa1a598..a4acd82 100644 --- a/farsight.go +++ b/farsight.go @@ -1,3 +1,7 @@ +// Copyright 2016 Alexander Palaistras. All rights reserved. +// Use of this source code is governed by the MIT license that can be found in +// the LICENSE file. + package farsight import ( diff --git a/farsight_test.go b/farsight_test.go index ace55c4..7c59e79 100644 --- a/farsight_test.go +++ b/farsight_test.go @@ -1,3 +1,7 @@ +// Copyright 2016 Alexander Palaistras. All rights reserved. +// Use of this source code is governed by the MIT license that can be found in +// the LICENSE file. + package farsight import ( diff --git a/parser/html/html.go b/parser/html/html.go index 20959ab..cfe1b59 100644 --- a/parser/html/html.go +++ b/parser/html/html.go @@ -1,3 +1,7 @@ +// Copyright 2016 Alexander Palaistras. All rights reserved. +// Use of this source code is governed by the MIT license that can be found in +// the LICENSE file. + package html import ( diff --git a/parser/parser.go b/parser/parser.go index 6c6ae58..20f3d09 100644 --- a/parser/parser.go +++ b/parser/parser.go @@ -1,3 +1,7 @@ +// Copyright 2016 Alexander Palaistras. All rights reserved. +// Use of this source code is governed by the MIT license that can be found in +// the LICENSE file. + package parser import ( diff --git a/source/http/http.go b/source/http/http.go index 4dbc996..6757e72 100644 --- a/source/http/http.go +++ b/source/http/http.go @@ -1,3 +1,7 @@ +// Copyright 2016 Alexander Palaistras. All rights reserved. +// Use of this source code is governed by the MIT license that can be found in +// the LICENSE file. + package http import ( diff --git a/source/source.go b/source/source.go index 6bf67cd..e34af98 100644 --- a/source/source.go +++ b/source/source.go @@ -1,3 +1,7 @@ +// Copyright 2016 Alexander Palaistras. All rights reserved. +// Use of this source code is governed by the MIT license that can be found in +// the LICENSE file. + package source import (