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 601af6b