updated COPYING and README, added proper AUTHORS, add yourself and excuse me if I forgot you
This commit is contained in:
parent
c79af7cc4f
commit
9b4d19a13f
|
@ -0,0 +1,20 @@
|
|||
ownCloud is written by:
|
||||
Frank Karlitschek
|
||||
Robin Appelman
|
||||
Jakob Sack
|
||||
Jan-Christoph Borchardt
|
||||
Michael Gapczynski
|
||||
François Kubler
|
||||
Kunal Ghosh
|
||||
Antonio José Gallo Sánchez
|
||||
Arthur Schiwon
|
||||
Kamil Domański
|
||||
Aldo Giambelluca
|
||||
Dominik Schmidt
|
||||
…
|
||||
|
||||
With help from many libraries and frameworks including:
|
||||
Open Collaboration Services
|
||||
SabreDAV
|
||||
jQuery
|
||||
…
|
|
@ -1,5 +1,9 @@
|
|||
Files in OwnCloud may be copied under the terms of the GNU Affero
|
||||
General Public Licence as published by the Free Software Foundation;
|
||||
either version 3 of the License, or any later version unless noted otherwise.
|
||||
Files in ownCloud are licensed under the Affero General Public License version 3,
|
||||
the text of which can be found in COPYING-AGPL, or any later version of the AGPL,
|
||||
unless otherwise noted.
|
||||
|
||||
Files in inc/ are PHP or other licences as noted.
|
||||
Components of ownCloud, including jQuery, are licensed under the MIT/X11 license.
|
||||
All unmodified files from these and other sources retain their original copyright
|
||||
and license notices: see the relevant individual files.
|
||||
|
||||
Attribution information for ownCloud is contained in the AUTHORS file.
|
||||
|
|
20
README
20
README
|
@ -1,16 +1,12 @@
|
|||
ownCloud
|
||||
========
|
||||
An open personal cloud server which runs on your personal server.
|
||||
It enables you to access your data from all of your devices.
|
||||
ownCloud makes sharing data with other people possible.
|
||||
It supports automatic backups, versioning and encryption.
|
||||
ownCloud is a personal cloud which runs on your own server.
|
||||
It is alpha software in development and should be treated accordingly.
|
||||
|
||||
Installation instructions are in the docs directory.
|
||||
docs/INSTALL
|
||||
|
||||
For more information visit:
|
||||
http://owncloud.org
|
||||
|
||||
The source code is available at:
|
||||
projects.kde.org/projects/playground/www/owncloud
|
||||
Installation instructions: http://owncloud.org/index.php/Installation
|
||||
Source code: http://projects.kde.org/owncloud
|
||||
|
||||
Mailing list: https://mail.kde.org/mailman/listinfo/owncloud
|
||||
IRC channel: http://webchat.freenode.net/?channels=#owncloud
|
||||
Diaspora: https://joindiaspora.com/u/owncloud
|
||||
Identi.ca: http://identi.ca/owncloud
|
||||
|
|
Loading…
Reference in New Issue