diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2021-02-01 15:17:41 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2021-02-01 15:17:41 -0700 |
commit | 328f9cc1ac0ebee9499dc8d50bd84f71897d4df7 (patch) | |
tree | a9011530d9ad941d76619f058f7397adf7d015d7 | |
parent | 033d02a6654d9607b283f015801ce57a57935d4c (diff) |
Fix copyright years
-rw-r--r-- | parse_fastimport.go | 2 | ||||
-rw-r--r-- | types.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/parse_fastimport.go b/parse_fastimport.go index 18121a6..491788b 100644 --- a/parse_fastimport.go +++ b/parse_fastimport.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Luke Shumaker <lukeshu@lukeshu.com> +// Copyright (C) 2017-2018, 2020 Luke Shumaker <lukeshu@lukeshu.com> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Luke Shumaker <lukeshu@lukeshu.com> +// Copyright (C) 2017-2018, 2020 Luke Shumaker <lukeshu@lukeshu.com> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by |