diff options
author | austriancoder <austriancoder> | 2004-08-08 02:15:43 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-08-08 02:15:43 +0000 |
commit | 11e3d35435460d89c0f24e91d2be2db848026964 (patch) | |
tree | 84f9f5a1729d84e5b2d38d81864582e41a1bc6f7 /dxr3sysclock.h | |
parent | 20b4bac29931ed44b8e379f98397c20330d0d8c1 (diff) | |
download | vdr-plugin-dxr3-11e3d35435460d89c0f24e91d2be2db848026964.tar.gz vdr-plugin-dxr3-11e3d35435460d89c0f24e91d2be2db848026964.tar.bz2 |
updated copyright informations
Diffstat (limited to 'dxr3sysclock.h')
-rw-r--r-- | dxr3sysclock.h | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/dxr3sysclock.h b/dxr3sysclock.h index 50c5540..21910e0 100644 --- a/dxr3sysclock.h +++ b/dxr3sysclock.h @@ -1,7 +1,27 @@ +/* + * dxr3sysclock.h + * + * Copyright (C) 2002-2004 Kai Möller + * + * 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 _DXR3_SYSCLOCK_H_ #define _DXR3_SYSCLOCK_H_ -//#include <stdint.h> #include "dxr3vdrincludes.h" #include <linux/em8300.h> |