diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2009-06-15 21:46:22 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2009-06-15 21:46:22 +0300 |
commit | 4b3a5c8e9249e1247ba721676323a34e9e79e6fa (patch) | |
tree | c5e64f52e9f5220a45bc1458bc2cf8ddce4a314a /dxr3colormanager.c | |
parent | 54b241b595125d924f9a6bdce1cdd8175b9af42f (diff) | |
download | vdr-plugin-dxr3-4b3a5c8e9249e1247ba721676323a34e9e79e6fa.tar.gz vdr-plugin-dxr3-4b3a5c8e9249e1247ba721676323a34e9e79e6fa.tar.bz2 |
Update copyright boilerplates from http://www.gnu.org/licenses/lgpl-2.1.txt and http://www.gnu.org/licenses/gpl-2.0.txt
Diffstat (limited to 'dxr3colormanager.c')
-rw-r--r-- | dxr3colormanager.c | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/dxr3colormanager.c b/dxr3colormanager.c index 42d9945..e34332a 100644 --- a/dxr3colormanager.c +++ b/dxr3colormanager.c @@ -6,14 +6,24 @@ email : vdr@schluenss.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 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. + * + */ + /** * Background: * Each encoded pixel in the SPU could have one of the values 0,1,2,3. * |