[PR #3497] [MERGED] Add missing licenses #16967

Closed
opened 2025-11-02 12:23:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3497
Author: @jonasfranz
Created: 2/12/2018
Status: Merged
Merged: 2/13/2018
Merged by: @lafriks

Base: masterHead: add-missing-licenses


📝 Commits (1)

📊 Changes

52 files changed (+1932 additions, -0 deletions)

View changed files

options/license/389-exception (+4 -0)
options/license/AGPL-3.0-only (+123 -0)
options/license/AGPL-3.0-or-later (+123 -0)
options/license/Autoconf-exception-2.0 (+3 -0)
options/license/Autoconf-exception-3.0 (+14 -0)
options/license/BSD-1-Clause (+4 -0)
options/license/BSD-2-Clause-Patent (+10 -0)
options/license/Bison-exception-2.2 (+3 -0)
options/license/Bootloader-exception (+2 -0)
options/license/CDLA-Permissive-1.0 (+43 -0)
options/license/CDLA-Sharing-1.0 (+45 -0)
options/license/CLISP-exception-2.0 (+8 -0)
options/license/Classpath-exception-2.0 (+2 -0)
options/license/DigiRule-FOSS-exception (+40 -0)
options/license/EPL-2.0 (+54 -0)
options/license/FLTK-exception (+9 -0)
options/license/Fawkes-Runtime-exception (+1 -0)
options/license/Font-exception-2.0 (+1 -0)
options/license/GCC-exception-2.0 (+1 -0)
options/license/GCC-exception-3.1 (+18 -0)

...and 32 more files

📄 Description

Add missing licenses which were not added by #3484. I don't know why they were not add. But now they are. I simply reran the generate-licenses script.

Missing licenses were for example all GPL licenses.


🔄 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/3497 **Author:** [@jonasfranz](https://github.com/jonasfranz) **Created:** 2/12/2018 **Status:** ✅ Merged **Merged:** 2/13/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `add-missing-licenses` --- ### 📝 Commits (1) - [`3de3184`](https://github.com/go-gitea/gitea/commit/3de3184536a65aa5a04d42688785b18818ac1570) Add missing licenses ### 📊 Changes **52 files changed** (+1932 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `options/license/389-exception` (+4 -0) ➕ `options/license/AGPL-3.0-only` (+123 -0) ➕ `options/license/AGPL-3.0-or-later` (+123 -0) ➕ `options/license/Autoconf-exception-2.0` (+3 -0) ➕ `options/license/Autoconf-exception-3.0` (+14 -0) ➕ `options/license/BSD-1-Clause` (+4 -0) ➕ `options/license/BSD-2-Clause-Patent` (+10 -0) ➕ `options/license/Bison-exception-2.2` (+3 -0) ➕ `options/license/Bootloader-exception` (+2 -0) ➕ `options/license/CDLA-Permissive-1.0` (+43 -0) ➕ `options/license/CDLA-Sharing-1.0` (+45 -0) ➕ `options/license/CLISP-exception-2.0` (+8 -0) ➕ `options/license/Classpath-exception-2.0` (+2 -0) ➕ `options/license/DigiRule-FOSS-exception` (+40 -0) ➕ `options/license/EPL-2.0` (+54 -0) ➕ `options/license/FLTK-exception` (+9 -0) ➕ `options/license/Fawkes-Runtime-exception` (+1 -0) ➕ `options/license/Font-exception-2.0` (+1 -0) ➕ `options/license/GCC-exception-2.0` (+1 -0) ➕ `options/license/GCC-exception-3.1` (+18 -0) _...and 32 more files_ </details> ### 📄 Description Add missing licenses which were not added by #3484. I don't know why they were not add. But now they are. I simply reran the generate-licenses script. Missing licenses were for example all GPL licenses. --- <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 12:23:12 -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#16967