Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2010-11-12 02:48:13 +0300
committerJustin Maggard <jmaggard@users.sourceforge.net>2010-11-12 02:48:13 +0300
commit451c919d197ec5565b452a183926d6bd11f9329a (patch)
tree7c067a0980dabab808c4787e4325f3e44ac7984f /tivo_utils.h
parentbabd761cdfed1d67006e8846dbd01e84b375278e (diff)
* Complete/clarify license information.
Diffstat (limited to 'tivo_utils.h')
-rw-r--r--tivo_utils.h22
1 files changed, 18 insertions, 4 deletions
diff --git a/tivo_utils.h b/tivo_utils.h
index c77a83d..2f40d3c 100644
--- a/tivo_utils.h
+++ b/tivo_utils.h
@@ -3,10 +3,24 @@
* Project : minidlna
* Website : http://sourceforge.net/projects/minidlna/
* Author : Justin Maggard
- * Copyright (c) 2009 Justin Maggard
- * This software is subject to the conditions detailed in the
- * LICENCE file provided in this distribution.
- * */
+ *
+ * MiniDLNA media server
+ * Copyright (C) 2009 Justin Maggard
+ *
+ * This file is part of MiniDLNA.
+ *
+ * MiniDLNA is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * MiniDLNA 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 MiniDLNA. If not, see <http://www.gnu.org/licenses/>.
+ */
#include "config.h"
#ifdef TIVO_SUPPORT
#include <sqlite3.h>