aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-12-22 09:53:02 +0100
committerJakob Borg <jakob@nym.se>2014-12-22 09:55:58 +0100
commit7344a6205f23fbd2ce18118df3a7fa2657fc22c9 (patch)
tree6ca988e759fad625bde714a8ee50dafe19de3d34 /README.md
parent4b76ec40c07078beaa2c5e250ed7d9bd6276a718 (diff)
downloadsyncthing-7344a6205f23fbd2ce18118df3a7fa2657fc22c9.tar.gz
syncthing-7344a6205f23fbd2ce18118df3a7fa2657fc22c9.zip
Move protocol specs to a separate repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index bd03b8b68..41485245f 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ This is the `syncthing` project. The following are the project goals:
collaborating devices. The protocol should be well defined, unambiguous,
easily understood, free to use, efficient, secure and language neutral.
This is the [Block Exchange
- Protocol](https://github.com/syncthing/syncthing/blob/master/protocol/PROTOCOL.md).
+ Protocol](https://github.com/syncthing/protocol/blob/master/BEPv1.md).
2. Provide the reference implementation to demonstrate the usability of
said protocol. This is the `syncthing` utility. It is the hope that
@@ -55,13 +55,6 @@ The [syncthing
documentation](http://discourse.syncthing.net/category/documentation) is
on the discourse site.
-License
-=======
-
-All documentation and protocol specifications are licensed
-under the [Creative Commons Attribution 4.0 International
-License](http://creativecommons.org/licenses/by/4.0/).
-
All code is licensed under the
[GPL](https://github.com/syncthing/syncthing/blob/master/LICENSE), v3 or
later.