diff options
| -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.  // | 
