You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix license file to conform to MIT rules, add License section to README (#645)
* fix license file to conform to MIT rules, add License section to README
* Update README.md
Co-authored-by: Pete Gadomski <[email protected]>
---------
Co-authored-by: Pete Gadomski <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@
56
56
-[Running System and Integration Tests](#running-system-and-integration-tests)
57
57
-[Updating the OpenAPI specification](#updating-the-openapi-specification)
58
58
-[About](#about)
59
+
-[License](#license)
59
60
60
61
## Overview
61
62
@@ -1261,3 +1262,10 @@ and fix any errors or warnings.
1261
1262
## About
1262
1263
1263
1264
[stac-server](https://github.com/stac-utils/stac-server) was forked from [sat-api](https://github.com/sat-utils/sat-api). Stac-server is for STAC versions 0.9.0+, while sat-api exists for versions of STAC prior to 0.9.0.
1265
+
1266
+
## License
1267
+
1268
+
stac-server is licensed under [The MIT License](https://opensource.org/license/mit/).
1269
+
Copyright for portions of stac-server is held by Development Seed (2016) as
1270
+
part of project [sat-api](https://github.com/sat-utils/sat-api)
1271
+
[original license](https://github.com/sat-utils/sat-api/blob/master/LICENSE). Copyright for all changes to stac-server since the fork date is held by Element 84, Inc (2020).
0 commit comments