mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-08 07:39:15 +01: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:
@@ -12,14 +12,7 @@ repositories over http.
|
||||
- Simple Plugin API
|
||||
- Useful plugins available ( f.e. Ldap-, ActiveDirectory-,
|
||||
PAM-Authentication)
|
||||
- Licensed under the BSD-License
|
||||
|
||||
Migration to Github
|
||||
-------------------
|
||||
|
||||
We will soon migrate SCM-Manager to Github, please read
|
||||
[here](https://www.scm-manager.org/scm-manager-2/migration-to-github/ "wikilink")
|
||||
for more information.
|
||||
- Licensed under the MIT-License
|
||||
|
||||
### News
|
||||
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
Copyright (c) 2010, Sebastian Sdorra
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
3. Neither the name of SCM-Manager; nor the names of its
|
||||
contributors may be used to endorse or promote products derived from this
|
||||
software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
|
||||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
http://bitbucket.org/sdorra/scm-manager
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
<#if licenseFirst??>
|
||||
${licenseFirst}*
|
||||
</#if>
|
||||
${licensePrefix}Copyright (c) 2010, Sebastian Sdorra
|
||||
${licensePrefix}All rights reserved.
|
||||
${licensePrefix}
|
||||
${licensePrefix}Redistribution and use in source and binary forms, with or without
|
||||
${licensePrefix}modification, are permitted provided that the following conditions are met:
|
||||
${licensePrefix}
|
||||
${licensePrefix}1. Redistributions of source code must retain the above copyright notice,
|
||||
${licensePrefix} this list of conditions and the following disclaimer.
|
||||
${licensePrefix}2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
${licensePrefix} this list of conditions and the following disclaimer in the documentation
|
||||
${licensePrefix} and/or other materials provided with the distribution.
|
||||
${licensePrefix}3. Neither the name of SCM-Manager; nor the names of its
|
||||
${licensePrefix} contributors may be used to endorse or promote products derived from this
|
||||
${licensePrefix} software without specific prior written permission.
|
||||
${licensePrefix}
|
||||
${licensePrefix}THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
${licensePrefix}AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
${licensePrefix}IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
${licensePrefix}DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
|
||||
${licensePrefix}DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
${licensePrefix}(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
${licensePrefix}LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
${licensePrefix}ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
${licensePrefix}(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
${licensePrefix}SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
${licensePrefix}
|
||||
${licensePrefix}http://bitbucket.org/sdorra/scm-manager
|
||||
${licensePrefix}
|
||||
<#if licenseLast??>
|
||||
${licenseLast}
|
||||
</#if>
|
||||
28
docs/licenses/netbeans/license-SCM-MIT.txt
Normal file
28
docs/licenses/netbeans/license-SCM-MIT.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
<#if licenseFirst??>
|
||||
${licenseFirst}*
|
||||
</#if>
|
||||
${licensePrefix}MIT License
|
||||
${licensePrefix}
|
||||
${licensePrefix}Copyright (c) 2020-present Cloudogu GmbH and Contributors
|
||||
${licensePrefix}
|
||||
${licensePrefix}Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
${licensePrefix}of this software and associated documentation files (the "Software"), to deal
|
||||
${licensePrefix}in the Software without restriction, including without limitation the rights
|
||||
${licensePrefix}to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
${licensePrefix}copies of the Software, and to permit persons to whom the Software is
|
||||
${licensePrefix}furnished to do so, subject to the following conditions:
|
||||
${licensePrefix}
|
||||
${licensePrefix}The above copyright notice and this permission notice shall be included in all
|
||||
${licensePrefix}copies or substantial portions of the Software.
|
||||
${licensePrefix}
|
||||
${licensePrefix}THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
${licensePrefix}IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
${licensePrefix}FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
${licensePrefix}AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
${licensePrefix}LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
${licensePrefix}OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
${licensePrefix}SOFTWARE.
|
||||
${licensePrefix}
|
||||
<#if licenseLast??>
|
||||
${licenseLast}
|
||||
</#if>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB |
@@ -135,7 +135,7 @@ diff -r a988f4cfb7ab src/main/resources/META-INF/scm/plugin.xml
|
||||
```json
|
||||
{
|
||||
"name": "@scm-manager/name-of-plugin",
|
||||
"license" : "BSD-3-Clause",
|
||||
"license" : "MIT",
|
||||
"main": "src/main/js/index.js",
|
||||
"scripts": {
|
||||
"build": "ui-bundler plugin",
|
||||
@@ -169,4 +169,4 @@ Some more hints:
|
||||
* [scm-manager/ui-extensions README](https://bitbucket.org/scm-manager/ui-extensions/src/master/README.md) - Extension Points within SCM-Manager
|
||||
* [scm-manager/ui-components](https://bitbucket.org/sdorra/scm-manager/src/6d64a380a37db63c95eccbfbf18e4500c9224d32/scm-ui-components/) - Reusable UI components within SCM-Manager
|
||||
* [smp-maven-plugin](https://bitbucket.org/scm-manager/smp-maven-plugin/src/default/) - Plugin that facilitates efficient plugin development for SCMM
|
||||
* [ui-bundler](https://bitbucket.org/scm-manager/ui-bundler/src/master/) - Bundles the UI Resources for plugins
|
||||
* [ui-bundler](https://bitbucket.org/scm-manager/ui-bundler/src/master/) - Bundles the UI Resources for plugins
|
||||
|
||||
@@ -64,4 +64,19 @@
|
||||
|
||||
## Both
|
||||
|
||||
* EditorConfig
|
||||
* EditorConfig
|
||||
|
||||
* Editor / Copyright / Copyright Profiles
|
||||
* Add Profile
|
||||
* Name: SCM-MIT
|
||||
* Copyright text: *see LICENSE.txt in the main directory*
|
||||
* Regex: MIT License
|
||||
|
||||
* Editor / Copyright
|
||||
* Default project copyright: SCM-MIT
|
||||
|
||||
* Editor / Copyright / Formatting / XML
|
||||
* Use custom formatting options
|
||||
* Use block comment, check prefix each line
|
||||
* Select: Separator before, Length: 0
|
||||
* Separator: *space*
|
||||
|
||||
Reference in New Issue
Block a user