[PR #5558] [MERGED] Update Licenses #17842

Closed
opened 2025-11-02 16:11:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5558
Author: @zeripath
Created: 12/17/2018
Status: Merged
Merged: 12/19/2018
Merged by: @techknowlogick

Base: masterHead: update-licenses


📝 Commits (2)

  • 6f154f9 Update Licenses
  • fe2fe68 Merge branch 'master' into update-licenses

📊 Changes

349 files changed (+48971 additions, -7925 deletions)

View changed files

📝 options/license/0BSD (+11 -2)
📝 options/license/389-exception (+3 -0)
📝 options/license/AAL (+47 -8)
📝 options/license/ADSL (+7 -1)
📝 options/license/AFL-1.1 (+77 -12)
📝 options/license/AFL-1.2 (+78 -10)
📝 options/license/AFL-2.0 (+143 -18)
📝 options/license/AFL-2.1 (+143 -18)
📝 options/license/AFL-3.0 (+164 -20)
📝 options/license/AGPL-3.0-only (+584 -93)
📝 options/license/AGPL-3.0-or-later (+584 -93)
📝 options/license/AMDPLPA (+84 -9)
📝 options/license/AML (+35 -4)
📝 options/license/AMPAS (+36 -7)
📝 options/license/ANTLR-PD (+15 -2)
📝 options/license/APAFML (+10 -2)
📝 options/license/APL-1.0 (+789 -106)
📝 options/license/APSL-1.0 (+322 -50)
📝 options/license/APSL-1.1 (+327 -48)
📝 options/license/APSL-1.2 (+315 -47)

...and 80 more files

📄 Description

This PR updates the licenses using scripts/generate-licenses.go

The main change is that the source repository has reformatted the text license files to have a fixed line length like requested in #5552 .

There are a few new licenses:

	options/license/AGPL-1.0-only
	options/license/AGPL-1.0-or-later
	options/license/LLVM-exception
	options/license/Linux-OpenIB
	options/license/MIT-0
	options/license/OCaml-LGPL-linking-exception
	options/license/ODC-By-1.0
	options/license/OGL-UK-1.0
	options/license/OGL-UK-2.0
	options/license/OGL-UK-3.0
	options/license/OpenJDK-assembly-exception-1.0
	options/license/PS-or-PDF-font-exception-20170817
	options/license/Qt-GPL-exception-1.0
	options/license/Qt-LGPL-exception-1.1
	options/license/Sendmail-8.23
	options/license/TU-Berlin-1.0
	options/license/TU-Berlin-2.0
	options/license/copyleft-next-0.3.0
	options/license/copyleft-next-0.3.1

I have not added these as I note there were a number mentioned in the .gitignore file.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5558 **Author:** [@zeripath](https://github.com/zeripath) **Created:** 12/17/2018 **Status:** ✅ Merged **Merged:** 12/19/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `update-licenses` --- ### 📝 Commits (2) - [`6f154f9`](https://github.com/go-gitea/gitea/commit/6f154f9d86f62f69af4444a7fd1e9c36696b3501) Update Licenses - [`fe2fe68`](https://github.com/go-gitea/gitea/commit/fe2fe682487b618501548c7c67779e209a151f1e) Merge branch 'master' into update-licenses ### 📊 Changes **349 files changed** (+48971 additions, -7925 deletions) <details> <summary>View changed files</summary> 📝 `options/license/0BSD` (+11 -2) 📝 `options/license/389-exception` (+3 -0) 📝 `options/license/AAL` (+47 -8) 📝 `options/license/ADSL` (+7 -1) 📝 `options/license/AFL-1.1` (+77 -12) 📝 `options/license/AFL-1.2` (+78 -10) 📝 `options/license/AFL-2.0` (+143 -18) 📝 `options/license/AFL-2.1` (+143 -18) 📝 `options/license/AFL-3.0` (+164 -20) 📝 `options/license/AGPL-3.0-only` (+584 -93) 📝 `options/license/AGPL-3.0-or-later` (+584 -93) 📝 `options/license/AMDPLPA` (+84 -9) 📝 `options/license/AML` (+35 -4) 📝 `options/license/AMPAS` (+36 -7) 📝 `options/license/ANTLR-PD` (+15 -2) 📝 `options/license/APAFML` (+10 -2) 📝 `options/license/APL-1.0` (+789 -106) 📝 `options/license/APSL-1.0` (+322 -50) 📝 `options/license/APSL-1.1` (+327 -48) 📝 `options/license/APSL-1.2` (+315 -47) _...and 80 more files_ </details> ### 📄 Description This PR updates the licenses using `scripts/generate-licenses.go` The main change is that the source repository has reformatted the text license files to have a fixed line length like requested in #5552 . There are a few new licenses: ``` options/license/AGPL-1.0-only options/license/AGPL-1.0-or-later options/license/LLVM-exception options/license/Linux-OpenIB options/license/MIT-0 options/license/OCaml-LGPL-linking-exception options/license/ODC-By-1.0 options/license/OGL-UK-1.0 options/license/OGL-UK-2.0 options/license/OGL-UK-3.0 options/license/OpenJDK-assembly-exception-1.0 options/license/PS-or-PDF-font-exception-20170817 options/license/Qt-GPL-exception-1.0 options/license/Qt-LGPL-exception-1.1 options/license/Sendmail-8.23 options/license/TU-Berlin-1.0 options/license/TU-Berlin-2.0 options/license/copyleft-next-0.3.0 options/license/copyleft-next-0.3.1 ``` I have not added these as I note there were a number mentioned in the `.gitignore` file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 16:11:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17842