Skip to content

Commit

Permalink
fix license file to conform to MIT rules, add License section to READ…
Browse files Browse the repository at this point in the history
…ME (#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]>
  • Loading branch information
Phil Varner and gadomski authored Nov 28, 2023
1 parent a327f91 commit 3fd67df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 1 addition & 7 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
Copyright for portions of stac-server are held by Development Seed (2006) as
part of project sat-api (https://github.com/sat-utils/sat-api). All other
copyright for stac-server are held by Element 84, Inc (2020).

Original license below, from https://github.com/sat-utils/sat-api/LICENSE
------

Copyright (c) 2016 Development Seed
Copyright (c) 2020 Element 84, Inc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
- [Running System and Integration Tests](#running-system-and-integration-tests)
- [Updating the OpenAPI specification](#updating-the-openapi-specification)
- [About](#about)
- [License](#license)

## Overview

Expand Down Expand Up @@ -1261,3 +1262,10 @@ and fix any errors or warnings.
## About

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

## License

stac-server is licensed under [The MIT License](https://opensource.org/license/mit/).
Copyright for portions of stac-server is held by Development Seed (2016) as
part of project [sat-api](https://github.com/sat-utils/sat-api)
[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 comments on commit 3fd67df

Please sign in to comment.