use legally registered name for company (#3834)

This commit is contained in:
bnewbold 2025-05-06 10:43:57 -07:00 committed by GitHub
parent b36014dac5
commit fb283edbaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Dual MIT/Apache-2.0 License Dual MIT/Apache-2.0 License
Copyright (c) 2022-2025 Bluesky PBC, and Contributors Copyright (c) 2022-2025 Bluesky Social PBC, and Contributors
Except as otherwise noted in individual files, this software is licensed under the MIT license (<http://opensource.org/licenses/MIT>), or the Apache License, Version 2.0 (<http://www.apache.org/licenses/LICENSE-2.0>). Except as otherwise noted in individual files, this software is licensed under the MIT license (<http://opensource.org/licenses/MIT>), or the Apache License, Version 2.0 (<http://www.apache.org/licenses/LICENSE-2.0>).

View File

@ -61,7 +61,7 @@ make help
## About AT Protocol ## About AT Protocol
The Authenticated Transfer Protocol ("ATP" or "atproto") is a decentralized social media protocol, developed by [Bluesky PBC](https://bsky.social). Learn more at: The Authenticated Transfer Protocol ("ATP" or "atproto") is a decentralized social media protocol, developed by [Bluesky Social PBC](https://bsky.social). Learn more at:
- [Overview and Guides](https://atproto.com/guides/overview) 👈 Best starting point - [Overview and Guides](https://atproto.com/guides/overview) 👈 Best starting point
- [Github Discussions](https://github.com/bluesky-social/atproto/discussions) 👈 Great place to ask questions - [Github Discussions](https://github.com/bluesky-social/atproto/discussions) 👈 Great place to ask questions

View File

@ -2,7 +2,7 @@
"name": "atp", "name": "atp",
"version": "0.0.1", "version": "0.0.1",
"repository": "git@github.com:bluesky-social/atproto.git", "repository": "git@github.com:bluesky-social/atproto.git",
"author": "Bluesky PBC <hello@blueskyweb.xyz>", "author": "Bluesky Social PBC <hello@blueskyweb.xyz>",
"license": "MIT", "license": "MIT",
"private": true, "private": true,
"engines": { "engines": {