From eed93bd99781eda61b53ab02d5f70e65c2044831 Mon Sep 17 00:00:00 2001 From: fduncanh <72711181+fduncanh@users.noreply.github.com> Date: Wed, 12 Jun 2024 21:18:22 -0400 Subject: [PATCH] add copyright notice as per GPL (#7) --- src/ap_server.cpp | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/ap_server.cpp b/src/ap_server.cpp index cb43ad68..0c978363 100644 --- a/src/ap_server.cpp +++ b/src/ap_server.cpp @@ -1,4 +1,23 @@ -#include +/** + * apsdk - API for an open-source AirPlay server + * Copyright (C) 2018-2023 Sheen Tian + * + * 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 2 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, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#include #include #include