summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/drivers.c19
-rw-r--r--vidix/drivers.h18
-rw-r--r--vidix/vidix.h2
-rw-r--r--vidix/vidixlib.c2
-rw-r--r--vidix/vidixlib.h2
5 files changed, 40 insertions, 3 deletions
diff --git a/vidix/drivers.c b/vidix/drivers.c
index 7ec1fe7498..22a2b435fe 100644
--- a/vidix/drivers.c
+++ b/vidix/drivers.c
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2007 Benjamin Zores <ben@geexbox.org>
+ * Vidix drivers registry handler.
+ *
+ * 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
+ */
+
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
diff --git a/vidix/drivers.h b/vidix/drivers.h
index 0cf8772cd1..2092efec8f 100644
--- a/vidix/drivers.h
+++ b/vidix/drivers.h
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2007 Benjamin Zores <ben@geexbox.org>
+ * Vidix drivers registry handler.
+ *
+ * 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
+ */
#ifndef VIDIX_DRIVERS_H
#define VIDIX_DRIVERS_H
diff --git a/vidix/vidix.h b/vidix/vidix.h
index 12454cc65f..f1a8ff6503 100644
--- a/vidix/vidix.h
+++ b/vidix/vidix.h
@@ -6,7 +6,7 @@
* In the future it may be expanded up to capturing and audio things.
* Main goal of this this interface imlpementation is providing DGA
* everywhere where it's possible (unlike X11 and other).
- * Copyright 2002 Nick Kurshev
+ * Copyright 2002 Nick Kurshev, 2007 Benjamin Zores
* Licence: GPL
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
* and personally my ideas.
diff --git a/vidix/vidixlib.c b/vidix/vidixlib.c
index caf5b00dec..ee41371b81 100644
--- a/vidix/vidixlib.c
+++ b/vidix/vidixlib.c
@@ -6,7 +6,7 @@
* In the future it may be expanded up to capturing and audio things.
* Main goal of this this interface imlpementation is providing DGA
* everywhere where it's possible (unlike X11 and other).
- * Copyright 2002 Nick Kurshev
+ * Copyright 2002 Nick Kurshev, 2007 Benjamin Zores
* Licence: GPL
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
* and personally my ideas.
diff --git a/vidix/vidixlib.h b/vidix/vidixlib.h
index 364e06de59..6625ef0d0a 100644
--- a/vidix/vidixlib.h
+++ b/vidix/vidixlib.h
@@ -6,7 +6,7 @@
* In the future it may be expanded up to capturing and audio things.
* Main goal of this this interface imlpementation is providing DGA
* everywhere where it's possible (unlike X11 and other).
- * Copyright 2002 Nick Kurshev
+ * Copyright 2002 Nick Kurshev, 2007 Benjamin Zores
* Licence: GPL
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
* and personally my ideas.