jenkinsci / build-name-setter-plugin

Build Name Setter Plugin for Jenkins CI
https://plugins.jenkins.io/build-name-setter/
MIT License
34 stars 51 forks source link

Add LICENSE File for GitHub Recognition #84

Closed sghill closed 1 year ago

sghill commented 1 year ago

Hi @damianszczepanik!

This change follows Jenkins project recommendations by defining the MIT license (same as in pom.xml) as a file, allowing GitHub to show it in the About section.

Here's an example from the ivy plugin:

Screenshot from 2023-08-16 08-14-18

Testing done

Verified pom.xml contains license and visually compared with existing plugins.

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or Jira
- [x] Link to relevant pull requests, esp. upstream and downstream changes
- [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue