diff options
author | Teddy Wing | 2022-06-04 14:25:32 +0200 |
---|---|---|
committer | Teddy Wing | 2022-06-04 14:25:32 +0200 |
commit | 34c69bd00249d78e9277bb66c6c0bf7e5b4613a1 (patch) | |
tree | bb23e3d1e4bfc67952a032eab5ab8e863eb33a39 | |
parent | 996426344348fb72b283a2df18a981d073aecad8 (diff) | |
download | reflectub-34c69bd00249d78e9277bb66c6c0bf7e5b4613a1.tar.bz2 |
Update copyright year
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | src/git.rs | 2 | ||||
-rw-r--r-- | src/github.rs | 2 | ||||
-rw-r--r-- | src/main.rs | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -17,8 +17,8 @@ web frontend [CGit]. ## License -Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included -COPYING file). +Copyright © 2021, 2022 Teddy Wing. Licensed under the GNU GPLv3+ (see the +included COPYING file). [CGit]: https://git.zx2c4.com/cgit/about/ @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Teddy Wing +// Copyright (c) 2021, 2022 Teddy Wing // // This file is part of Reflectub. // diff --git a/src/github.rs b/src/github.rs index 7af0d93..c48dda6 100644 --- a/src/github.rs +++ b/src/github.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Teddy Wing +// Copyright (c) 2021, 2022 Teddy Wing // // This file is part of Reflectub. // diff --git a/src/main.rs b/src/main.rs index 2360f57..61996e8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Teddy Wing +// Copyright (c) 2021, 2022 Teddy Wing // // This file is part of Reflectub. // |