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 | |
parent | 20b4bac29931ed44b8e379f98397c20330d0d8c1 (diff) | |
download | vdr-plugin-dxr3-11e3d35435460d89c0f24e91d2be2db848026964.tar.gz vdr-plugin-dxr3-11e3d35435460d89c0f24e91d2be2db848026964.tar.bz2 |
updated copyright informations
-rw-r--r-- | dxr3pesframe.c | 23 | ||||
-rw-r--r-- | dxr3pesframe.h | 19 | ||||
-rw-r--r-- | dxr3syncbuffer.h | 19 | ||||
-rw-r--r-- | dxr3sysclock.c | 21 | ||||
-rw-r--r-- | dxr3sysclock.h | 22 |
5 files changed, 97 insertions, 7 deletions
diff --git a/dxr3pesframe.c b/dxr3pesframe.c index c86002e..e1cbb9e 100644 --- a/dxr3pesframe.c +++ b/dxr3pesframe.c @@ -1,5 +1,28 @@ +/* + * dxr3pesframe.c + * + * 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. + * + */ + + #include "dxr3pesframe.h" #include "dxr3log.h" + #include <linux/em8300.h> #include <stdio.h> #include <sys/types.h> diff --git a/dxr3pesframe.h b/dxr3pesframe.h index e0d9034..e032cb9 100644 --- a/dxr3pesframe.h +++ b/dxr3pesframe.h @@ -1,8 +1,21 @@ /* - * dxr3pesframe.h: + * dxr3pesframe.h * - * See the main source file 'dxr3.c' for copyright information and - * how to reach the author. + * 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. * */ diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h index 1598b62..21b495b 100644 --- a/dxr3syncbuffer.h +++ b/dxr3syncbuffer.h @@ -1,8 +1,21 @@ /* - * dxr3syncbuffer.h: + * dxr3syncbuffer.h * - * See the main source file 'dxr3.c' for copyright information and - * how to reach the author. + * 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. * */ diff --git a/dxr3sysclock.c b/dxr3sysclock.c index 9d7d050..8c32948 100644 --- a/dxr3sysclock.c +++ b/dxr3sysclock.c @@ -1,3 +1,24 @@ +/* + * dxr3sysclock.c + * + * 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. + * + */ + #include <sys/ioctl.h> #include "dxr3sysclock.h" 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> |