[media] uvcvideo: Update e-mail address and copyright notices
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
707dcd903f
commit
11fc5baf1d
7 changed files with 15 additions and 14 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* uvc_ctrl.c -- USB Video Class driver - Controls
|
* uvc_ctrl.c -- USB Video Class driver - Controls
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2009
|
* Copyright (C) 2005-2010
|
||||||
* Laurent Pinchart (laurent.pinchart@skynet.be)
|
* Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* uvc_driver.c -- USB Video Class driver
|
* uvc_driver.c -- USB Video Class driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2009
|
* Copyright (C) 2005-2010
|
||||||
* Laurent Pinchart (laurent.pinchart@skynet.be)
|
* Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -38,7 +38,8 @@
|
||||||
|
|
||||||
#include "uvcvideo.h"
|
#include "uvcvideo.h"
|
||||||
|
|
||||||
#define DRIVER_AUTHOR "Laurent Pinchart <laurent.pinchart@skynet.be>"
|
#define DRIVER_AUTHOR "Laurent Pinchart " \
|
||||||
|
"<laurent.pinchart@ideasonboard.com>"
|
||||||
#define DRIVER_DESC "USB Video Class driver"
|
#define DRIVER_DESC "USB Video Class driver"
|
||||||
#ifndef DRIVER_VERSION
|
#ifndef DRIVER_VERSION
|
||||||
#define DRIVER_VERSION "v0.1.0"
|
#define DRIVER_VERSION "v0.1.0"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (C) 2006-2007
|
* Copyright (C) 2006-2007
|
||||||
* Ivan N. Zlatev <contact@i-nz.net>
|
* Ivan N. Zlatev <contact@i-nz.net>
|
||||||
* Copyright (C) 2008-2009
|
* Copyright (C) 2008-2009
|
||||||
* Laurent Pinchart <laurent.pinchart@skynet.be>
|
* Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* uvc_queue.c -- USB Video Class driver - Buffers management
|
* uvc_queue.c -- USB Video Class driver - Buffers management
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2009
|
* Copyright (C) 2005-2010
|
||||||
* Laurent Pinchart (laurent.pinchart@skynet.be)
|
* Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* uvc_status.c -- USB Video Class driver - Status endpoint
|
* uvc_status.c -- USB Video Class driver - Status endpoint
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2009
|
* Copyright (C) 2005-2009
|
||||||
* Laurent Pinchart (laurent.pinchart@skynet.be)
|
* Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* uvc_v4l2.c -- USB Video Class driver - V4L2 API
|
* uvc_v4l2.c -- USB Video Class driver - V4L2 API
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2009
|
* Copyright (C) 2005-2010
|
||||||
* Laurent Pinchart (laurent.pinchart@skynet.be)
|
* Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* uvc_video.c -- USB Video Class driver - Video handling
|
* uvc_video.c -- USB Video Class driver - Video handling
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2009
|
* Copyright (C) 2005-2010
|
||||||
* Laurent Pinchart (laurent.pinchart@skynet.be)
|
* Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue