From 032a0f17f6af583fe3bbbd9e1dd57098041f5952 Mon Sep 17 00:00:00 2001 From: MiscFrizzy Date: Thu, 22 May 2025 14:04:07 -0400 Subject: [PATCH 1/2] Updates LICENSE for active mainter org --- LICENSE.md | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 9b06e34..8f878f8 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -83,4 +83,4 @@ You may add additional accurate notices of copyright ownership. # Addendum to MPL 2.0 License Aggrement **1.** Follow VRChat [Terms of Service](https://hello.vrchat.com/legal) and [Creator Guidelines](https://hello.vrchat.com/creator-guidelines#:~:text=or%20suggestive%20content.-,API%20Usage%20/%20Bots) when using this software with the VRChat API. -**2.** You are resonsible for any use of this software that results in VRChat Trust & Safety actioning you. You release PrideVR, INC, and any of their volunteers, of any and all liability. +**2.** You are resonsible for any use of this software that results in VRChat Trust & Safety actioning you. You release Pupsie Co., and any of their staff, of any and all liability. diff --git a/README.md b/README.md index b4cf81a..3841789 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,4 @@ MPL-2.0 with Addendum Contributors list made with [contrib.rocks](https://contrib.rocks). -© 2025 [PrideVR, INC](https://pridevr.org) - -A VR Pride Organization +© 2025 [Pupsie, CO](https://pupsie.co) From 6da03c2920ab23a3418b81f1283667bc28656204 Mon Sep 17 00:00:00 2001 From: MiscFrizzy Date: Thu, 22 May 2025 14:06:01 -0400 Subject: [PATCH 2/2] refactor: setup a docs directory for different readme's --- {.github => docs}/BADGE_SETUP.md | 0 {.github => docs}/WORKFLOWS_GUIDE.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {.github => docs}/BADGE_SETUP.md (100%) rename {.github => docs}/WORKFLOWS_GUIDE.md (100%) diff --git a/.github/BADGE_SETUP.md b/docs/BADGE_SETUP.md similarity index 100% rename from .github/BADGE_SETUP.md rename to docs/BADGE_SETUP.md diff --git a/.github/WORKFLOWS_GUIDE.md b/docs/WORKFLOWS_GUIDE.md similarity index 100% rename from .github/WORKFLOWS_GUIDE.md rename to docs/WORKFLOWS_GUIDE.md