summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bufferpool/bufpool.go2
-rw-r--r--commands/benchmark.go2
-rw-r--r--commands/check.go2
-rw-r--r--commands/convert.go2
-rw-r--r--commands/hugo.go2
-rw-r--r--commands/import_jekyll.go2
-rw-r--r--commands/import_jekyll_test.go2
-rw-r--r--commands/limit_darwin.go2
-rw-r--r--commands/limit_others.go2
-rw-r--r--commands/list.go2
-rw-r--r--commands/list_config.go2
-rw-r--r--commands/new.go2
-rw-r--r--commands/server.go2
-rw-r--r--commands/undraft.go2
-rw-r--r--commands/version.go2
-rw-r--r--create/content.go2
-rw-r--r--helpers/content.go2
-rw-r--r--helpers/general.go2
-rw-r--r--helpers/hugo.go2
-rw-r--r--helpers/path.go2
-rw-r--r--helpers/pygments.go2
-rw-r--r--helpers/url.go2
-rw-r--r--hugofs/fs.go2
-rw-r--r--hugolib/author.go2
-rw-r--r--hugolib/handler_base.go2
-rw-r--r--hugolib/handler_file.go2
-rw-r--r--hugolib/handler_meta.go2
-rw-r--r--hugolib/handler_page.go2
-rw-r--r--hugolib/media.go2
-rw-r--r--hugolib/menu.go2
-rw-r--r--hugolib/node.go2
-rw-r--r--hugolib/page.go2
-rw-r--r--hugolib/pageCache.go2
-rw-r--r--hugolib/pageGroup.go2
-rw-r--r--hugolib/pageSort.go2
-rw-r--r--hugolib/pagesPrevNext.go2
-rw-r--r--hugolib/pagesPrevNext_test.go2
-rw-r--r--hugolib/pagination.go2
-rw-r--r--hugolib/scratch.go2
-rw-r--r--hugolib/shortcode.go2
-rw-r--r--hugolib/shortcodeparser.go2
-rw-r--r--hugolib/site.go2
-rw-r--r--hugolib/taxonomy.go2
-rw-r--r--livereload/connection.go2
-rw-r--r--livereload/hub.go2
-rw-r--r--livereload/livereload.go2
-rw-r--r--main.go2
-rw-r--r--parser/frontmatter.go2
-rw-r--r--source/file.go2
-rw-r--r--source/filesystem.go2
-rw-r--r--source/lazy_file_reader.go2
-rw-r--r--tpl/template.go2
-rw-r--r--tpl/template_embedded.go2
-rw-r--r--tpl/template_funcs.go2
-rw-r--r--tpl/template_resources.go2
-rw-r--r--tpl/template_resources_test.go2
-rw-r--r--watcher/batcher.go2
57 files changed, 57 insertions, 57 deletions
diff --git a/bufferpool/bufpool.go b/bufferpool/bufpool.go
index 8b4ac6d0c..61f83ee69 100644
--- a/bufferpool/bufpool.go
+++ b/bufferpool/bufpool.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/commands/benchmark.go b/commands/benchmark.go
index 3002297d0..4803bdc04 100644
--- a/commands/benchmark.go
+++ b/commands/benchmark.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 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/commands/check.go b/commands/check.go
index e78145fdf..8d6350b93 100644
--- a/commands/check.go
+++ b/commands/check.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 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/commands/convert.go b/commands/convert.go
index 4e5e1fb8f..9882b0069 100644
--- a/commands/convert.go
+++ b/commands/convert.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 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/commands/hugo.go b/commands/hugo.go
index 3d26d8265..d170ac776 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-2015 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/commands/import_jekyll.go b/commands/import_jekyll.go
index bd72f21b0..b781d0f59 100644
--- a/commands/import_jekyll.go
+++ b/commands/import_jekyll.go
@@ -1,4 +1,4 @@
-// Copyright © 2015 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/commands/import_jekyll_test.go b/commands/import_jekyll_test.go
index f6d8bbb45..aae645df2 100644
--- a/commands/import_jekyll_test.go
+++ b/commands/import_jekyll_test.go
@@ -1,4 +1,4 @@
-// Copyright © 2015 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/commands/limit_darwin.go b/commands/limit_darwin.go
index 43371b898..e98f10b37 100644
--- a/commands/limit_darwin.go
+++ b/commands/limit_darwin.go
@@ -1,5 +1,5 @@
// +build darwin
-// Copyright © 2013 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/commands/limit_others.go b/commands/limit_others.go
index 490988cb6..9772a246f 100644
--- a/commands/limit_others.go
+++ b/commands/limit_others.go
@@ -1,5 +1,5 @@
// +build !darwin
-// Copyright © 2013 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/commands/list.go b/commands/list.go
index 360440c1d..207eb9f11 100644
--- a/commands/list.go
+++ b/commands/list.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/commands/list_config.go b/commands/list_config.go
index d4102c1c2..1b90f11ce 100644
--- a/commands/list_config.go
+++ b/commands/list_config.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-2015 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/commands/new.go b/commands/new.go
index 56584260d..39454e6c8 100644
--- a/commands/new.go
+++ b/commands/new.go
@@ -1,4 +1,4 @@
-// Copyright © 2014-2015 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/commands/server.go b/commands/server.go
index 1ca39278b..064c846b6 100644
--- a/commands/server.go
+++ b/commands/server.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-2015 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/commands/undraft.go b/commands/undraft.go
index 891e1e195..26ebdb2c1 100644
--- a/commands/undraft.go
+++ b/commands/undraft.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 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/commands/version.go b/commands/version.go
index 152ea1b7a..8b204328e 100644
--- a/commands/version.go
+++ b/commands/version.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 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/create/content.go b/create/content.go
index 4bbff213c..98be0e871 100644
--- a/create/content.go
+++ b/create/content.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/helpers/content.go b/helpers/content.go
index 51b748117..a5ad647ba 100644
--- a/helpers/content.go
+++ b/helpers/content.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/helpers/general.go b/helpers/general.go
index d7684b6a3..333cbfa3c 100644
--- a/helpers/general.go
+++ b/helpers/general.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/helpers/hugo.go b/helpers/hugo.go
index 1987655b1..143ed636c 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -1,4 +1,4 @@
-// Copyright © 2015 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/helpers/path.go b/helpers/path.go
index b1e91e70b..079b84e99 100644
--- a/helpers/path.go
+++ b/helpers/path.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/helpers/pygments.go b/helpers/pygments.go
index 68b4acee4..3adde75f7 100644
--- a/helpers/pygments.go
+++ b/helpers/pygments.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/helpers/url.go b/helpers/url.go
index 586c0015b..007d699b3 100644
--- a/helpers/url.go
+++ b/helpers/url.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-2015 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/hugofs/fs.go b/hugofs/fs.go
index 5ce0a2658..7807bf935 100644
--- a/hugofs/fs.go
+++ b/hugofs/fs.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/hugolib/author.go b/hugolib/author.go
index c581bc3ec..0f4327097 100644
--- a/hugolib/author.go
+++ b/hugolib/author.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 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/hugolib/handler_base.go b/hugolib/handler_base.go
index a4fe1af78..2029b7ac8 100644
--- a/hugolib/handler_base.go
+++ b/hugolib/handler_base.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/hugolib/handler_file.go b/hugolib/handler_file.go
index 33190099e..c1b535d31 100644
--- a/hugolib/handler_file.go
+++ b/hugolib/handler_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/hugolib/handler_meta.go b/hugolib/handler_meta.go
index ac8671147..0825ef1e6 100644
--- a/hugolib/handler_meta.go
+++ b/hugolib/handler_meta.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/hugolib/handler_page.go b/hugolib/handler_page.go
index 49edee538..9e4c9ed05 100644
--- a/hugolib/handler_page.go
+++ b/hugolib/handler_page.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/hugolib/media.go b/hugolib/media.go
index 10ec9ecf1..aae9a7870 100644
--- a/hugolib/media.go
+++ b/hugolib/media.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 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/hugolib/menu.go b/hugolib/menu.go
index f964e72f7..4e3970fda 100644
--- a/hugolib/menu.go
+++ b/hugolib/menu.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/hugolib/node.go b/hugolib/node.go
index 020937b3e..86ba841c6 100644
--- a/hugolib/node.go
+++ b/hugolib/node.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/hugolib/page.go b/hugolib/page.go
index a77cb01b5..05ba2e120 100644
--- a/hugolib/page.go
+++ b/hugolib/page.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 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/hugolib/pageCache.go b/hugolib/pageCache.go
index e8810de2e..0bd0ea398 100644
--- a/hugolib/pageCache.go
+++ b/hugolib/pageCache.go
@@ -1,4 +1,4 @@
-// Copyright © 2015 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/hugolib/pageGroup.go b/hugolib/pageGroup.go
index e01d0cdca..8055d0bb5 100644
--- a/hugolib/pageGroup.go
+++ b/hugolib/pageGroup.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/hugolib/pageSort.go b/hugolib/pageSort.go
index 6f5cb7b6b..2449c837f 100644
--- a/hugolib/pageSort.go
+++ b/hugolib/pageSort.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/hugolib/pagesPrevNext.go b/hugolib/pagesPrevNext.go
index b8124eb04..d30a92857 100644
--- a/hugolib/pagesPrevNext.go
+++ b/hugolib/pagesPrevNext.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/hugolib/pagesPrevNext_test.go b/hugolib/pagesPrevNext_test.go
index 2a638fb34..e711cf758 100644
--- a/hugolib/pagesPrevNext_test.go
+++ b/hugolib/pagesPrevNext_test.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/hugolib/pagination.go b/hugolib/pagination.go
index c02289dbc..dc9a7b23f 100644
--- a/hugolib/pagination.go
+++ b/hugolib/pagination.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/hugolib/scratch.go b/hugolib/scratch.go
index 601af6b78..6c0ce9a85 100644
--- a/hugolib/scratch.go
+++ b/hugolib/scratch.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/hugolib/shortcode.go b/hugolib/shortcode.go
index 0e3565b67..3ceef54ef 100644
--- a/hugolib/shortcode.go
+++ b/hugolib/shortcode.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/hugolib/shortcodeparser.go b/hugolib/shortcodeparser.go
index fb3c3b0c2..a15b057a9 100644
--- a/hugolib/shortcodeparser.go
+++ b/hugolib/shortcodeparser.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/hugolib/site.go b/hugolib/site.go
index e9bc1ca73..4e46879c9 100644
--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/hugolib/taxonomy.go b/hugolib/taxonomy.go
index 5ca39e710..d7ed3f96d 100644
--- a/hugolib/taxonomy.go
+++ b/hugolib/taxonomy.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 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/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 <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/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 <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/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 <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/main.go b/main.go
index f8debd230..f3b14d976 100644
--- a/main.go
+++ b/main.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/parser/frontmatter.go b/parser/frontmatter.go
index 7afd9bbfb..af58d5654 100644
--- a/parser/frontmatter.go
+++ b/parser/frontmatter.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 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/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.
diff --git a/tpl/template.go b/tpl/template.go
index 631c6fb22..e8b4b8d98 100644
--- a/tpl/template.go
+++ b/tpl/template.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/tpl/template_embedded.go b/tpl/template_embedded.go
index f13554ab0..b54f92e7e 100644
--- a/tpl/template_embedded.go
+++ b/tpl/template_embedded.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 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/tpl/template_funcs.go b/tpl/template_funcs.go
index dee12124c..12d412a8f 100644
--- a/tpl/template_funcs.go
+++ b/tpl/template_funcs.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/tpl/template_resources.go b/tpl/template_resources.go
index 2e0e1d171..8f590fbc8 100644
--- a/tpl/template_resources.go
+++ b/tpl/template_resources.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/tpl/template_resources_test.go b/tpl/template_resources_test.go
index d01fc28f8..259f115e3 100644
--- a/tpl/template_resources_test.go
+++ b/tpl/template_resources_test.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-14 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/watcher/batcher.go b/watcher/batcher.go
index c65d1c429..470863300 100644
--- a/watcher/batcher.go
+++ b/watcher/batcher.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-2015 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.