summaryrefslogtreecommitdiffstats
path: root/livereload
diff options
context:
space:
mode:
authorSteve Francia <steve.francia@gmail.com>2015-11-23 22:16:36 -0500
committerSteve Francia <steve.francia@gmail.com>2015-11-23 22:16:36 -0500
commitf045d7a611b5c609d44e894b3c1165ce24b67776 (patch)
treed5d969e5c0c8fa9e7b2426c4ad8888228d6039a9 /livereload
parentb00771ca14ef0b07a1eb6cf71e2511e12b02d0b0 (diff)
Change the license to Apache 2.0
Diffstat (limited to 'livereload')
-rw-r--r--livereload/connection.go4
-rw-r--r--livereload/hub.go4
-rw-r--r--livereload/livereload.go4
3 files changed, 6 insertions, 6 deletions
diff --git a/livereload/connection.go b/livereload/connection.go
index c35a403ee..e2824eef4 100644
--- a/livereload/connection.go
+++ b/livereload/connection.go
@@ -1,9 +1,9 @@
// Copyright © 2014 Steve Francia <spf@spf13.com>.
//
-// Licensed under the Simple Public License, Version 2.0 (the "License");
+// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
-// http://opensource.org/licenses/Simple-2.0
+// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/livereload/hub.go b/livereload/hub.go
index 46afbcbc3..f41bf7b83 100644
--- a/livereload/hub.go
+++ b/livereload/hub.go
@@ -1,9 +1,9 @@
// Copyright © 2014 Steve Francia <spf@spf13.com>.
//
-// Licensed under the Simple Public License, Version 2.0 (the "License");
+// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
-// http://opensource.org/licenses/Simple-2.0
+// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/livereload/livereload.go b/livereload/livereload.go
index 47a92521d..d976a9002 100644
--- a/livereload/livereload.go
+++ b/livereload/livereload.go
@@ -1,9 +1,9 @@
// Copyright © 2014 Steve Francia <spf@spf13.com>.
//
-// Licensed under the Simple Public License, Version 2.0 (the "License");
+// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
-// http://opensource.org/licenses/Simple-2.0
+// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,