mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 16:27:11 +02:00
Changeover to MIT license (#1066)
* prepare license-maven-plugin for license migration * added license mapping for tsx files and added some more excludes * Changeover to MIT license * Fix build problems * Delete old remaining licenses * Add more exclude path for license checker * Rename included netbeans license, add exclude .m2/repository/ * Specify .m2 exclude because not only repository/, also wrapper/ must match * Add .cache/ exclude for license check * Modify formatting of license in java classes to comply with convention and IDE * Add IntelliJ documentation for license configuration * Update CHANGELOG.md * Exclude tmp/workspace/ dir for license check * Edit README.md Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "Build scripts for SCM-Manager",
|
||||
"main": "src/index.js",
|
||||
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
|
||||
"license": "BSD-3-Clause",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"bin": {
|
||||
"ui-scripts": "./bin/ui-scripts.js"
|
||||
|
||||
Reference in New Issue
Block a user