diff options
author | nodiscc <nodiscc@gmail.com> | 2017-03-30 05:46:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-30 05:46:02 +0000 |
commit | 0f74f3ed1104c2ea01a02628316e1f32cf672fbd (patch) | |
tree | a45c6a2a910fdadb9cde61dc92204337d6a92001 | |
parent | Merge pull request #999 from swordbeta/patch-1 (diff) | |
parent | Fix Nextcloud License #925 (diff) | |
download | awesome-selfhosted-0f74f3ed1104c2ea01a02628316e1f32cf672fbd.tar.gz awesome-selfhosted-0f74f3ed1104c2ea01a02628316e1f32cf672fbd.zip |
Merge pull request #1003 from Kickball/fixNextcloud
Fix Nextcloud License #925
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -564,7 +564,7 @@ See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems * [Git Annex](http://git-annex.branchable.com) - File synchronization between computers, servers, external drives. ([Source Code](https://github.com/joeyh/git-annex)) `GPLv3` `Haskell` * [Kinto](https://kinto.readthedocs.org) - Kinto is a minimalist JSON storage service with synchronisation and sharing abilities. ([Source Code](https://github.com/Kinto)) `Apache` `Python` - * [Nextcloud](https://nextcloud.com/) - Access & share your files, calendars, contacts, mail & more from any device, on your terms. ([Source Code](https://github.com/nextcloud/server)) `MIT` `PHP` + * [Nextcloud](https://nextcloud.com/) - Access & share your files, calendars, contacts, mail & more from any device, on your terms. ([Source Code](https://github.com/nextcloud/server)) `AGPLv3` `PHP` * [OpenSSH/SFTP](http://www.openssh.com/) - Secure File Transfer Program. ([Source Code](http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh)) `BSD` `C` * [ownCloud](https://owncloud.org/) - All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more. ([Source Code](https://github.com/owncloud/core)) `AGPLv3` `PHP` * [Pydio](https://pydio.com/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. ([Source Code](https://github.com/pydio/pydio-core)) `AGPLv3` `PHP` |