Skip to content

Commit e076a99

Browse files
tandembotrageandqq
authored andcommitted
Cut release from 81e76f675634f1b42c8c3070c73443f3f68f8624
1 parent 334b6db commit e076a99

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
@@ -40,21 +40,27 @@ Please use one of the following commands:
4040
It is recommended to leave the session before exiting vim, but that process
4141
should be automated.
4242

43+
## Terms of Service
44+
By using Tandem, you agree that any modified versions of Tandem will not use
45+
the rendezvous server hosted by the owners. You must host and use your own copy
46+
of the rendezvous server. We want to provide a good user experience for Tandem,
47+
and it would be difficult to do that with modified clients as well.
48+
49+
You can launch the rendezvous server by running `python3 ./rendezvous/main.py`.
50+
Change the address of the rendezvous server used by the agent in the
51+
configuration file to point to your server's host. This file is located at:
52+
`plugin/tandem_lib/agent/tandem/agent/configuration.py`
53+
4354
## License
4455
Copyright (c) 2018 Team Lightly
4556

46-
Licensed under the "Lightly-Modified Apache License", a variant of the Apache
47-
License, Version 2.0 (the "License"); you may not use this file except in
48-
compliance with the License.
49-
5057
See [LICENSE.txt](LICENSE.txt)
5158

52-
This license is essentially the Apache License 2.0, except for an added a
53-
clause that requires you to use your own servers instead of ours if you do
54-
modify Tandem.
55-
You can also modify this in the configuration file at:
56-
`agent/tandem/agent/configuration.py`
59+
Licensed under the Apache License, Version 2.0 (the "License");
60+
you may not use this file except in compliance with the License.
61+
You may obtain a copy of the License at:
5762

63+
http://www.apache.org/licenses/LICENSE-2.0
5864
## Authors
5965
Team Lightly
6066
[Geoffrey Yu](https://github.com/geoffxy), [Jamiboy

0 commit comments

Comments
 (0)