From f14108c9e1834f279daf850dc8f8f9766cdac203 Mon Sep 17 00:00:00 2001 From: Andrzej Kapolka Date: Wed, 19 Jun 2013 10:25:59 -0700 Subject: [PATCH] Added code attribution/disclaimer. --- .../external/UVCCameraControl/src/UVCCameraControl.h | 9 +++++++++ .../external/UVCCameraControl/src/UVCCameraControl.m | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/interface/external/UVCCameraControl/src/UVCCameraControl.h b/interface/external/UVCCameraControl/src/UVCCameraControl.h index a57f85edef..05475d7692 100644 --- a/interface/external/UVCCameraControl/src/UVCCameraControl.h +++ b/interface/external/UVCCameraControl/src/UVCCameraControl.h @@ -1,3 +1,12 @@ +// +// This code was written by Dominic Szablewski: http://phoboslab.org/log/2009/07/uvc-camera-control-for-mac-os-x +// +// It is in the public domain: +// +// "Consider this as public domain. Do whatever you want with it. I'm not responsible if your camera explodes or +// for any other damages this software might cause!" +// + #import #include diff --git a/interface/external/UVCCameraControl/src/UVCCameraControl.m b/interface/external/UVCCameraControl/src/UVCCameraControl.m index 3f2ccbab37..ee02fa1421 100644 --- a/interface/external/UVCCameraControl/src/UVCCameraControl.m +++ b/interface/external/UVCCameraControl/src/UVCCameraControl.m @@ -1,3 +1,12 @@ +// +// This code was written by Dominic Szablewski: http://phoboslab.org/log/2009/07/uvc-camera-control-for-mac-os-x +// +// It is in the public domain: +// +// "Consider this as public domain. Do whatever you want with it. I'm not responsible if your camera explodes or +// for any other damages this software might cause!" +// + #import "UVCCameraControl.h" #import "UVCCameraControl.hpp"