diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/main.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -70,7 +70,7 @@ compiler. ## License -Copyright © 2016, 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the +Copyright © 2016, 2018, 2022 Teddy Wing. Licensed under the GNU GPLv3+ (see the included COPYING file). diff --git a/src/main.rs b/src/main.rs index ac289cd..bc72d63 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016, 2018 Teddy Wing +// Copyright (c) 2016, 2018, 2022 Teddy Wing // // This file is licensed under the GNU GPLv3+. Please see the COPYING // file for more information. |