diff options
author | austriancoder <austriancoder> | 2004-09-15 23:13:41 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-09-15 23:13:41 +0000 |
commit | 49f5090c58743e6ca5dd51ea4ac1420998bf6d78 (patch) | |
tree | 12f634c7530d71b864d04f77b2924eedc7bcf6ae /dxr3spudecoder.h | |
parent | 8e467593ad2da15a53ae4ef5cb29bb03dbc5a8f4 (diff) | |
download | vdr-plugin-dxr3-49f5090c58743e6ca5dd51ea4ac1420998bf6d78.tar.gz vdr-plugin-dxr3-49f5090c58743e6ca5dd51ea4ac1420998bf6d78.tar.bz2 |
added copyright informations
Diffstat (limited to 'dxr3spudecoder.h')
-rw-r--r-- | dxr3spudecoder.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dxr3spudecoder.h b/dxr3spudecoder.h index 1ffe194..5b510d6 100644 --- a/dxr3spudecoder.h +++ b/dxr3spudecoder.h @@ -1,3 +1,27 @@ +/* + * dxr3spudecoder.h + * + * Copyright (C) 2004 Christian Gmeiner + * + * Orginal: + * Copyright (C) 2001.2002 Andreas Schultz <aschultz@warp10.net> + * + * 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 _DXR3SPUDECODER_H_ #define _DXR3SPUDECODER_H_ |