# HG changeset patch # User ben # Date 1175873439 0 # Node ID d74001dbe2a675437b5fae150d5985147686b4e7 # Parent a7605669b114991ce512b2d40960c5296fd34be8 missing headers in vidix drivers registry files diff -r a7605669b114 -r d74001dbe2a6 vidix/drivers.c --- a/vidix/drivers.c Fri Apr 06 15:26:41 2007 +0000 +++ b/vidix/drivers.c Fri Apr 06 15:30:39 2007 +0000 @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2007 Benjamin Zores + * 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 #include #include diff -r a7605669b114 -r d74001dbe2a6 vidix/drivers.h --- a/vidix/drivers.h Fri Apr 06 15:26:41 2007 +0000 +++ b/vidix/drivers.h Fri Apr 06 15:30:39 2007 +0000 @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2007 Benjamin Zores + * 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 -r a7605669b114 -r d74001dbe2a6 vidix/vidix.h --- a/vidix/vidix.h Fri Apr 06 15:26:41 2007 +0000 +++ b/vidix/vidix.h Fri Apr 06 15:30:39 2007 +0000 @@ -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 -r a7605669b114 -r d74001dbe2a6 vidix/vidixlib.c --- a/vidix/vidixlib.c Fri Apr 06 15:26:41 2007 +0000 +++ b/vidix/vidixlib.c Fri Apr 06 15:30:39 2007 +0000 @@ -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 -r a7605669b114 -r d74001dbe2a6 vidix/vidixlib.h --- a/vidix/vidixlib.h Fri Apr 06 15:26:41 2007 +0000 +++ b/vidix/vidixlib.h Fri Apr 06 15:30:39 2007 +0000 @@ -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.