From 4c43620185dc85069d4755fa8b6dbbd707503154 Mon Sep 17 00:00:00 2001 From: Skylar Date: Wed, 10 Feb 2016 15:20:09 -0700 Subject: [PATCH] Update README --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 892f611..74924e2 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,19 @@ Easily collaborate on SyMAT pads without installing SyMAT. Download SyMAT -------------- -https://symatapp.com/ \ No newline at end of file +https://symatapp.com/ + +License +-------------- +The Etherpad Lite library (org.etherpad_lite_client) is Apache licensed. +The original library can be found at https://github.com/nilsfr/java-etherpad-lite + +The SyMAT code (com.netsyms) in this repository are BSD licensed (see source + code headers), but you can use the Apache 2.0 license if you want to match +with the library. + +Modify +-------------- +To make this project work with your own Etherpad instance, update +/src/com/netsyms/symat/padview/PadUtils.java with your own PADS_URL, and put +your Etherpad API key in the file `padkey` at the root of the `src` directory. \ No newline at end of file