@@ -47,21 +47,27 @@ Please use one of the following commands:
47
47
It is recommended to leave the session before exiting neovim, but that process
48
48
should be automated.
49
49
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 `
50
60
51
61
## License
52
62
Copyright (c) 2018 Team Lightly
53
63
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
-
58
64
See [ LICENSE.txt] ( LICENSE.txt )
59
65
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
65
71
66
72
## Authors
67
73
Team Lightly
0 commit comments