mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
12 lines
274 B
Bash
12 lines
274 B
Bash
# To run this you'll need to:
|
|
#
|
|
# pip3 install licenseheaders
|
|
|
|
licenseheaders \
|
|
-o "YunoHost Contributors" \
|
|
-n "YunoHost" \
|
|
-u "https://yunohost.org" \
|
|
-t ./agplv3.tpl \
|
|
--current-year \
|
|
-f ../src/*.py ../src/{utils,diagnosers,authenticators}/*.py
|
|
|