aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcostpermille <costpermille@users.noreply.github.com>2018-11-22 22:58:32 +0000
committerEdward Dickson <ed.kickball@hotmail.com>2018-11-22 22:58:32 +0000
commitd2796d3ff44127387c5b0f67147793538d0fefdb (patch)
tree64ce8f63137e7cda2bdc2bca314e1b2f8e49efd1
parentMerge pull request #1522 from ghostpirate/master (diff)
downloadawesome-selfhosted-d2796d3ff44127387c5b0f67147793538d0fefdb.tar.gz
awesome-selfhosted-d2796d3ff44127387c5b0f67147793538d0fefdb.zip
Davical License Fix (#1550)
* https://www.davical.org/ says davical is GPL * Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6652f279..27bfd137 100644
--- a/README.md
+++ b/README.md
@@ -240,7 +240,7 @@ _CalDAV or CardDAV servers_
- [Baïkal](http://sabre.io/baikal/) - Lightweight CalDAV and CardDAV server based on sabre/dav. ([Source Code](https://github.com/sabre-io/Baikal)) `GPL-3.0` `PHP`
- [CalendarServer](https://www.calendarserver.org/) - Apple, Inc.'s standards-compliant server implementing the CalDAV and CardDAV protocols shipped with macOS Server. ([Source Code](https://github.com/apple/ccs-calendarserver)) `Apache-2.0` `Python`
- [calypso](https://keithp.com/calypso/) - Python-based CalDAV and CardDAV server, forked from Radicale. ([Source Code](https://keithp.com/git/calypso.git)) `GPL-3.0` `Python`
-- [DAViCal](https://www.davical.org/) - Server for calendar sharing (CalDAV) that uses a PostgreSQL database as a data store. ([Source Code](https://gitlab.com/davical-project/davical)) `MIT` `PHP`
+- [DAViCal](https://www.davical.org/) - Server for calendar sharing (CalDAV) that uses a PostgreSQL database as a data store. ([Source Code](https://gitlab.com/davical-project/davical)) `GPL-2.0` `PHP`
- [EteSync Server](https://www.etesync.com) - End-to-end encrypted and journaled personal information server supporting calendar and contact data, offering its own clients. ([Source Code](https://github.com/etesync/server-skeleton)) `AGPL-3.0` `Python/Django`
- [Radicale](http://radicale.org/) - Simple calendar and contact server with extremely low administrative overhead. ([Source Code](https://github.com/Kozea/Radicale)) `GPL-3.0` `Python`
- [SabreDAV](http://sabre.io/) - Open source CardDAV, CalDAV, and WebDAV framework and server. ([Source Code](https://github.com/sabre-io/dav)) `MIT` `PHP`