зеркало из https://github.com/nextcloud/server.git
22 строки
797 B
Plaintext
22 строки
797 B
Plaintext
<!--
|
|
- SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
|
- SPDX-FileCopyrightText: 2011-2016 ownCloud, Inc.
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
Files in Nextcloud are licensed under the Affero General Public License version 3,
|
|
the text of which can be found in `COPYING`, or any later version of the AGPL,
|
|
unless otherwise noted.
|
|
|
|
Licensing of components:
|
|
* jQuery: MIT / GPL
|
|
* HTTP: 3 clause BSD
|
|
* MDB2: BSD style custom
|
|
* User: AGPL
|
|
* XML/RPC: MIT / PHP
|
|
* Elementary filetype icons: GPL v3+
|
|
* Material UI icons: APACHE LICENSE, VERSION 2.0
|
|
All unmodified files from these and other sources retain their original copyright
|
|
and license notices: see the relevant individual files.
|
|
|
|
Attribution information for Nextcloud is contained in the `AUTHORS` file.
|