diff options
author | Teddy Wing | 2022-08-20 18:19:13 +0200 |
---|---|---|
committer | Teddy Wing | 2022-08-20 18:19:13 +0200 |
commit | a72654928220288a0717ce18b91c8a061dc351ee (patch) | |
tree | 67b24e3f390350aef0aa325c983498467f96dd9a | |
parent | 37924c5c6030eecf91a04378a00a47cec550da49 (diff) | |
download | Passextract-a72654928220288a0717ce18b91c8a061dc351ee.tar.bz2 |
Update copyright years
-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. |