Skip to content

Commit 92ab7f3

Browse files
committed
Add new license headers and files
Signed-off-by: Hector Martin <[email protected]>
1 parent 50fdac7 commit 92ab7f3

File tree

7 files changed

+1142
-36
lines changed

7 files changed

+1142
-36
lines changed

APACHE20

+678
Large diffs are not rendered by default.

GPL2

+340
Large diffs are not rendered by default.

c/CMakeLists.txt

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# This file is part of the OpenKinect Project. http://www.openkinect.org
2+
#
3+
# Copyright (c) 2010 individual OpenKinect contributors. See the CONTRIB file
4+
# for details.
5+
#
6+
# This code is licensed to you under the terms of the Apache License, version
7+
# 2.0, or, at your option, the terms of the GNU General Public License,
8+
# version 2.0. See the APACHE20 and GPL2 files for the text of the licenses,
9+
# or the following URLs:
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
# http://www.gnu.org/licenses/gpl-2.0.txt
12+
#
13+
# If you redistribute this file in source form, modified or unmodified, you
14+
# may:
15+
# 1) Leave this header intact and distribute it under the same terms,
16+
# accompanying it with the APACHE20 and GPL20 files, or
17+
# 2) Delete the Apache 2.0 clause and accompany it with the GPL2 file, or
18+
# 3) Delete the GPL v2 clause and accompany it with the APACHE20 file
19+
# In all cases you must keep the copyright notice intact and include a copy
20+
# of the CONTRIB file.
21+
#
22+
# Binary distributions must follow the binary distribution requirements of
23+
# either License.
24+
125
PROJECT(libfreenect)
226

327
cmake_minimum_required(VERSION 2.6)

c/examples/glview.c

+25-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1-
/* libfreenect - an open source Kinect driver
2-
3-
Copyright (C) 2010 Hector Martin "marcan" <[email protected]>
4-
5-
This code is licensed to you under the terms of the GNU GPL, version 2 or version 3;
6-
see:
7-
http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
8-
http://www.gnu.org/licenses/gpl-3.0.txt
9-
*/
1+
/*
2+
* This file is part of the OpenKinect Project. http://www.openkinect.org
3+
*
4+
* Copyright (c) 2010 individual OpenKinect contributors. See the CONTRIB file
5+
* for details.
6+
*
7+
* This code is licensed to you under the terms of the Apache License, version
8+
* 2.0, or, at your option, the terms of the GNU General Public License,
9+
* version 2.0. See the APACHE20 and GPL2 files for the text of the licenses,
10+
* or the following URLs:
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
* http://www.gnu.org/licenses/gpl-2.0.txt
13+
*
14+
* If you redistribute this file in source form, modified or unmodified, you
15+
* may:
16+
* 1) Leave this header intact and distribute it under the same terms,
17+
* accompanying it with the APACHE20 and GPL20 files, or
18+
* 2) Delete the Apache 2.0 clause and accompany it with the GPL2 file, or
19+
* 3) Delete the GPL v2 clause and accompany it with the APACHE20 file
20+
* In all cases you must keep the copyright notice intact and include a copy
21+
* of the CONTRIB file.
22+
*
23+
* Binary distributions must follow the binary distribution requirements of
24+
* either License.
25+
*/
1026

1127

1228
#include <stdio.h>

c/include/libfreenect.h

+25-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1-
/* libfreenect - an open source Kinect driver
2-
3-
Copyright (C) 2010 Hector Martin "marcan" <[email protected]>
4-
5-
This code is licensed to you under the terms of the GNU GPL, version 2 or version 3;
6-
see:
7-
http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
8-
http://www.gnu.org/licenses/gpl-3.0.txt
9-
*/
1+
/*
2+
* This file is part of the OpenKinect Project. http://www.openkinect.org
3+
*
4+
* Copyright (c) 2010 individual OpenKinect contributors. See the CONTRIB file
5+
* for details.
6+
*
7+
* This code is licensed to you under the terms of the Apache License, version
8+
* 2.0, or, at your option, the terms of the GNU General Public License,
9+
* version 2.0. See the APACHE20 and GPL2 files for the text of the licenses,
10+
* or the following URLs:
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
* http://www.gnu.org/licenses/gpl-2.0.txt
13+
*
14+
* If you redistribute this file in source form, modified or unmodified, you
15+
* may:
16+
* 1) Leave this header intact and distribute it under the same terms,
17+
* accompanying it with the APACHE20 and GPL20 files, or
18+
* 2) Delete the Apache 2.0 clause and accompany it with the GPL2 file, or
19+
* 3) Delete the GPL v2 clause and accompany it with the APACHE20 file
20+
* In all cases you must keep the copyright notice intact and include a copy
21+
* of the CONTRIB file.
22+
*
23+
* Binary distributions must follow the binary distribution requirements of
24+
* either License.
25+
*/
1026

