From 6118c677f6182d80c4f5b912f4d5267ccacbcdbc Mon Sep 17 00:00:00 2001 From: Zac Bergquist Date: Wed, 20 Nov 2024 08:27:51 -0700 Subject: [PATCH] Move LICENSE-community out of the root directory Some users are confused that Teleport OSS has been discontinued, whic is not the case. Additionally, GitHub sees the community edition license at the root of the repo and displays "Unkown licenses found" on the repo homepage. Move the community edition license into build.assets where the packaging scripts live. --- README.md | 2 +- LICENSE-community => build.assets/LICENSE-community | 2 +- web/packages/teleport/src/Login/Login.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename LICENSE-community => build.assets/LICENSE-community (99%) diff --git a/README.md b/README.md index 26e855505c333..b4afd9dd10cce 100644 --- a/README.md +++ b/README.md @@ -403,4 +403,4 @@ The remainder of the source code in this repository is available under the from source must comply with the terms of this license. Teleport Community Edition builds distributed on http://goteleport.com/download -are available under a [modified Apache 2.0 license](./LICENSE-community). +are available under a [modified Apache 2.0 license](./build.assets/LICENSE-community). diff --git a/LICENSE-community b/build.assets/LICENSE-community similarity index 99% rename from LICENSE-community rename to build.assets/LICENSE-community index 9ac6ff8c73729..4cad0cce927bb 100644 --- a/LICENSE-community +++ b/build.assets/LICENSE-community @@ -173,7 +173,7 @@ OTHER ‘OPEN ACCESS’ LICENSES YOU MAY HAVE ENCOUNTERED PREVIOUSLY. you may not use this file except in compliance with the License. You may obtain a copy of the License at - https://github.com/gravitational/teleport/blob/master/LICENSE-community + https://github.com/gravitational/teleport/blob/master/build.assets/LICENSE-community Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF diff --git a/web/packages/teleport/src/Login/Login.tsx b/web/packages/teleport/src/Login/Login.tsx index dabf22e201c63..f524c72bcdfb3 100644 --- a/web/packages/teleport/src/Login/Login.tsx +++ b/web/packages/teleport/src/Login/Login.tsx @@ -136,7 +136,7 @@ function LicenseAcknowledgement({ <> By clicking continue, you agree to our{' '} Terms and Conditions