diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2022-12-21 23:49:18 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2022-12-22 01:00:23 +0530 |
commit | 6773f5197928faad1d7dcee808786a947bc295d5 (patch) | |
tree | 61e2d3bf881ff3cce1434aa8971a6f00b18af281 | |
parent | b842815fafa891a69cae8ac5a9e85b599cc1476b (diff) |
chore: remove redundant copyright year
There's apparently no need to update copyright years. The Linux
Foundation doesn't even recommend writing years at all.
https://archive.is/jxhsX
https://archive.is/LyEX3
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env bash # SPDX-License-Identifier: GPL-2.0-only -# Copyright (C) 2021-2022 Ayush Agarwal <ayushnix at fastmail dot com> +# Copyright (C) 2021 Ayush Agarwal <ayushnix at fastmail dot com> # # vim: set expandtab ts=2 sw=2 sts=2: # |