summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-09-18 01:30:44 +0000
committeraustriancoder <austriancoder>2004-09-18 01:30:44 +0000
commitd4170e6d3ee5fac4d33d3944ac8f34e57f357cae (patch)
tree9da5642a657c69d24d588405b1da193a936b1f78
parent6d1a0eab8b760044c024717502e8d008f283c17e (diff)
downloadvdr-plugin-dxr3-d4170e6d3ee5fac4d33d3944ac8f34e57f357cae.tar.gz
vdr-plugin-dxr3-d4170e6d3ee5fac4d33d3944ac8f34e57f357cae.tar.bz2
added/updated copyright informations
-rw-r--r--dxr3audiodecoder.h22
-rw-r--r--dxr3demuxdevice.c19
-rw-r--r--dxr3demuxdevice.h19
-rw-r--r--dxr3device.c22
-rw-r--r--dxr3device.h22
-rw-r--r--dxr3dolbydigital.c2
-rw-r--r--dxr3dolbydigital.h2
-rw-r--r--dxr3generaldefines.h19
-rw-r--r--dxr3interface.h22
-rw-r--r--dxr3nextpts.c21
-rw-r--r--dxr3nextpts.h19
-rw-r--r--dxr3outputthread.c19
-rw-r--r--dxr3outputthread.h19
-rw-r--r--dxr3unixserversocket.c21
-rw-r--r--dxr3unixserversocket.h19
-rw-r--r--dxr3vdrincludes.h22
16 files changed, 264 insertions, 25 deletions
diff --git a/dxr3audiodecoder.h b/dxr3audiodecoder.h
index 5f79a2b..8cc3c31 100644
--- a/dxr3audiodecoder.h
+++ b/dxr3audiodecoder.h
@@ -1,3 +1,25 @@
+/*
+ * dxr3audiodecoder.h
+ *
+ * Copyright (C) 2002-2004 Kai Möller
+ * Copyright (C) 2004 Christian Gmeiner
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
+
#ifndef _DXR3_AUDIODECODER_H_
#define _DXR3_AUDIODECODER_H_
diff --git a/dxr3demuxdevice.c b/dxr3demuxdevice.c
index 37a8434..0048b6e 100644
--- a/dxr3demuxdevice.c
+++ b/dxr3demuxdevice.c
@@ -1,8 +1,21 @@
/*
- * dxr3demuxdevice.c:
+ * dxr3demuxdevice.c
*
- * See the main source file 'dxr3.c' for copyright information and
- * how to reach the author.
+ * Copyright (C) 2002-2004 Kai Möller
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
diff --git a/dxr3demuxdevice.h b/dxr3demuxdevice.h
index 0bd6add..fc299d3 100644
--- a/dxr3demuxdevice.h
+++ b/dxr3demuxdevice.h
@@ -1,8 +1,21 @@
/*
- * dxr3demuxdevice.h:
+ * dxr3demuxdevice.h
*
- * See the main source file 'dxr3.c' for copyright information and
- * how to reach the author.
+ * Copyright (C) 2002-2004 Kai Möller
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
diff --git a/dxr3device.c b/dxr3device.c
index 397560c..2345b10 100644
--- a/dxr3device.c
+++ b/dxr3device.c
@@ -1,3 +1,25 @@
+/*
+ * dxr3devide.c
+ *
+ * Copyright (C) 2002-2004 Kai Möller
+ * Copyright (C) 2004 Christian Gmeiner
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
+
#include "dxr3device.h"
#include "dxr3configdata.h"
#include "dxr3interface.h"
diff --git a/dxr3device.h b/dxr3device.h
index 606b89d..292642a 100644
--- a/dxr3device.h
+++ b/dxr3device.h
@@ -1,3 +1,25 @@
+/*
+ * dxr3devide.h
+ *
+ * Copyright (C) 2002-2004 Kai Möller
+ * Copyright (C) 2004 Christian Gmeiner
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
+
#ifndef _DXR3_DEVICE_H_
#define _DXR3_DEVICE_H_
diff --git a/dxr3dolbydigital.c b/dxr3dolbydigital.c
index 67bfb03..ae9bce9 100644
--- a/dxr3dolbydigital.c
+++ b/dxr3dolbydigital.c
@@ -3,8 +3,6 @@
*
* Copyright (C) 2004 Christian Gmeiner
*
-* Taken from Nesseia-Renderengine Copyright (C) 2003-2004 Christian Gmeiner
-*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1
diff --git a/dxr3dolbydigital.h b/dxr3dolbydigital.h
index 0510d40..c9c66be 100644
--- a/dxr3dolbydigital.h
+++ b/dxr3dolbydigital.h
@@ -3,8 +3,6 @@
*
* Copyright (C) 2004 Christian Gmeiner
*
-* Taken from Nesseia-Renderengine Copyright (C) 2003-2004 Christian Gmeiner
-*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1
diff --git a/dxr3generaldefines.h b/dxr3generaldefines.h
index 29a0ae6..5a53999 100644
--- a/dxr3generaldefines.h
+++ b/dxr3generaldefines.h
@@ -1,8 +1,21 @@
/*
- * dxr3generaldefines.h:
+ * dxr3generaldefines.h
*
- * See the main source file 'dxr3.c' for copyright information and
- * how to reach the author.
+ * Copyright (C) 2002-2004 Kai Möller
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
diff --git a/dxr3interface.h b/dxr3interface.h
index af177d1..3cb4806 100644
--- a/dxr3interface.h
+++ b/dxr3interface.h
@@ -1,3 +1,25 @@
+/*
+ * dxr3interface.h
+ *
+ * Copyright (C) 2002-2004 Kai Möller
+ * Copyright (C) 2004 Christian Gmeiner
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
+
#ifndef _DXR3_INTERFACE_H_
#define _DXR3_INTERFACE_H_
diff --git a/dxr3nextpts.c b/dxr3nextpts.c
index 72b3e31..8aaf837 100644
--- a/dxr3nextpts.c
+++ b/dxr3nextpts.c
@@ -1,3 +1,24 @@
+/*
+ * dxr3nextpts.c
+ *
+ * Copyright (C) 2002-2004 Kai Möller
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
+
#include "dxr3nextpts.h"
// ==================================
diff --git a/dxr3nextpts.h b/dxr3nextpts.h
index 0391a48..64fe8eb 100644
--- a/dxr3nextpts.h
+++ b/dxr3nextpts.h
@@ -1,8 +1,21 @@
/*
- * dxr3nextpts.h:
+ * dxr3nextpts.h
*
- * See the main source file 'dxr3.c' for copyright information and
- * how to reach the author.
+ * Copyright (C) 2002-2004 Kai Möller
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
diff --git a/dxr3outputthread.c b/dxr3outputthread.c
index 7859c93..5429555 100644
--- a/dxr3outputthread.c
+++ b/dxr3outputthread.c
@@ -1,8 +1,21 @@
/*
- * dxr3outputthread.c:
+ * dxr3outputthread.c
*
- * See the main source file 'dxr3.c' for copyright information and
- * how to reach the author.
+ * Copyright (C) 2002-2004 Kai Möller
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
diff --git a/dxr3outputthread.h b/dxr3outputthread.h
index 1ed7dc6..504b241 100644
--- a/dxr3outputthread.h
+++ b/dxr3outputthread.h
@@ -1,8 +1,21 @@
/*
- * dxr3outputthread.h:
+ * dxr3outputthread.h
*
- * See the main source file 'dxr3.c' for copyright information and
- * how to reach the author.
+ * Copyright (C) 2002-2004 Kai Möller
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
diff --git a/dxr3unixserversocket.c b/dxr3unixserversocket.c
index 0a0324b..f7b7cee 100644
--- a/dxr3unixserversocket.c
+++ b/dxr3unixserversocket.c
@@ -1,3 +1,24 @@
+/*
+ * dxr3unixsocket.c
+ *
+ * Copyright (C) 2002-2004 Kai Möller
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
+
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
diff --git a/dxr3unixserversocket.h b/dxr3unixserversocket.h
index 3233995..74cd4c4 100644
--- a/dxr3unixserversocket.h
+++ b/dxr3unixserversocket.h
@@ -1,8 +1,21 @@
/*
- * dxr3unixserversocket.h:
+ * dxr3unixsocket.c
*
- * See the main source file 'dxr3.c' for copyright information and
- * how to reach the author.
+ * Copyright (C) 2002-2004 Kai Möller
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
diff --git a/dxr3vdrincludes.h b/dxr3vdrincludes.h
index f868177..c995461 100644
--- a/dxr3vdrincludes.h
+++ b/dxr3vdrincludes.h
@@ -1,3 +1,25 @@
+/*
+ * dxr3sysclock.c
+ *
+ * Copyright (C) 2002-2004 Kai Möller
+ * Copyright (C) 2004 Christian Gmeiner
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
+
#ifndef _DXR3_VDRINCLUDES_H_
#define _DXR3_VDRINCLUDES_H_