about summary refs log tree commit diff
path: root/add-license.sh
blob: 570db4734d7bf890474d40a9963e9b2960a5ec8b (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

# SPDX-FileCopyrightText: 2022 Ngô Ngọc Đức Huy <huyngo@disroot.org>
#
# SPDX-License-Identifier: CC0-1.0

#
reuse addheader --copyright "$(git config user.name) <$(git config user.email)>" --year $(date +%Y) --license "$1" "$2"