summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile8
-rwxr-xr-xsrc/configure8
-rw-r--r--src/daemon.h8
-rw-r--r--src/datatypes.h8
-rw-r--r--src/file_list.c8
-rw-r--r--src/file_list.h8
-rw-r--r--src/log.c8
-rw-r--r--src/log.h8
-rw-r--r--src/log_targets.h8
-rw-r--r--src/options.c8
-rw-r--r--src/options.h8
-rw-r--r--src/rharchive.c8
-rw-r--r--src/sig_handler.c8
-rw-r--r--src/sig_handler.h8
-rw-r--r--src/slist.c8
-rw-r--r--src/slist.h8
-rw-r--r--src/string_list.c8
-rw-r--r--src/string_list.h8
-rw-r--r--src/sysexec.c8
-rw-r--r--src/sysexec.h8
-rw-r--r--src/writer.c8
-rw-r--r--src/writer.h8
22 files changed, 154 insertions, 22 deletions
diff --git a/src/Makefile b/src/Makefile
index e55eb53..0634395 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,7 +4,7 @@
## The Radio Helsinki Archive Daemon
##
##
-## Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+## Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
##
## This file is part of rharchive.
##
@@ -21,6 +21,12 @@
## You should have received a copy of the GNU General Public License
## along with rharchive. If not, see <http://www.gnu.org/licenses/>.
##
+## In addition, as a special exception, the copyright holders hereby
+## grant permission for non-GPL-compatible GStreamer plugins to be used
+## and distributed together with GStreamer and rharchive.
+## This permission goes above and beyond the permissions granted by the
+## GPL license rharchive is covered by.
+##
ifneq ($(MAKECMDGOALS),distclean)
include include.mk
diff --git a/src/configure b/src/configure
index c9fcbad..e953737 100755
--- a/src/configure
+++ b/src/configure
@@ -5,7 +5,7 @@
# The Radio Helsinki Archive Daemon
#
#
-# Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+# Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
#
# This file is part of rharchive.
#
@@ -22,6 +22,12 @@
# You should have received a copy of the GNU General Public License
# along with rharchive. If not, see <http://www.gnu.org/licenses/>.
#
+# In addition, as a special exception, the copyright holders hereby
+# grant permission for non-GPL-compatible GStreamer plugins to be used
+# and distributed together with GStreamer and rharchive.
+# This permission goes above and beyond the permissions granted by the
+# GPL license rharchive is covered by.
+#
set -e
diff --git a/src/daemon.h b/src/daemon.h
index 291e837..ee95042 100644
--- a/src/daemon.h
+++ b/src/daemon.h
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#ifndef RHARCHIVE_daemon_h_INCLUDED
diff --git a/src/datatypes.h b/src/datatypes.h
index 500cd00..9a1bd67 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#ifndef RHARCHIVE_datatypes_h_INCLUDED
diff --git a/src/file_list.c b/src/file_list.c
index cd7e697..a8b3f7a 100644
--- a/src/file_list.c
+++ b/src/file_list.c
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#define _GNU_SOURCE
diff --git a/src/file_list.h b/src/file_list.h
index 45be1cf..322178a 100644
--- a/src/file_list.h
+++ b/src/file_list.h
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#ifndef RHARCHIVE_file_list_h_INCLUDED
diff --git a/src/log.c b/src/log.c
index 8f6c8da..ef8755f 100644
--- a/src/log.c
+++ b/src/log.c
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#include "datatypes.h"
diff --git a/src/log.h b/src/log.h
index 77db260..bf6bb31 100644
--- a/src/log.h
+++ b/src/log.h
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#ifndef RHARCHIVE_log_h_INCLUDED
diff --git a/src/log_targets.h b/src/log_targets.h
index 5efd4c0..3bf7d27 100644
--- a/src/log_targets.h
+++ b/src/log_targets.h
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#ifndef RHARCHIVE_log_targets_h_INCLUDED
diff --git a/src/options.c b/src/options.c
index 71015f8..6dcc580 100644
--- a/src/options.c
+++ b/src/options.c
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#include "datatypes.h"
diff --git a/src/options.h b/src/options.h
index a529d9c..03e77a8 100644
--- a/src/options.h
+++ b/src/options.h
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#ifndef RHARCHIVE_options_h_INCLUDED
diff --git a/src/rharchive.c b/src/rharchive.c
index 3bfca27..204b3c9 100644
--- a/src/rharchive.c
+++ b/src/rharchive.c
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#include <stdlib.h>
diff --git a/src/sig_handler.c b/src/sig_handler.c
index 916580c..3184e00 100644
--- a/src/sig_handler.c
+++ b/src/sig_handler.c
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#include "datatypes.h"
diff --git a/src/sig_handler.h b/src/sig_handler.h
index 180369d..cca0061 100644
--- a/src/sig_handler.h
+++ b/src/sig_handler.h
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#ifndef RHARCHIVE_sig_handler_h_INCLUDED
diff --git a/src/slist.c b/src/slist.c
index bc9d7c3..69de868 100644
--- a/src/slist.c
+++ b/src/slist.c
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#include <unistd.h>
diff --git a/src/slist.h b/src/slist.h
index d25831a..9b3fbd6 100644
--- a/src/slist.h
+++ b/src/slist.h
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#ifndef RHARCHIVE_slist_h_INCLUDED
diff --git a/src/string_list.c b/src/string_list.c
index f5de488..003dd38 100644
--- a/src/string_list.c
+++ b/src/string_list.c
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#include <string.h>
diff --git a/src/string_list.h b/src/string_list.h
index 54552b5..e5dffa2 100644
--- a/src/string_list.h
+++ b/src/string_list.h
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#ifndef RHARCHIVE_string_list_h_INCLUDED
diff --git a/src/sysexec.c b/src/sysexec.c
index 490a3f9..e10fc3d 100644
--- a/src/sysexec.c
+++ b/src/sysexec.c
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#include "datatypes.h"
diff --git a/src/sysexec.h b/src/sysexec.h
index 3c8908d..e0fb0f0 100644
--- a/src/sysexec.h
+++ b/src/sysexec.h
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#ifndef RHARCHIVE_sysexec_h_INCLUDED
diff --git a/src/writer.c b/src/writer.c
index 95d12ed..b8cca53 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#include <gst/gst.h>
diff --git a/src/writer.h b/src/writer.h
index 9ee98a8..e9a6e3a 100644
--- a/src/writer.h
+++ b/src/writer.h
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -20,6 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with rharchive. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and rharchive.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license rharchive is covered by.
*/
#ifndef RHARCHIVE_writer_h_INCLUDED