Skip to content

Commit ba962dd

Browse files
authored
license: Remove very old notice (#1224)
This is just confusing in versioned docs IMO and adding cognitive complexity, so dropping the version split here.
1 parent 23d3b06 commit ba962dd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/admin/licensing/index.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@ License keys should not be shared across instances of Sourcegraph. If an additio
1515

1616
### What happens if our Sourcegraph license expires?
1717

18-
#### After Sourcegraph 5.3
19-
2018
Sourcegraph will continue to function as normal, but all users will be signed out of Sourcegraph. Only site administrators will be able to sign into Sourcegraph so that they can enter a new license key.
2119

22-
#### Before Sourcegraph 5.3
23-
24-
Sourcegraph will revert to a free license, and any features that require an enterprise license will stop functioning. This could lead to data loss if some of these features were in use, so be sure to renew your license in advance!
25-
2620
### How can we update our license key?
2721

2822
Any current Site Admin can update your license key by going to Site Admin -> [Site configuration](/admin/config/site_config)
@@ -32,7 +26,8 @@ These settings live in the JSON object, and you will need to navigate to the _li
3226
Update the value of this with your new license key and click Save to apply your changes.
3327

3428
Example:
35-
```
29+
30+
```bash
3631
"licenseKey": "<your_key_here>",
3732
```
3833

0 commit comments

Comments
 (0)