Skip to content

Commit 05ee48a

Browse files
committed
update README.md, pom.xml and LICENSE OF USED LIBS
1 parent 56fb4b0 commit 05ee48a

File tree

12 files changed

+105
-2196
lines changed

12 files changed

+105
-2196
lines changed

LICENSE OF USED LIBS

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
The following projects or libraries are used in the program.
2+
3+
--------------------------------------------------------------------------
4+
5+
- Cascadia Code - From Microsoft - SIL OPEN FONT LICENSE 1.1 -
6+
7+
Cascadia is a fun new coding font that comes bundled with Windows Terminal,
8+
and is now the default font in Visual Studio as well.
9+
10+
> https://github.com/microsoft/cascadia-code/blob/main/LICENSE
11+
12+
--------------------------------------------------------------------------
13+
14+
- Source Han Sans - From Adobe - SIL OPEN FONT LICENSE 1.1 -
15+
16+
Source Han Sans is a set of OpenType Pan-CJK fonts. In addition to
17+
functional OpenType fonts,this open source project provides all of the
18+
source files that were used to build these OpenType fonts by using the
19+
AFDKO tools.
20+
21+
> https://github.com/adobe-fonts/source-han-sans/blob/master/LICENSE.txt
22+
23+
--------------------------------------------------------------------------
24+
25+
- log4j2 - From apache - Apache License 2.0 -
26+
27+
Apache Log4j 2 is an upgrade to Log4j that provides significant improvements
28+
over its predecessor, Log4j 1.x, and provides many of the improvements
29+
available in Logback while fixing some inherent problems in Logback's
30+
architecture.
31+
32+
> https://github.com/apache/logging-log4j2/blob/release-2.x/LICENSE.txt
33+
34+
* CONTAINS THE LICENSES OF log4j-core AND log4j-api
35+
36+
--------------------------------------------------------------------------
37+
38+
- jfoenix - From Shadi Shaheen - MIT License -
39+
40+
JFoenix is an open source java library, that implements Google Material
41+
Design using java components.
42+
43+
> https://github.com/sshahine/JFoenix/blob/master/LICENSE
44+
45+
--------------------------------------------------------------------------
46+
47+
- junit - From junit-team - Eclipse Public License - v 2.0 -
48+
49+
JUnit 5 is the next generation of JUnit. The goal is to create an up-to-date
50+
foundation for developer-side testing on the JVM. This includes focusing
51+
on Java 8 and above, as well as enabling many different styles of testing.
52+
53+
> https://github.com/junit-team/junit5/blob/main/LICENSE.md
54+
55+
--------------------------------------------------------------------------
56+
57+
- poi & poi-ooxml - From apache - Apache License 2.0 -
58+
59+
The Apache POI Project's mission is to create and maintain Java APIs for
60+
manipulating various file formats based upon the Office Open XML standards
61+
(OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). In short,
62+
you can read and write MS Excel files using Java. In addition, you can
63+
read and write MS Word and MS PowerPoint files using Java. Apache POI is
64+
your Java Excel solution (for Excel 97-2008). We have a complete API for
65+
porting other OOXML and OLE2 formats and welcome others to participate.
66+
67+
> https://poi.apache.org/legal.html
68+
69+
--------------------------------------------------------------------------
70+
71+
- commons-cli - From apache - Apache License 2.0 -
72+
73+
The Apache Commons CLI library provides an API for parsing command line
74+
options passed to programs. It's also able to print help messages detailing
75+
the options available for a command line tool.
76+
77+
> https://www.apache.org/licenses/
78+
79+
--------------------------------------------------------------------------
80+
81+
- icons - From icons8.com - Universal Multimedia Licensing Agreement for Icons8 -
82+
83+
Professional icons by the rockstar team to beautify your work.
84+
Multiple formats, customization, and diverse styles.
85+
86+
> https://intercom.help/icons8-7fb7577e8170/en/articles/5534926-universal-multimedia-licensing-agreement-for-icons8
87+
<- https://icons8.com/license
88+
89+
* When creating the icon of this program, icons on icons8.com were used.
90+
* On the website: https://icons8.com/icons/set/pencil
91+
92+
--------------------------------------------------------------------------

LICENSE OF USED LIBS/cascadia code

Lines changed: 0 additions & 94 deletions
This file was deleted.

LICENSE OF USED LIBS/commons-cli

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)