Added code attribution/disclaimer.

This commit is contained in:
Andrzej Kapolka 2013-06-19 10:25:59 -07:00
parent 344b8a31c8
commit f14108c9e1
2 changed files with 18 additions and 0 deletions

View file

@ -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 <Foundation/Foundation.h>
#include <CoreFoundation/CoreFoundation.h>

View file

@ -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"