@@ -40,21 +40,27 @@ Please use one of the following commands:
40
40
It is recommended to leave the session before exiting vim, but that process
41
41
should be automated.
42
42
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
+
43
54
## License
44
55
Copyright (c) 2018 Team Lightly
45
56
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
-
50
57
See [ LICENSE.txt] ( LICENSE.txt )
51
58
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:
57
62
63
+ http://www.apache.org/licenses/LICENSE-2.0
58
64
## Authors
59
65
Team Lightly
60
66
[ Geoffrey Yu] ( https://github.com/geoffxy ) , [ Jamiboy
0 commit comments