X-Git-Url: https://vcs.fsf.org/?p=pdt.git;a=blobdiff_plain;f=pdt.sh;fp=pdt.sh;h=61490f703253608f3062e36081b369953cb39cb0;hp=237a4adb6aab3aeb1e4b2bdc7d7587c37084188f;hb=f22362c987726943d43839d06074f039afa6a548;hpb=1d6422a8008729f36d9bedebb957c9403c8ec0a1 diff --git a/pdt.sh b/pdt.sh index 237a4ad..61490f7 100644 --- a/pdt.sh +++ b/pdt.sh @@ -1,8 +1,22 @@ #!/bin/bash -# Copyright (C) 2019 Ian Kelling +# pdt: post to FSF social media via command line +# Copyright (C) 2021 Ian Kelling # SPDX-License-Identifier: AGPL-3.0-or-later -# meant to be sourced. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + +# This is meant to be sourced. PATH="$HOME/.local/bin:$PATH"