diff options
author | Bjørn Erik Pedersen <[email protected]> | 2015-12-07 19:57:01 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2015-12-07 19:57:01 +0100 |
commit | e445c35d6a0c7f5fc2f90f31226cd1d46e048bbc (patch) | |
tree | f041d4d1d4e4b4d2b0b944c22535876c366f834e /main.go | |
parent | f13db9328b526550b9fd1d31c4c6cf80b13fc349 (diff) | |
download | hugo-e445c35d6a0c7f5fc2f90f31226cd1d46e048bbc.tar.gz hugo-e445c35d6a0c7f5fc2f90f31226cd1d46e048bbc.zip |
Fix copyright headers in source files
Still need to add some missing headers and an AUTHORS file.
See #1646
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -// Copyright © 2013-14 Steve Francia <[email protected]>. +// 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. |