logo

ap-client

Unnamed repository; edit this file 'description' to name the repository.
commit: 913cd054a5664bb37b4aaf8aea339e21b346a415
parent: bab23c34d81b6d0e399176b8a68ab5108dc965ae
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  6 May 2020 12:34:21 +0200

Add copyright notice (BSD)

Diffstat:

Map-fetch.sh3+++
Map-represent.pl3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ap-fetch.sh b/ap-fetch.sh @@ -1,4 +1,7 @@ #!/bin/sh +# AP-Client: CLI-based client / toolbox for ActivityPub +# Copyright © 2020 AP-Client Authors <https://hacktivis.me/git/ap-client/> +# SPDX-License-Identifier: BSD-3-Clause accept_header='Accept: application/ld+json,application/activity+json,application/json' die() { diff --git a/ap-represent.pl b/ap-represent.pl @@ -1,4 +1,7 @@ #!/usr/bin/env perl +# AP-Client: CLI-based client / toolbox for ActivityPub +# Copyright © 2020 AP-Client Authors <https://hacktivis.me/git/ap-client/> +# SPDX-License-Identifier: BSD-3-Clause use strict; use utf8; no warnings; # Wide Character…