diff options
author | nrew225 <nrew225@gmail.com> | 2017-03-30 01:00:10 +0000 |
---|---|---|
committer | nrew225 <nrew225@gmail.com> | 2017-03-30 01:00:10 +0000 |
commit | bfd73dd17e63c083071264a0906fb92932459986 (patch) | |
tree | a45c6a2a910fdadb9cde61dc92204337d6a92001 | |
parent | Merge pull request #999 from swordbeta/patch-1 (diff) | |
download | awesome-selfhosted-bfd73dd17e63c083071264a0906fb92932459986.tar.gz awesome-selfhosted-bfd73dd17e63c083071264a0906fb92932459986.zip |
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` |