mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-25 20:23:37 +08:00
12 lines
283 B
Bash
Executable file
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 \
|
|
"$@"
|