From f045d7a611b5c609d44e894b3c1165ce24b67776 Mon Sep 17 00:00:00 2001 From: Steve Francia Date: Mon, 23 Nov 2015 22:16:36 -0500 Subject: Change the license to Apache 2.0 --- livereload/connection.go | 4 ++-- livereload/hub.go | 4 ++-- livereload/livereload.go | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'livereload') 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 . // -// 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 . // -// 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 . // -// 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, -- cgit v1.2.3