diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-04-12 07:39:49 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-04-12 07:39:49 +0200 |
commit | 378b964d8eba2f216fa6f670c2de42ecee0c6277 (patch) | |
tree | c91c7e67829505797b0e99ac6470d857670c1ee9 /installation | |
parent | b421dd3dd23fd2df6086bcad1d46a4262f259459 (diff) | |
download | pleroma-378b964d8eba2f216fa6f670c2de42ecee0c6277.tar.gz |
installation/download-mastofe-build.sh: Add copyright header
[ci skip]
Diffstat (limited to 'installation')
-rwxr-xr-x | installation/download-mastofe-build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/installation/download-mastofe-build.sh b/installation/download-mastofe-build.sh index ab31a7ee7..7e293867d 100755 --- a/installation/download-mastofe-build.sh +++ b/installation/download-mastofe-build.sh @@ -1,4 +1,7 @@ #!/bin/sh +# Pleroma: A lightweight social networking server +# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only project_id="74" project_branch="rebase/glitch-soc" static_dir="instance/static" |