From d96b391b88a854261ccbafa07ad41444bee16117 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 18 Jan 2020 02:06:30 +0100 Subject: Add AGPLv3 header --- .local/bin/ytrss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.local/bin/ytrss') diff --git a/.local/bin/ytrss b/.local/bin/ytrss index 0377160..b0cf678 100755 --- a/.local/bin/ytrss +++ b/.local/bin/ytrss @@ -1,5 +1,15 @@ #! /usr/bin/env sh +# 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. + main() { # Handle opts -- cgit v1.1