diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-01-15 01:09:37 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-01-15 01:09:37 +0100 |
| commit | a0d1776419c61903f8e6534ad3db56df275954ac (patch) | |
| tree | 70ac8963bf754b541714a24ba07f46cbb4389fe8 /tests/travis/push-documentation | |
| parent | 37359c7928d7fad38f064b6b5f26af59440ed7f9 (diff) | |
| download | qxmpp-a0d1776419c61903f8e6534ad3db56df275954ac.tar.gz | |
REUSE-ify whole project
Diffstat (limited to 'tests/travis/push-documentation')
| -rwxr-xr-x | tests/travis/push-documentation | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/travis/push-documentation b/tests/travis/push-documentation index ed5609a8..e4653e8f 100755 --- a/tests/travis/push-documentation +++ b/tests/travis/push-documentation @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2020 Linus Jahn <lnj@kaidan.im> +# +# SPDX-License-Identifier: CC0-1.0 + # Add ssh push key eval "$(ssh-agent -s)" echo $PUSH_KEY_REPO_DOC_QXMPP_ORG | base64 -d | unxz | ssh-add - |
