From fb283edbaf8aa3ecc7db014a40a28173ce81bc4c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 6 May 2025 10:43:57 -0700 Subject: [PATCH] use legally registered name for company (#3834) --- LICENSE.txt | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 396d950eb..3c30fa803 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ 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 (), or the Apache License, Version 2.0 (). diff --git a/README.md b/README.md index 71c95c736..a9278b007 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ make help ## 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 - [Github Discussions](https://github.com/bluesky-social/atproto/discussions) 👈 Great place to ask questions diff --git a/package.json b/package.json index 8587130b3..1c50b151a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "atp", "version": "0.0.1", "repository": "git@github.com:bluesky-social/atproto.git", - "author": "Bluesky PBC ", + "author": "Bluesky Social PBC ", "license": "MIT", "private": true, "engines": {