Skip to content

Commit bf6547d

Browse files
committed
Add matconsole as a license option.
1 parent dc43ba4 commit bf6547d

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878

7979
# Changelog
8080
## [Unreleased]
81+
### Added
82+
- Add `matconsolectl` license.
8183

8284
## [7.0.2] - 2023-04-03
8385
### Changed

src/main/resources/base/maven.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ lgpl-2.1_comments=Viral copyleft license for dynamically-linked libraries
77
confidential_name=Decompilation or disassembly prohibited
88
confidential_url=Decompilation or disassembly prohibited
99
confidential_comments=Decompilation or disassembly prohibited
10+
matconsolectl_name=New BSD License
11+
matconsolectl_url=https://github.com/diffplug/matconsolectl/blob/main/LICENSE
12+
matconsolectl_comments=Almost unlimited freedom as you include the BSD copyright and license notice
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*
2+
* Code licensed under new-style BSD (see LICENSE).
3+
* All code up to tags/original: Copyright (c) 2013, Joshua Kaplan
4+
* All code after tags/original: Copyright (c) 2016, DiffPlug
5+
*/

0 commit comments

Comments
 (0)