Skip to content

Commit 6afad17

Browse files
committed
Update license information and package.json
1 parent 6b7045b commit 6afad17

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

LICENSE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014-2017 Analytical Graphics, Inc. and Contributors
1+
Copyright 2014-2022 Analytical Graphics, Inc. and Contributors
22

33
Apache License
44
Version 2.0, January 2004
@@ -207,7 +207,7 @@ Original Work
207207

208208
Code samples were ported from [earth-api-samples](https://code.google.com/p/earth-api-samples/).
209209

210-
Copyright 2008-2014 Google Inc.
210+
Copyright 2008-2022 Google Inc.
211211

212212
Licensed under the Apache License, Version 2.0 (the "License");
213213
you may not use this file except in compliance with the License.
@@ -230,7 +230,7 @@ This project includes the following third-party code.
230230

231231
http://cesiumjs.org/
232232

233-
Copyright 2011-2014 Cesium Contributors
233+
Copyright 2011-2022 Cesium Contributors
234234

235235
> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
236236
>

ThirdParty.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"name": "CesiumJS",
4+
"license": ["Apache-2.0"],
5+
"version": "1.37",
6+
"url": "https://github.com/CesiumGS/cesium"
7+
}
8+
]

package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
2-
"name": "cesium-starter-app",
2+
"name": "cesium-google-earth-examples",
33
"version": "1.4.0",
4-
"description": "A simple JavaScript starter app for creating apps with Cesium, the open-source WebGL virtual globe and map engine.",
5-
"homepage": "http://cesiumjs.org",
4+
"description": "Google Earth plugin API samples ported to Cesium, the open-source WebGL virtual globe and map engine.",
5+
"homepage": "http://cesium.com/cesiumjs/",
66
"license": "Apache-2.0",
7+
"author": {
8+
"name": "Cesium GS, Inc.",
9+
"url": "https://cesium.com"
10+
},
711
"repository": {
812
"type": "git",
9-
"url": "hhttps://github.com/pjcozzi/cesium-starter-app"
13+
"url": "https://github.com/CesiumGS/cesium-google-earth-examples"
1014
},
11-
"dependencies": {
15+
"devDependencies": {
1216
"express": "~4.9.x",
13-
"compression": "1.0.8",
14-
"request": "2.36.0",
15-
"yargs": "1.2.6"
16-
},
17-
"engines": {
18-
"node": "0.10.x"
17+
"compression": "1.0.8",
18+
"request": "2.36.0",
19+
"yargs": "1.2.6"
1920
}
2021
}

0 commit comments

Comments
 (0)