Bug #55914: Fix text for license application

The LICENSE file contains a section about how to apply the terms of
AGPL-3.0-only to source files. The notice contained the statement that
version 3 or later applies. That's not the case, because the source code
of UCS is licensed under AGPL-3.0-only.

This change fixes the mistake. The source files usually state
AGPL-3.0-only.

Because, LICENSE is the central file with the full copy of the license,
the change is necessary.
This commit is contained in:
Nico Gulden 2023-03-29 12:17:01 +02:00
parent a753fad721
commit aa38c5fa4e

37
LICENSE
View File

@ -629,21 +629,34 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Univention Corporate Server
Copyright (C) 2017 Univention GmbH
SPDX-FileCopyrightText: <years> Univention GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
SPDX-License-Identifier: AGPL-3.0-only
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
Univention Corporate Server
https://www.univention.com/
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
The source code is made available under the terms of the GNU Affero
General Public License v3.0 only (AGPL-3.0-only) as published by the
Free Software Foundation. You can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, version 3 of the License.
Binary versions of this program provided by Univention to you as well
as other copyrighted, protected or trademarked materials like Logos,
graphics, fonts, specific documentations and configurations,
cryptographic keys etc. are subject to a license agreement between you
and Univention and not subject to the AGPL-3.0-only.
In the case you use this program under the terms of the AGPL-3.0-only,
the program is provided in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public
License along with this program. If not, see
<https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.