Skip to content

Commit

Permalink
Merge pull request #49 from bluesky-social/bnewbold/rename-repo
Browse files Browse the repository at this point in the history
update Dockerfile and README to reflect repo rename
  • Loading branch information
bnewbold authored Mar 13, 2024
2 parents 4c83d5d + bd1eb30 commit cbb3d2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ EXPOSE 3000
USER node
CMD ["yarn", "start"]

LABEL org.opencontainers.image.source=https://github.com/bluesky-social/ozone-ui
LABEL org.opencontainers.image.source=https://github.com/bluesky-social/ozone
LABEL org.opencontainers.image.description="Ozone Moderation Service Web UI"
LABEL org.opencontainers.image.licenses=MIT
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Ozone UI: web interface for atproto labeling services
=====================================================
Ozone: labeling service for Bluesky and other atproto apps
==========================================================

![ozone web interface screenshot](./docs/ozone_ui.png)

Expand Down Expand Up @@ -78,8 +78,8 @@ If you discover any security issues, please send an email to [email protected].

This project is dual-licensed under MIT and Apache 2.0 terms:

- MIT license ([LICENSE-MIT](https://github.com/bluesky-social/ozone-ui/blob/main/LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
- Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/bluesky-social/ozone-ui/blob/main/LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT](https://github.com/bluesky-social/ozone/blob/main/LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
- Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/bluesky-social/ozone/blob/main/LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)

Downstream projects and end users may chose either license individually, or both together, at their discretion. The motivation for this dual-licensing is the additional software patent assurance provided by Apache 2.0.

Expand Down

0 comments on commit cbb3d2b

Please sign in to comment.