Skip to content

Commit

Permalink
Move LICENSE-community out of the root directory (#49548)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zmb3 authored Nov 30, 2024
1 parent f74eb01 commit d142989
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,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).
2 changes: 1 addition & 1 deletion LICENSE-community → build.assets/LICENSE-community
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion web/packages/teleport/src/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function LicenseAcknowledgement({
<Text>
By clicking continue, you agree to our{' '}
<Link
href="https://github.com/gravitational/teleport/blob/master/LICENSE-community"
href="https://github.com/gravitational/teleport/blob/master/build.assets/LICENSE-community"
target="_blank"
>
Terms and Conditions
Expand Down

0 comments on commit d142989

Please sign in to comment.