summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/file.go2
-rw-r--r--source/filesystem.go2
-rw-r--r--source/lazy_file_reader.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/source/file.go b/source/file.go
index 51f61311f..a132cefde 100644
--- a/source/file.go
+++ b/source/file.go
@@ -1,4 +1,4 @@
-// Copyright © 2014 Steve Francia <spf@spf13.com>.
+// 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/source/filesystem.go b/source/filesystem.go
index 8d6439dda..75cf09d56 100644
--- a/source/filesystem.go
+++ b/source/filesystem.go
@@ -1,4 +1,4 @@
-// Copyright © 2014 Steve Francia <spf@spf13.com>.
+// 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/source/lazy_file_reader.go b/source/lazy_file_reader.go
index 3e24e6b8e..b11644bef 100644
--- a/source/lazy_file_reader.go
+++ b/source/lazy_file_reader.go
@@ -1,4 +1,4 @@
-// Copyright © 2014 Steve Francia <spf@spf13.com>.
+// 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.