diff options
author | AdamKorcz <[email protected]> | 2020-11-02 19:55:29 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-11-06 13:19:18 +0100 |
commit | 4f20bf29eb246a2e65508175fdd5f25b44e98370 (patch) | |
tree | 4768105650728d816c1ece004b71b78907566722 | |
parent | 4c613d5d5d60b80a262e968ae8a4525eba8619a2 (diff) | |
download | hugo-4f20bf29eb246a2e65508175fdd5f25b44e98370.tar.gz hugo-4f20bf29eb246a2e65508175fdd5f25b44e98370.zip |
Updated year in header
-rw-r--r-- | tpl/transform/fuzz.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/transform/fuzz.go b/tpl/transform/fuzz.go index 03801253d..af3da9afd 100644 --- a/tpl/transform/fuzz.go +++ b/tpl/transform/fuzz.go @@ -1,6 +1,6 @@ // +build gofuzz -// Copyright 2017 The Hugo Authors. All rights reserved. +// Copyright 2020 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. |