diff options
Diffstat (limited to 'livereload')
-rw-r--r-- | livereload/connection.go | 2 | ||||
-rw-r--r-- | livereload/hub.go | 2 | ||||
-rw-r--r-- | livereload/livereload.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/livereload/connection.go b/livereload/connection.go index e2824eef4..533cfe889 100644 --- a/livereload/connection.go +++ b/livereload/connection.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia <[email protected]>. +// Copyright 2015 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/livereload/hub.go b/livereload/hub.go index f41bf7b83..359bac3f1 100644 --- a/livereload/hub.go +++ b/livereload/hub.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia <[email protected]>. +// Copyright 2015 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/livereload/livereload.go b/livereload/livereload.go index d976a9002..9d73b4792 100644 --- a/livereload/livereload.go +++ b/livereload/livereload.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia <[email protected]>. +// Copyright 2015 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. |