Skip to content

Commit 9e6ba47

Browse files
committed
updated Changelog and changed to MIT license
1 parent 04603f0 commit 9e6ba47

File tree

4 files changed

+28
-7
lines changed

4 files changed

+28
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v2.0.0 Release - 2021-04-12
4+
5+
### Changes
6+
7+
- various internal adjustments matching `matestack-ui-core` 2.0.0 changes
8+
- changed to MIT license like `matestack-ui-core`
9+
10+
311
## v1.5.1 Release - 2021-03-07
412

513
### Bugfixes

LICENSE

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
Copyright (c) Matestack GmbH
22

3-
matestack-ui-bootstrap is an Open Source project licensed under the terms of
4-
the LGPLv3 license. Please see <http://www.gnu.org/licenses/lgpl-3.0.html>
5-
for license text.
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
610

7-
Matestack will provide a commercial-friendly license allowing private forks
8-
and modifications of matestack-ui-bootstrap. Please request at jonas@matestack.io
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

matestack-ui-bootstrap.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ Gem::Specification.new do |spec|
99
spec.version = Matestack::Ui::Bootstrap::VERSION
1010
spec.authors = ["Jonas Jabari","Nils Henning"]
1111
spec.email = ["jonas@matestack.io"]
12-
spec.homepage = "https://matestack.org"
12+
spec.homepage = "https://matestack.io"
1313
spec.summary = "Bootstrap v5 components for Matestack UI"
1414
spec.description = "Bootstrap v5 components for Matestack UI"
15+
spec.license = "MIT"
1516

1617
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
1718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "matestack-ui-bootstrap",
33
"version": "2.0.0",
4-
"license": "LGPLv3",
4+
"license": "MIT",
55
"main": "./lib/matestack/ui/bootstrap/index.js",
66
"files": [
77
"lib/**/*.js",

0 commit comments

Comments
 (0)