Skip to content

Commit

Permalink
Add CC-BY-4.0 license to OSO (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng authored Jun 23, 2024
1 parent a528c21 commit 779db59
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,14 @@ $ dbt run --select {name_of_the_model}
For setup and common operations for each subproject, navigate into the respective directory and check out the `README.md`.

You can also find some operations guides on our [documentation](https://docs.opensource.observer/docs/how-oso-works/ops/).

## License

The code and documentation in this repository
is released under Apache 2.0
(see [LICENSE](./LICENSE)).

This repository does not contain data.
Datasets may include material that may be subject to third party rights.
For details on each dataset, see
the [Data Overview](https://docs.opensource.observer/docs/integrate/overview/).
6 changes: 5 additions & 1 deletion apps/docs/docs/integrate/overview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Like most dbt-based pipelines, we split the pipeline stages into
You can find the reference documentation on every data model on
[https://models.opensource.observer/](https://models.opensource.observer/)

Data produced by the OSO data pipeline is released under the
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
license.

### OSO Mart Models

These are the final product from the data pipeline,
Expand Down Expand Up @@ -204,7 +208,7 @@ We currently have coverage for:
- [PGN](https://models.opensource.observer/#!/source_list/pgn)
- [Zora](https://models.opensource.observer/#!/source_list/zora)

For term of use, please see the OSO
For terms of use, please see the OSO
[terms and conditions](https://www.opensource.observer/terms).

### Farcaster Data
Expand Down

0 comments on commit 779db59

Please sign in to comment.