ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit 55d3010c84310eea0031f7e353eab37ccf833a0b
parent 1daddf3b8e00af71f3363048bb804babf19b650d
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Thu, 20 May 2021 19:28:32 -0700

Add license header to response.c

Diffstat:
Mresponse.c | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/response.c b/response.c @@ -1,3 +1,21 @@ +/* Copyright 2021 Jacob R. Edwards + * + * ap -- audio player + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <https://www.gnu.org/licenses/>. + */ + #include <sys/socket.h> #include <errno.h>