Revision: 8097
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8097&view=rev
Author:   thjc
Date:     2009-07-23 15:39:16 +0000 (Thu, 23 Jul 2009)

Log Message:
-----------
added missing copyright information to uvc camera code

Modified Paths:
--------------
    code/player/trunk/server/drivers/camera/uvc/UvcInterface.cc
    code/player/trunk/server/drivers/camera/uvc/UvcInterface.h
    code/player/trunk/server/drivers/camera/uvc/cameraUVC.h

Modified: code/player/trunk/server/drivers/camera/uvc/UvcInterface.cc
===================================================================
--- code/player/trunk/server/drivers/camera/uvc/UvcInterface.cc 2009-07-23 
15:36:19 UTC (rev 8096)
+++ code/player/trunk/server/drivers/camera/uvc/UvcInterface.cc 2009-07-23 
15:39:16 UTC (rev 8097)
@@ -1,3 +1,25 @@
+/*
+ *  Player - One Hell of a Robot Server
+ *  Copyright (C) 2006
+ *     Raymond Sheh, Luke Gumbley
+ *
+ *
+ *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ */
+
 #include <pthread.h>
 #include <fcntl.h>
 #include <unistd.h>

Modified: code/player/trunk/server/drivers/camera/uvc/UvcInterface.h
===================================================================
--- code/player/trunk/server/drivers/camera/uvc/UvcInterface.h  2009-07-23 
15:36:19 UTC (rev 8096)
+++ code/player/trunk/server/drivers/camera/uvc/UvcInterface.h  2009-07-23 
15:39:16 UTC (rev 8097)
@@ -1,3 +1,25 @@
+/*
+ *  Player - One Hell of a Robot Server
+ *  Copyright (C) 2006
+ *     Raymond Sheh, Luke Gumbley
+ *
+ *
+ *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ */
+
 #include <linux/types.h>
 #include <linux/videodev2.h>
 #include <string.h>

Modified: code/player/trunk/server/drivers/camera/uvc/cameraUVC.h
===================================================================
--- code/player/trunk/server/drivers/camera/uvc/cameraUVC.h     2009-07-23 
15:36:19 UTC (rev 8096)
+++ code/player/trunk/server/drivers/camera/uvc/cameraUVC.h     2009-07-23 
15:39:16 UTC (rev 8097)
@@ -1,3 +1,25 @@
+/*
+ *  Player - One Hell of a Robot Server
+ *  Copyright (C) 2006
+ *     Raymond Sheh, Luke Gumbley
+ *
+ *
+ *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ */
+
 #include <libplayercore/playercore.h>
 
 #include "UvcInterface.h"


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to