Fix copyright headers in source files
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 7 Dec 2015 18:57:01 +0000 (19:57 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 7 Dec 2015 18:57:01 +0000 (19:57 +0100)
Still need to add some missing headers and an AUTHORS file.

See #1646

57 files changed:
bufferpool/bufpool.go
commands/benchmark.go
commands/check.go
commands/convert.go
commands/hugo.go
commands/import_jekyll.go
commands/import_jekyll_test.go
commands/limit_darwin.go
commands/limit_others.go
commands/list.go
commands/list_config.go
commands/new.go
commands/server.go
commands/undraft.go
commands/version.go
create/content.go
helpers/content.go
helpers/general.go
helpers/hugo.go
helpers/path.go
helpers/pygments.go
helpers/url.go
hugofs/fs.go
hugolib/author.go
hugolib/handler_base.go
hugolib/handler_file.go
hugolib/handler_meta.go
hugolib/handler_page.go
hugolib/media.go
hugolib/menu.go
hugolib/node.go
hugolib/page.go
hugolib/pageCache.go
hugolib/pageGroup.go
hugolib/pageSort.go
hugolib/pagesPrevNext.go
hugolib/pagesPrevNext_test.go
hugolib/pagination.go
hugolib/scratch.go
hugolib/shortcode.go
hugolib/shortcodeparser.go
hugolib/site.go
hugolib/taxonomy.go
livereload/connection.go
livereload/hub.go
livereload/livereload.go
main.go
parser/frontmatter.go
source/file.go
source/filesystem.go
source/lazy_file_reader.go
tpl/template.go
tpl/template_embedded.go
tpl/template_funcs.go
tpl/template_resources.go
tpl/template_resources_test.go
watcher/batcher.go

index 8b4ac6d0c18cd86741c786e4ce79f481138f8413..61f83ee69a13a7131310d96a33fb2552c5c946bd 100644 (file)
@@ -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.
index 3002297d02c92d9080957d3d9564129013981c9c..4803bdc0414736746e936d2958a2a9ad9ba062b2 100644 (file)
@@ -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.
index e78145fdfcd5d5e82528c347dc5dfef41cac3528..8d6350b932d2fd285b5c10b2cf96d29eb2086a4b 100644 (file)
@@ -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.
index 4e5e1fb8f3f9149287f8af2153b36baf48ac16e5..9882b0069db3e1848ff314f3a630f9db1f580bd6 100644 (file)
@@ -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.
index 3d26d8265aedcd0bccc282fc512e8c64a63c865e..d170ac776e8672eb14edcf9adf354bcbf7dc718d 100644 (file)
@@ -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.
index bd72f21b003198fdeceeb6dee9fe8079716bf631..b781d0f596bc96e0df085032ec7c71c2b5875bd0 100644 (file)
@@ -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.
index f6d8bbb4526c8898e43faf6ca0e37d8ceaeac784..aae645df2e402d1899f400d369295723f6dd110e 100644 (file)
@@ -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.
index 43371b898fef533a37d2724aea43264d3f97d9e6..e98f10b37e93634e4b6c4456e169a573c0803439 100644 (file)
@@ -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.
index 490988cb6a16a01ff3edbbc091e2150c40283bef..9772a246f96ffaff2e657543bc6060f73fe1a263 100644 (file)
@@ -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.
index 360440c1d6f99c0e89de315348acf21890d3c1c5..207eb9f11da11f21470146d989837bbebab94fc5 100644 (file)
@@ -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.
index d4102c1c2ab56eb3d3220c81df4bba74ba27df80..1b90f11cee0333eeaf64c026ed22a5845e36396b 100644 (file)
@@ -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.
index 56584260dc19fe2bab25f5e7c606c709a3e40909..39454e6c89676c15af2126fc46224baf4d2f9651 100644 (file)
@@ -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.
index 1ca39278b67bb3f937ca753cce28aed64db6d447..064c846b6ed7e5c6525e72ad5d1e87945af44392 100644 (file)
@@ -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.
index 891e1e1959a0f198b482c0640c0f62b0befd20d2..26ebdb2c16c83bfe3fd29dc4dad1c0c587a614da 100644 (file)
@@ -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.
index 152ea1b7aba69efb19e4c2f2ed4a84a41b213584..8b204328ec49eebba2190d818ddac46273a38582 100644 (file)
@@ -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.
index 4bbff213cd4e3139481eb2e6ea4c83582a6be3e4..98be0e8716aa993d9c4c0a7d659a06a7ddf32631 100644 (file)
@@ -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.
index 51b7481173a27bb0785f56a7dbb53e0618ed362a..a5ad647baa47798ebd113f6ec78f9d723a281bdb 100644 (file)
@@ -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.
index d7684b6a3d538eff09d525c1ecdb40512f68718a..333cbfa3c4646b4062acf2dbd21225b0a7b0714c 100644 (file)
@@ -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.
index 1987655b1cb5f41a84a780a57bf96c156af47235..143ed636ce47df98887df6ba79c365adf2e649ff 100644 (file)
@@ -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.
index b1e91e70b9f91e720f391d6c6a8795962900cdcf..079b84e9959f48519e93825fa31f7d13b24cf388 100644 (file)
@@ -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.
index 68b4acee4a82dadd8c6f029ff5dd4c766c48a5a4..3adde75f72824c0b1d26592666ee87e8e2e8e1e6 100644 (file)
@@ -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.
index 586c0015b1e42b29b1ade8f61207a2e0cbfafab9..007d699b30293e143d0c0726c78e9834f4a0f6da 100644 (file)
@@ -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.
index 5ce0a2658fadb25b8ac688deb9e2adf28dc41925..7807bf935cd4c03a5ade971bcc8b2dca733f3757 100644 (file)
@@ -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.
index c581bc3ec5cc079ec858773d61547a306d7e0d8e..0f4327097e99ee1c1eb95fa9753cdbf9abec95b7 100644 (file)
@@ -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.
index a4fe1af787c860faba5113342ad5572dcae72424..2029b7ac82c05fced7660d31b09c2a0f721c7a1e 100644 (file)
@@ -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.
index 33190099e0720f533ebf9ffec770750e17e60c75..c1b535d318d394d007ebd54c0fdb9b38b9ba706b 100644 (file)
@@ -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.
index ac867114785f7fd408dec5cc5d79c8b0ae151450..0825ef1e68fafd3d94a8eb2a56057370543aa8b6 100644 (file)
@@ -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.
index 49edee538d7cfe3d36f8e16b27104e051de1f0c1..9e4c9ed058581eec71ab10819e2ee0364a4d356b 100644 (file)
@@ -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.
index 10ec9ecf1e2364c6be6d427a7356ab2c63c8c81c..aae9a78703073a0f35cfdf7b8a79f85f6fbbdfa0 100644 (file)
@@ -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.
index f964e72f79fb33d29a4616c80d73245da7a1564d..4e3970fda94702c9f7980a8ed3d97e4519764959 100644 (file)
@@ -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.
index 020937b3ec81ae621c50ac020b980e91675629ea..86ba841c61a2cd37bca42f720fa1d7bf147f6948 100644 (file)
@@ -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.
index a77cb01b5ac552bddc04129b77b2f1345225483e..05ba2e12031862c77600de871f31647d28e7a213 100644 (file)
@@ -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.
index e8810de2eeeabc01d9efb03106d90cfaeffe84d3..0bd0ea398b8a63b8c8d9d0105f059a6cfa94acc8 100644 (file)
@@ -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.
index e01d0cdcaf10dffec9c947b0689b7b3d671ce616..8055d0bb5b71e8d0ff5e74a8dd364245b2afce51 100644 (file)
@@ -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.
index 6f5cb7b6bc54082546b30f016d35dcc3c10545fb..2449c837fcfba8f34076b8fb4240893c9119a7ae 100644 (file)
@@ -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.
index b8124eb046f465736c56faa10dd5fdc62c7f7b1e..d30a928573fef3e2e904a776d4c95ea04ec337c6 100644 (file)
@@ -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.
index 2a638fb341fd8586792abbd538e690d37982bcba..e711cf758e5b103854054750d1ead17a2c85d9ab 100644 (file)
@@ -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.
index c02289dbc4481d12514e3298eb4108c87eaa568f..dc9a7b23f0be705780f683d4aea64b08c13551cc 100644 (file)
@@ -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.
index 601af6b7866e25c36ab43aa62a65e63a6995eee7..6c0ce9a859645afeca0e925f27680e7f7aafd638 100644 (file)
@@ -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.
index 0e3565b6771fae439ad8d8c78a022d017f4f7c3f..3ceef54efb89b67e0db1a7cfbe2b175bc62a411c 100644 (file)
@@ -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.
index fb3c3b0c20585b0510db6d4ff2156c154dd79f23..a15b057a9f6d97c77a77f3dc7edc9802704329f3 100644 (file)
@@ -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.
index e9bc1ca733f5b9364d4dd247dc42380f75d9fcbc..4e46879c91e52443c57c6c930eaff950359247df 100644 (file)
@@ -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.
index 5ca39e710a1c79ca00240557152420b4818f5641..d7ed3f96da7f33a7db02ecc1eb19d2b2d12c9336 100644 (file)
@@ -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.
index e2824eef48c4786bbc35445ea03296602b942ac9..533cfe889fdb239eaf87ada1521bb70fd13fa950 100644 (file)
@@ -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.
index f41bf7b832e2bf95b46f9acd115a3b2976d2d7b0..359bac3f1612437d3fdbcc553723ad1137fcb6b3 100644 (file)
@@ -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.
index d976a90024b650e3a29ed254cdcd4563f5900d29..9d73b4792782215e95bace7d280deac2832bde3b 100644 (file)
@@ -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 f8debd2306d4386c016e852e57c8331b1266e155..f3b14d976a344c656e4dd5b23e0ff67e6d77f133 100644 (file)
--- 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.
index 7afd9bbfb2353b41ada224a6b74b1f86295f65f3..af58d565415675268317ed30fbc5950566c33e9d 100644 (file)
@@ -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.
index 51f61311ff6a83ace1445f0525341ff92a70d3c5..a132cefdee3e934cc644de091e3125c70fbf9bb9 100644 (file)
@@ -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.
index 8d6439ddae6a27cdda6c0e7c06a1015cb8538d10..75cf09d56e0eb84ba16b4ab12b9640354750dfd2 100644 (file)
@@ -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.
index 3e24e6b8e3e3f3f7586564ea655a0544c84c7db3..b11644befb611c8751ff5f94cdf422fdaf5395f8 100644 (file)
@@ -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.
index 631c6fb22a3730726458933986bf0bc0795e0575..e8b4b8d98767bbb5ec5b9ee013517a344db27339 100644 (file)
@@ -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.
index f13554ab07b75bc76ded383df348ae85ca84005c..b54f92e7eb447e9a26a49c24e1752fd6191964fe 100644 (file)
@@ -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.
index dee12124c06b871f268165d0056a4f52bf73a1f3..12d412a8fd649574192e9b35a18c08f49c6f0f02 100644 (file)
@@ -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.
index 2e0e1d17101c95a850d17f2396083b1023d2fc93..8f590fbc859f6dbea3885a9be0ee3ffa17f78537 100644 (file)
@@ -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.
index d01fc28f890350c063a842a32a0fdf72cbccb629..259f115e313ab03f40ffd9174fbe082fe21522ca 100644 (file)
@@ -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.
index c65d1c42989c7f54dcb1b56f112d26d18a6899e1..470863300156e5a2274cb89161b9a69a3c4e931f 100644 (file)
@@ -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.