diff options
Diffstat (limited to 'livereload/connection.go')
-rw-r--r-- | livereload/connection.go | 4 |
1 files changed, 2 insertions, 2 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 <[email protected]>. // -// 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, |