[PR #1246] [MERGED] Synced licenses with github repo #15829

Closed
opened 2025-11-02 11:55:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1246
Author: @tboerger
Created: 3/13/2017
Status: Merged
Merged: 3/15/2017
Merged by: @tboerger

Base: masterHead: licenses-script


📝 Commits (2)

  • 1740421 Added script to download licenses from github
  • 8158925 Synced licenses with github repo

📊 Changes

327 files changed (+17563 additions, -1336 deletions)

View changed files

options/license/0BSD (+5 -0)
options/license/AAL (+23 -0)
options/license/ADSL (+1 -0)
📝 options/license/AFL-1.1 (+12 -7)
📝 options/license/AFL-1.2 (+5 -4)
options/license/AFL-2.0 (+45 -0)
options/license/AFL-2.1 (+45 -0)
📝 options/license/AFL-3.0 (+22 -21)
📝 options/license/AGPL-1.0 (+12 -10)
options/license/AGPL-3.0 (+235 -0)
options/license/AMDPLPA (+19 -0)
options/license/AML (+9 -0)
options/license/AMPAS (+13 -0)
options/license/ANTLR-PD (+5 -0)
options/license/APAFML (+3 -0)
options/license/APL-1.0 (+295 -0)
options/license/APSL-1.0 (+109 -0)
options/license/APSL-1.1 (+108 -0)
options/license/APSL-1.2 (+103 -0)
options/license/APSL-2.0 (+102 -0)

...and 80 more files

📄 Description

I have added a script to synchronize the licenses with https://github.com/spdx/license-list and directly updated our available licenses. All licenses are named by the SPDX standard licenses listing.


🔄 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/1246 **Author:** [@tboerger](https://github.com/tboerger) **Created:** 3/13/2017 **Status:** ✅ Merged **Merged:** 3/15/2017 **Merged by:** [@tboerger](https://github.com/tboerger) **Base:** `master` ← **Head:** `licenses-script` --- ### 📝 Commits (2) - [`1740421`](https://github.com/go-gitea/gitea/commit/1740421c9b1feaae97f9166828a81e0d742e60eb) Added script to download licenses from github - [`8158925`](https://github.com/go-gitea/gitea/commit/8158925ea0cd5252432375e103156767c6e62b7b) Synced licenses with github repo ### 📊 Changes **327 files changed** (+17563 additions, -1336 deletions) <details> <summary>View changed files</summary> ➕ `options/license/0BSD` (+5 -0) ➕ `options/license/AAL` (+23 -0) ➕ `options/license/ADSL` (+1 -0) 📝 `options/license/AFL-1.1` (+12 -7) 📝 `options/license/AFL-1.2` (+5 -4) ➕ `options/license/AFL-2.0` (+45 -0) ➕ `options/license/AFL-2.1` (+45 -0) 📝 `options/license/AFL-3.0` (+22 -21) 📝 `options/license/AGPL-1.0` (+12 -10) ➕ `options/license/AGPL-3.0` (+235 -0) ➕ `options/license/AMDPLPA` (+19 -0) ➕ `options/license/AML` (+9 -0) ➕ `options/license/AMPAS` (+13 -0) ➕ `options/license/ANTLR-PD` (+5 -0) ➕ `options/license/APAFML` (+3 -0) ➕ `options/license/APL-1.0` (+295 -0) ➕ `options/license/APSL-1.0` (+109 -0) ➕ `options/license/APSL-1.1` (+108 -0) ➕ `options/license/APSL-1.2` (+103 -0) ➕ `options/license/APSL-2.0` (+102 -0) _...and 80 more files_ </details> ### 📄 Description I have added a script to synchronize the licenses with https://github.com/spdx/license-list and directly updated our available licenses. All licenses are named by the SPDX standard licenses listing. --- <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 11:55:35 -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#15829