summaryrefslogtreecommitdiff
path: root/liboutput
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-03-29 16:08:57 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-03-29 16:08:57 +0000
commit2a314feb1a104a0c16eb6cf5e7fbcf5a629ea5b8 (patch)
tree6585997b85ffec33569a880bfac449ff591f17ce /liboutput
parent06494132cdae3f44ead37c18fd70df0dc286c0fd (diff)
downloadvdr-plugin-image-2a314feb1a104a0c16eb6cf5e7fbcf5a629ea5b8.tar.gz
vdr-plugin-image-2a314feb1a104a0c16eb6cf5e7fbcf5a629ea5b8.tar.bz2
* Update header
Diffstat (limited to 'liboutput')
-rw-r--r--liboutput/Makefile18
-rw-r--r--liboutput/encode.c17
-rw-r--r--liboutput/encode.h17
-rw-r--r--liboutput/stillimage-player.c17
-rw-r--r--liboutput/stillimage-player.h17
-rw-r--r--liboutput/stillimage.c15
-rw-r--r--liboutput/stillimage.h15
7 files changed, 19 insertions, 97 deletions
diff --git a/liboutput/Makefile b/liboutput/Makefile
index b9b0e0d..a6ed805 100644
--- a/liboutput/Makefile
+++ b/liboutput/Makefile
@@ -1,23 +1,11 @@
#
# Makefile for Image plugin to VDR
#
-# (C) 2004-2007 Andreas Brachold <anbr at users.berlios.de>
+# (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
#
-# This code 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 code is distributed under the terms and conditions of the
+# GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
#
-# This code 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Or, point your browser to http://www.gnu.org/copyleft/gpl.html
-
# You can change the compile options here or create a Make.config
# in the VDR directory an set them there.
#
diff --git a/liboutput/encode.c b/liboutput/encode.c
index e0bf29f..51b7cc5 100644
--- a/liboutput/encode.c
+++ b/liboutput/encode.c
@@ -1,23 +1,12 @@
/*
* Image plugin to VDR (C++)
*
- * (C) Copyright 2004-2008 Andreas Brachold <anbr at users.berlios.de>
+ * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
* Created: Thu Aug 5 2004
*
- * This code 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 code is distributed under the terms and conditions of the
+ * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
*
- * This code 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
*/
#include <stdio.h>
diff --git a/liboutput/encode.h b/liboutput/encode.h
index 2959197..37dd091 100644
--- a/liboutput/encode.h
+++ b/liboutput/encode.h
@@ -1,23 +1,12 @@
/*
* Image plugin to VDR (C++)
*
- * (C) Copyright 2004-2008 Andreas Brachold <anbr at users.berlios.de>
+ * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
* Created: Thu Aug 5 2004
*
- * This code 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 code is distributed under the terms and conditions of the
+ * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
*
- * This code 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
*/
#ifndef _ENCODE_H
diff --git a/liboutput/stillimage-player.c b/liboutput/stillimage-player.c
index 102c30d..7b3a439 100644
--- a/liboutput/stillimage-player.c
+++ b/liboutput/stillimage-player.c
@@ -1,23 +1,12 @@
/*
* Image plugin to VDR (C++)
*
- * (C) Copyright 2004-2008 Andreas Brachold <anbr at users.berlios.de>
+ * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
* Created: Thu Aug 5 2004
*
- * This code 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 code is distributed under the terms and conditions of the
+ * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
*
- * This code 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
*/
#include "stillimage-player.h"
diff --git a/liboutput/stillimage-player.h b/liboutput/stillimage-player.h
index ee96649..70df783 100644
--- a/liboutput/stillimage-player.h
+++ b/liboutput/stillimage-player.h
@@ -1,23 +1,12 @@
/*
* Image plugin to VDR (C++)
*
- * (C) Copyright 2004-2008 Andreas Brachold <anbr at users.berlios.de>
+ * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
* Created: Thu Aug 5 2004
*
- * This code 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 code is distributed under the terms and conditions of the
+ * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
*
- * This code 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
*/
#ifndef STILLIMAGEPLAYER_H
diff --git a/liboutput/stillimage.c b/liboutput/stillimage.c
index 10b5d5b..703b049 100644
--- a/liboutput/stillimage.c
+++ b/liboutput/stillimage.c
@@ -7,20 +7,9 @@
* parts of the code (c) Peter Seyringer
* (c) Marcel Wiesweg
*
- * This code 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 code is distributed under the terms and conditions of the
+ * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
*
- * This code 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
*/
#include <string.h>
diff --git a/liboutput/stillimage.h b/liboutput/stillimage.h
index 1ca6cd3..6818f1d 100644
--- a/liboutput/stillimage.h
+++ b/liboutput/stillimage.h
@@ -4,20 +4,9 @@
* (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
* Created: Thu Aug 5 2004
*
- * This code 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 code is distributed under the terms and conditions of the
+ * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
*
- * This code 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
*/
#ifndef STILLIMAGE_H