diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-12 02:50:13 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-12 02:50:13 -0500 |
commit | bd9887f10533eba76129f14f92ac971f11d1b1c0 (patch) | |
tree | 03850db39c29d493ccd0e4711a039fe25b5b9864 /freenect-server--kinect.c | |
parent | a12ec8aa4aa65cc74b2f5945fc76b181cf6fddb8 (diff) |
copyright
Diffstat (limited to 'freenect-server--kinect.c')
-rw-r--r-- | freenect-server--kinect.c | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/freenect-server--kinect.c b/freenect-server--kinect.c index 2e817dc..4573a08 100644 --- a/freenect-server--kinect.c +++ b/freenect-server--kinect.c @@ -1,3 +1,28 @@ +/* + * This file is part of the OpenKinect Project. http://www.openkinect.org + * + * Copyright (c) 2010 Brandyn White (bwhite@dappervision.com) + * Copyright (c) 2016 Luke Shumaker (lukeshu@sbcglobal.net) + * + * This code is licensed to you under the terms of the Apache License, version + * 2.0, or, at your option, the terms of the GNU General Public License, + * version 2.0. See the APACHE20 and GPL2 files for the text of the licenses, + * or the following URLs: + * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.gnu.org/licenses/gpl-2.0.txt + * + * If you redistribute this file in source form, modified or unmodified, you + * may: + * 1) Leave this header intact and distribute it under the same terms, + * accompanying it with the APACHE20 and GPL20 files, or + * 2) Delete the Apache 2.0 clause and accompany it with the GPL2 file, or + * 3) Delete the GPL v2 clause and accompany it with the APACHE20 file + * In all cases you must keep the copyright notice intact and include a copy + * of the CONTRIB file. + * + * Binary distributions must follow the binary distribution requirements of + * either License. + */ #include <errno.h> #include <error.h> #include <stdio.h> |