diff --git a/bufferpool/bufpool.go b/bufferpool/bufpool.go index 8b4ac6d0..61f83ee6 100644 --- a/bufferpool/bufpool.go +++ b/bufferpool/bufpool.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 3002297d..4803bdc0 100644 --- a/commands/benchmark.go +++ b/commands/benchmark.go @@ -1,4 +1,4 @@ -// Copyright © 2013 Steve Francia . +// 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 e78145fd..8d6350b9 100644 --- a/commands/check.go +++ b/commands/check.go @@ -1,4 +1,4 @@ -// Copyright © 2013 Steve Francia . +// 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 4e5e1fb8..9882b006 100644 --- a/commands/convert.go +++ b/commands/convert.go @@ -1,4 +1,4 @@ -// Copyright © 2013 Steve Francia . +// 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 3d26d826..d170ac77 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -1,4 +1,4 @@ -// Copyright © 2013-2015 Steve Francia . +// 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 bd72f21b..b781d0f5 100644 --- a/commands/import_jekyll.go +++ b/commands/import_jekyll.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Steve Francia . +// 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 f6d8bbb4..aae645df 100644 --- a/commands/import_jekyll_test.go +++ b/commands/import_jekyll_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Steve Francia . +// 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 43371b89..e98f10b3 100644 --- a/commands/limit_darwin.go +++ b/commands/limit_darwin.go @@ -1,5 +1,5 @@ // +build darwin -// Copyright © 2013 Steve Francia . +// 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 490988cb..9772a246 100644 --- a/commands/limit_others.go +++ b/commands/limit_others.go @@ -1,5 +1,5 @@ // +build !darwin -// Copyright © 2013 Steve Francia . +// 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 360440c1..207eb9f1 100644 --- a/commands/list.go +++ b/commands/list.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 d4102c1c..1b90f11c 100644 --- a/commands/list_config.go +++ b/commands/list_config.go @@ -1,4 +1,4 @@ -// Copyright © 2013-2015 Steve Francia . +// 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 56584260..39454e6c 100644 --- a/commands/new.go +++ b/commands/new.go @@ -1,4 +1,4 @@ -// Copyright © 2014-2015 Steve Francia . +// 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 1ca39278..064c846b 100644 --- a/commands/server.go +++ b/commands/server.go @@ -1,4 +1,4 @@ -// Copyright © 2013-2015 Steve Francia . +// 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 891e1e19..26ebdb2c 100644 --- a/commands/undraft.go +++ b/commands/undraft.go @@ -1,4 +1,4 @@ -// Copyright © 2013 Steve Francia . +// 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 152ea1b7..8b204328 100644 --- a/commands/version.go +++ b/commands/version.go @@ -1,4 +1,4 @@ -// Copyright © 2013 Steve Francia . +// 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 4bbff213..98be0e87 100644 --- a/create/content.go +++ b/create/content.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 51b74811..a5ad647b 100644 --- a/helpers/content.go +++ b/helpers/content.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 d7684b6a..333cbfa3 100644 --- a/helpers/general.go +++ b/helpers/general.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 1987655b..143ed636 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Steve Francia . +// 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 b1e91e70..079b84e9 100644 --- a/helpers/path.go +++ b/helpers/path.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 68b4acee..3adde75f 100644 --- a/helpers/pygments.go +++ b/helpers/pygments.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 586c0015..007d699b 100644 --- a/helpers/url.go +++ b/helpers/url.go @@ -1,4 +1,4 @@ -// Copyright © 2013-2015 Steve Francia . +// 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 5ce0a265..7807bf93 100644 --- a/hugofs/fs.go +++ b/hugofs/fs.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 c581bc3e..0f432709 100644 --- a/hugolib/author.go +++ b/hugolib/author.go @@ -1,4 +1,4 @@ -// Copyright © 2013 Steve Francia . +// 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 a4fe1af7..2029b7ac 100644 --- a/hugolib/handler_base.go +++ b/hugolib/handler_base.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 33190099..c1b535d3 100644 --- a/hugolib/handler_file.go +++ b/hugolib/handler_file.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 ac867114..0825ef1e 100644 --- a/hugolib/handler_meta.go +++ b/hugolib/handler_meta.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 49edee53..9e4c9ed0 100644 --- a/hugolib/handler_page.go +++ b/hugolib/handler_page.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 10ec9ecf..aae9a787 100644 --- a/hugolib/media.go +++ b/hugolib/media.go @@ -1,4 +1,4 @@ -// Copyright © 2013 Steve Francia . +// 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 f964e72f..4e3970fd 100644 --- a/hugolib/menu.go +++ b/hugolib/menu.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 020937b3..86ba841c 100644 --- a/hugolib/node.go +++ b/hugolib/node.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 a77cb01b..05ba2e12 100644 --- a/hugolib/page.go +++ b/hugolib/page.go @@ -1,4 +1,4 @@ -// Copyright © 2013 Steve Francia . +// 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 e8810de2..0bd0ea39 100644 --- a/hugolib/pageCache.go +++ b/hugolib/pageCache.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Steve Francia . +// 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 e01d0cdc..8055d0bb 100644 --- a/hugolib/pageGroup.go +++ b/hugolib/pageGroup.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 6f5cb7b6..2449c837 100644 --- a/hugolib/pageSort.go +++ b/hugolib/pageSort.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 b8124eb0..d30a9285 100644 --- a/hugolib/pagesPrevNext.go +++ b/hugolib/pagesPrevNext.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 2a638fb3..e711cf75 100644 --- a/hugolib/pagesPrevNext_test.go +++ b/hugolib/pagesPrevNext_test.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 c02289db..dc9a7b23 100644 --- a/hugolib/pagination.go +++ b/hugolib/pagination.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 601af6b7..6c0ce9a8 100644 --- a/hugolib/scratch.go +++ b/hugolib/scratch.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 0e3565b6..3ceef54e 100644 --- a/hugolib/shortcode.go +++ b/hugolib/shortcode.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 fb3c3b0c..a15b057a 100644 --- a/hugolib/shortcodeparser.go +++ b/hugolib/shortcodeparser.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 e9bc1ca7..4e46879c 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 5ca39e71..d7ed3f96 100644 --- a/hugolib/taxonomy.go +++ b/hugolib/taxonomy.go @@ -1,4 +1,4 @@ -// Copyright © 2013 Steve Francia . +// 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 e2824eef..533cfe88 100644 --- a/livereload/connection.go +++ b/livereload/connection.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 f41bf7b8..359bac3f 100644 --- a/livereload/hub.go +++ b/livereload/hub.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 d976a900..9d73b479 100644 --- a/livereload/livereload.go +++ b/livereload/livereload.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 f8debd23..f3b14d97 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 7afd9bbf..af58d565 100644 --- a/parser/frontmatter.go +++ b/parser/frontmatter.go @@ -1,4 +1,4 @@ -// Copyright © 2013 Steve Francia . +// 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 51f61311..a132cefd 100644 --- a/source/file.go +++ b/source/file.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 8d6439dd..75cf09d5 100644 --- a/source/filesystem.go +++ b/source/filesystem.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 3e24e6b8..b11644be 100644 --- a/source/lazy_file_reader.go +++ b/source/lazy_file_reader.go @@ -1,4 +1,4 @@ -// Copyright © 2014 Steve Francia . +// 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 631c6fb2..e8b4b8d9 100644 --- a/tpl/template.go +++ b/tpl/template.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 f13554ab..b54f92e7 100644 --- a/tpl/template_embedded.go +++ b/tpl/template_embedded.go @@ -1,4 +1,4 @@ -// Copyright © 2013 Steve Francia . +// 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 dee12124..12d412a8 100644 --- a/tpl/template_funcs.go +++ b/tpl/template_funcs.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 2e0e1d17..8f590fbc 100644 --- a/tpl/template_resources.go +++ b/tpl/template_resources.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 d01fc28f..259f115e 100644 --- a/tpl/template_resources_test.go +++ b/tpl/template_resources_test.go @@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia . +// 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 c65d1c42..47086330 100644 --- a/watcher/batcher.go +++ b/watcher/batcher.go @@ -1,4 +1,4 @@ -// Copyright © 2013-2015 Steve Francia . +// 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.