Skip to content

Commit 3fd67df

Browse files
Phil Varnergadomski
andauthored
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]>
1 parent a327f91 commit 3fd67df

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

LICENSE

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
Copyright for portions of stac-server are held by Development Seed (2006) as
2-
part of project sat-api (https://github.com/sat-utils/sat-api). All other
3-
copyright for stac-server are held by Element 84, Inc (2020).
4-
5-
Original license below, from https://github.com/sat-utils/sat-api/LICENSE
6-
------
7-
81
Copyright (c) 2016 Development Seed
2+
Copyright (c) 2020 Element 84, Inc
93

104
Permission is hereby granted, free of charge, to any person obtaining a copy
115
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- [Running System and Integration Tests](#running-system-and-integration-tests)
5757
- [Updating the OpenAPI specification](#updating-the-openapi-specification)
5858
- [About](#about)
59+
- [License](#license)
5960

6061
## Overview
6162

@@ -1261,3 +1262,10 @@ and fix any errors or warnings.
12611262
## About
12621263

12631264
[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

Comments
 (0)