mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 06:04:24 +02:00
Added code attribution/disclaimer.
This commit is contained in:
parent
344b8a31c8
commit
f14108c9e1
2 changed files with 18 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue