diff options
author | austriancoder <austriancoder> | 2004-08-08 22:16:57 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-08-08 22:16:57 +0000 |
commit | 1719792e23bbb44a8f3c815885fa339dac9c9401 (patch) | |
tree | 44441bf3a1331c5caf5fc13b7f611fc8da2964a4 /dxr3i18n.c | |
parent | 0c94af77bfb27f9410d5bbeda6975633777e8282 (diff) | |
download | vdr-plugin-dxr3-1719792e23bbb44a8f3c815885fa339dac9c9401.tar.gz vdr-plugin-dxr3-1719792e23bbb44a8f3c815885fa339dac9c9401.tar.bz2 |
updated copyright informations
Diffstat (limited to 'dxr3i18n.c')
-rw-r--r-- | dxr3i18n.c | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +/* + * dxr3i18n.c + * + * 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 "dxr3i18n.h" const char *i18n_name = 0; |