Skip to content

Commit 37e4604

Browse files
committed
Update licence
1 parent 56609ee commit 37e4604

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+978
-1570
lines changed

LICENSE

+10-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
1-
Copyright © 2015 Uncharted Software Inc.
1+
Copyright 2016 Uncharted Software Inc.
22

3-
Property of Uncharted™, formerly Oculus Info Inc.
4-
http://uncharted.software/
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
56

6-
Released under the MIT License.
7+
http://www.apache.org/licenses/LICENSE-2.0
78

8-
Permission is hereby granted, free of charge, to any person obtaining a copy of
9-
this software and associated documentation files (the "Software"), to deal in
10-
the Software without restriction, including without limitation the rights to
11-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
12-
of the Software, and to permit persons to whom the Software is furnished to do
13-
so, subject to the following conditions:
14-
15-
The above copyright notice and this permission notice shall be included in all
16-
copies or substantial portions of the Software.
17-
18-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24-
SOFTWARE.
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

app.js

+14-25
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
11
/**
2-
* Copyright © 2015 Uncharted Software Inc.
3-
*
4-
* Property of Uncharted™, formerly Oculus Info Inc.
5-
* http://uncharted.software/
6-
*
7-
* Released under the MIT License.
8-
*
9-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
10-
* this software and associated documentation files (the "Software"), to deal in
11-
* the Software without restriction, including without limitation the rights to
12-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
13-
* of the Software, and to permit persons to whom the Software is furnished to do
14-
* so, subject to the following conditions:
15-
*
16-
* The above copyright notice and this permission notice shall be included in all
17-
* copies or substantial portions of the Software.
18-
*
19-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25-
* SOFTWARE.
26-
*/
2+
Copyright 2016 Uncharted Software Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
2716

2817
var express = require('express');
2918
var path = require('path');

bin/getmissingdates

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/usr/bin/env node
2+
/**
3+
Copyright 2016 Uncharted Software Inc.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
*/
217

318
var moment = require('moment');
419
var datesDB = require('../db/dates');

bin/getmissingmonths

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/usr/bin/env node
2+
/**
3+
Copyright 2016 Uncharted Software Inc.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
*/
217

318
var moment = require('moment');
419
var datesDB = require('../db/dates');

bin/ingest

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/usr/bin/env node
2+
/**
3+
Copyright 2016 Uncharted Software Inc.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
*/
217

318
var path = require('path');
419
var ingestFiles = require('../ingest/ingestFiles');

bin/splitworld

+16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
#!/usr/bin/env node
2+
/**
3+
Copyright 2016 Uncharted Software Inc.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
*/
17+
218
var worldHighJSON = require('../data/world.high.geo.json');
319
var worldMedJSON = require('../data/world.medium.geo.json');
420
var path = require('path');

bin/www

+16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
#!/usr/bin/env node
2+
/**
3+
Copyright 2016 Uncharted Software Inc.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
*/
17+
218

319
/**
420
* Module dependencies.

db/connection.js

+14-25
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
11
/**
2-
* Copyright © 2015 Uncharted Software Inc.
3-
*
4-
* Property of Uncharted™, formerly Oculus Info Inc.
5-
* http://uncharted.software/
6-
*
7-
* Released under the MIT License.
8-
*
9-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
10-
* this software and associated documentation files (the "Software"), to deal in
11-
* the Software without restriction, including without limitation the rights to
12-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
13-
* of the Software, and to permit persons to whom the Software is furnished to do
14-
* so, subject to the following conditions:
15-
*
16-
* The above copyright notice and this permission notice shall be included in all
17-
* copies or substantial portions of the Software.
18-
*
19-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25-
* SOFTWARE.
26-
*/
2+
Copyright 2016 Uncharted Software Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
2716

2817
(function() {
2918
'use strict';

db/country.js

+14-25
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
11
/**
2-
* Copyright © 2015 Uncharted Software Inc.
3-
*
4-
* Property of Uncharted™, formerly Oculus Info Inc.
5-
* http://uncharted.software/
6-
*
7-
* Released under the MIT License.
8-
*
9-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
10-
* this software and associated documentation files (the "Software"), to deal in
11-
* the Software without restriction, including without limitation the rights to
12-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
13-
* of the Software, and to permit persons to whom the Software is furnished to do
14-
* so, subject to the following conditions:
15-
*
16-
* The above copyright notice and this permission notice shall be included in all
17-
* copies or substantial portions of the Software.
18-
*
19-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25-
* SOFTWARE.
26-
*/
2+
Copyright 2016 Uncharted Software Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
2716

2817
(function() {
2918
'use strict';

db/dates.js

+14-25
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
11
/**
2-
* Copyright © 2015 Uncharted Software Inc.
3-
*
4-
* Property of Uncharted™, formerly Oculus Info Inc.
5-
* http://uncharted.software/
6-
*
7-
* Released under the MIT License.
8-
*
9-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
10-
* this software and associated documentation files (the "Software"), to deal in
11-
* the Software without restriction, including without limitation the rights to
12-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
13-
* of the Software, and to permit persons to whom the Software is furnished to do
14-
* so, subject to the following conditions:
15-
*
16-
* The above copyright notice and this permission notice shall be included in all
17-
* copies or substantial portions of the Software.
18-
*
19-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25-
* SOFTWARE.
26-
*/
2+
Copyright 2016 Uncharted Software Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
2716

2817
(function() {
2918
'use strict';

db/db_init.js

+14-25
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
11
/**
2-
* Copyright © 2015 Uncharted Software Inc.
3-
*
4-
* Property of Uncharted™, formerly Oculus Info Inc.
5-
* http://uncharted.software/
6-
*
7-
* Released under the MIT License.
8-
*
9-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
10-
* this software and associated documentation files (the "Software"), to deal in
11-
* the Software without restriction, including without limitation the rights to
12-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
13-
* of the Software, and to permit persons to whom the Software is furnished to do
14-
* so, subject to the following conditions:
15-
*
16-
* The above copyright notice and this permission notice shall be included in all
17-
* copies or substantial portions of the Software.
18-
*
19-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25-
* SOFTWARE.
26-
*/
2+
Copyright 2016 Uncharted Software Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
2716

2817
(function() {
2918
'use strict';

0 commit comments

Comments
 (0)