Skip to content

Commit b47066d

Browse files
committed
chore: Change copyright year to single year
1 parent c8b3030 commit b47066d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ This program is inspired by [`qrencode`] and [`zbarimg`].
316316

317317
## License
318318

319-
Copyright (C) 2022-2024 Shun Sakai and other contributors (see [AUTHORS.adoc])
319+
Copyright (C) 2022 Shun Sakai and other contributors (see [AUTHORS.adoc])
320320

321321
1. This program is distributed under the terms of either the _Apache License
322322
2.0_ or the _MIT License_.

docs/book/modules/ROOT/pages/license.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
= License
66
:reuse-spec-url: https://reuse.software/spec/
77

8-
Copyright (C) 2022-2024 Shun Sakai and other contributors
8+
Copyright (C) 2022 Shun Sakai and other contributors
99

1010
. This program is distributed under the terms of either the _Apache License
1111
2.0_ or the _MIT License_.

docs/book/supplemental-ui/partials/footer-content.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ SPDX-License-Identifier: CC-BY-4.0
55
--}}
66

77
<footer class="footer">
8-
<p>&copy; 2022&ndash;{{year}} Shun Sakai &middot; <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a></p>
8+
<p>&copy; 2022 Shun Sakai &middot; <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a></p>
99
<p>Powered by <a href="https://antora.org/" target="_blank">Antora</a> &amp; <a href="https://gitlab.com/antora/antora-ui-default" target="_blank">Antora Default UI</a></p>
1010
</footer>

docs/man/man1/include/section-copyright.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
== COPYRIGHT
66

7-
Copyright (C) 2022-2024 Shun Sakai and other contributors
7+
Copyright (C) 2022 Shun Sakai and other contributors
88

99
. This program is distributed under the terms of either the Apache License 2.0
1010
or the MIT License.

src/cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use image::{ImageError, ImageFormat};
1818
const LONG_VERSION: &str = concat!(
1919
env!("CARGO_PKG_VERSION"),
2020
'\n',
21-
"Copyright (C) 2022-2024 Shun Sakai and other contributors\n",
21+
"Copyright (C) 2022 Shun Sakai and other contributors\n",
2222
'\n',
2323
"This program is distributed under the terms of either the Apache License 2.0 or\n",
2424
"the MIT License.\n",

tests/assets/long-version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2022-2024 Shun Sakai and other contributors
1+
Copyright (C) 2022 Shun Sakai and other contributors
22

33
This program is distributed under the terms of either the Apache License 2.0 or
44
the MIT License.

0 commit comments

Comments
 (0)