weblate/scripts/reuse-annotate
Michal Čihař 5fbf74c289 scripts: Add helper for reuse annotate
Include the most usual args.
2023-01-18 10:36:25 +01:00

12 lines
283 B
Bash
Executable file

#!/bin/sh
# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
reuse annotate \
--license GPL-3.0-or-later \
--copyright 'Michal Čihař <michal@weblate.org>' \
--exclude-year \
--copyright-style string-symbol \
"$@"