diff options
author | Thomas Günther <tom@toms-cafe.de> | 2010-03-27 15:28:15 +0100 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2010-03-27 15:28:15 +0100 |
commit | fd2fe78b93649e95cb03a04070e8d05e22ebaf1c (patch) | |
tree | 20fd256d5eb53dcb886e868335a3e67894d3c6aa /i18n.c | |
parent | d3c158ea6f98bf300641ae1395c9bc6425a5f84c (diff) | |
download | vdr-plugin-osdpip-fd2fe78b93649e95cb03a04070e8d05e22ebaf1c.tar.gz vdr-plugin-osdpip-fd2fe78b93649e95cb03a04070e8d05e22ebaf1c.tar.bz2 |
Improved copyright and license information in the header of all source files
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,7 +1,22 @@ /* * OSD Picture in Picture plugin for the Video Disk Recorder * - * See the README file for copyright information and how to reach the author. + * Copyright (C) 2004 - 2008 Andreas Regel <andreas.regel@powarman.de> + * Copyright (C) 2004 Sascha Volkenandt <sascha@akv-soft.de> + * + * 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. */ #if (APIVERSNUM < 10507) |