aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--src/git.rs2
-rw-r--r--src/github.rs2
-rw-r--r--src/main.rs2
4 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 96726a4..56c5628 100644
--- a/README.md
+++ b/README.md
@@ -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/
diff --git a/src/git.rs b/src/git.rs
index 5f3c91c..e5fdd75 100644
--- a/src/git.rs
+++ b/src/git.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/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.
//