Skip to content

Commit 4eb5ddf

Browse files
tandembotrageandqq
authored andcommitted
Cut release from 81e76f675634f1b42c8c3070c73443f3f68f8624
1 parent 418390b commit 4eb5ddf

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
lines changed

LICENSE.txt

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
Copyright (c) [2018] [Team Lightly]
2-
3-
"Lightly-Modified Apache License"
4-
A Variant of the Apache License
5-
6-
View the Apache License at:
1+
Apache License
72
Version 2.0, January 2004
83
http://www.apache.org/licenses/
94

10-
Our license adds clause 4.(e) to the Apache License
11-
125
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
136

147
1. Definitions.
@@ -127,11 +120,6 @@
127120
that such additional attribution notices cannot be construed
128121
as modifying the License.
129122

130-
(e) Any Derivative Works may not be configured to use the default server
131-
provided by the Copyright holders. You must configure all Derivative
132-
Works to use servers owned by You, or servers You are otherwise
133-
authorized to use.
134-
135123
You may add Your own copyright statement to Your modifications and
136124
may provide additional or different license terms and conditions
137125
for use, reproduction, or distribution of Your modifications, or

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,27 @@ Please use one of the following commands:
4747
It is recommended to leave the session before exiting neovim, but that process
4848
should be automated.
4949

50+
## Terms of Service
51+
By using Tandem, you agree that any modified versions of Tandem will not use
52+
the rendezvous server hosted by the owners. You must host and use your own copy
53+
of the rendezvous server. We want to provide a good user experience for Tandem,
54+
and it would be difficult to do that with modified clients as well.
55+
56+
You can launch the rendezvous server by running `python3 ./rendezvous/main.py`.
57+
Change the address of the rendezvous server used by the agent in the
58+
configuration file to point to your server's host. This file is located at:
59+
`rplugin/python/tandem_lib/agent/tandem/agent/configuration.py`
5060

5161
## License
5262
Copyright (c) 2018 Team Lightly
5363

54-
Licensed under the "Lightly-Modified Apache License", a variant of the Apache
55-
License, Version 2.0 (the "License"); you may not use this file except in
56-
compliance with the License.
57-
5864
See [LICENSE.txt](LICENSE.txt)
5965

60-
This license is essentially the Apache License 2.0, except for an added a
61-
clause that requires you to use your own servers instead of ours if you do
62-
modify Tandem.
63-
You can also modify this in the configuration file at:
64-
`agent/tandem/agent/configuration.py`
66+
Licensed under the Apache License, Version 2.0 (the "License");
67+
you may not use this file except in compliance with the License.
68+
You may obtain a copy of the License at:
69+
70+
http://www.apache.org/licenses/LICENSE-2.0
6571

6672
## Authors
6773
Team Lightly

0 commit comments

Comments
 (0)