1127
#ifndef LIBFREENECT_H
1228
#define LIBFREENECT_H

c/lib/cameras.c

+25-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1-
/* libfreenect - an open source Kinect driver
2-
3-
Copyright (C) 2010 Hector Martin "marcan" <[email protected]>
4-
5-
This code is licensed to you under the terms of the GNU GPL, version 2 or version 3;
6-
see:
7-
http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
8-
http://www.gnu.org/licenses/gpl-3.0.txt
9-
*/
1+
/*
2+
* This file is part of the OpenKinect Project. http://www.openkinect.org
3+
*
4+
* Copyright (c) 2010 individual OpenKinect contributors. See the CONTRIB file
5+
* for details.
6+
*
7+
* This code is licensed to you under the terms of the Apache License, version
8+
* 2.0, or, at your option, the terms of the GNU General Public License,
9+
* version 2.0. See the APACHE20 and GPL2 files for the text of the licenses,
10+
* or the following URLs:
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
* http://www.gnu.org/licenses/gpl-2.0.txt
13+
*
14+
* If you redistribute this file in source form, modified or unmodified, you
15+
* may:
16+
* 1) Leave this header intact and distribute it under the same terms,
17+
* accompanying it with the APACHE20 and GPL20 files, or
18+
* 2) Delete the Apache 2.0 clause and accompany it with the GPL2 file, or
19+
* 3) Delete the GPL v2 clause and accompany it with the APACHE20 file
20+
* In all cases you must keep the copyright notice intact and include a copy
21+
* of the CONTRIB file.
22+
*
23+
* Binary distributions must follow the binary distribution requirements of
24+
* either License.
25+
*/
1026

1127
#include <stdio.h>
1228
#include <stdlib.h>

c/lib/cameras.h

+25-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1-
/* libfreenect - an open source Kinect driver
2-
3-
Copyright (C) 2010 Hector Martin "marcan" <[email protected]>
4-
5-
This code is licensed to you under the terms of the GNU GPL, version 2 or version 3;
6-
see:
7-
http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
8-
http://www.gnu.org/licenses/gpl-3.0.txt
9-
*/
1+
/*
2+
* This file is part of the OpenKinect Project. http://www.openkinect.org
3+
*
4+
* Copyright (c) 2010 individual OpenKinect contributors. See the CONTRIB file
5+
* for details.
6+
*
7+
* This code is licensed to you under the terms of the Apache License, version
8+
* 2.0, or, at your option, the terms of the GNU General Public License,
9+
* version 2.0. See the APACHE20 and GPL2 files for the text of the licenses,
10+
* or the following URLs:
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
* http://www.gnu.org/licenses/gpl-2.0.txt
13+
*
14+
* If you redistribute this file in source form, modified or unmodified, you
15+
* may:
16+
* 1) Leave this header intact and distribute it under the same terms,
17+
* accompanying it with the APACHE20 and GPL20 files, or
18+
* 2) Delete the Apache 2.0 clause and accompany it with the GPL2 file, or
19+
* 3) Delete the GPL v2 clause and accompany it with the APACHE20 file
20+
* In all cases you must keep the copyright notice intact and include a copy
21+
* of the CONTRIB file.
22+
*
23+
* Binary distributions must follow the binary distribution requirements of
24+
* either License.
25+
*/
1026

1127
#ifndef CAMERAS_H
1228
#define CAMERAS_H

0 commit comments

Comments
 (0)