Skip to content

Commit

Permalink
add copyright notice as per GPL (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
fduncanh committed Jun 13, 2024
1 parent c81be4a commit eed93bd
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/ap_server.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
#include <ctime>
/**
* 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 <ctime>
#include <memory>

#include <ap_config.h>
Expand Down

0 comments on commit eed93bd

Please sign in to comment.