Skip to content

Commit cdfd0cf

Browse files
authored
Merge pull request #7 from pwssOrg/197-add-license-file-with-reference-in-pomxm-into-file-integrity-gui
197 add license file with reference in pomxm into file integrity gui
2 parents cd74437 + 3ed446a commit cdfd0cf

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

LICENSE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Proprietary License
2+
3+
Copyright (c) 2025 Peter Westin and Stefan Smudja
4+
5+
This software and its source code are proprietary to Peter Westin (pwgit-create) and Stefan Smudja (lilstiffy). All rights reserved. This project may not be copied or used for commercial purposes without the explicit permission of the
6+
copyright holders.

pom.xml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,45 @@
99
<artifactId>file_integrity_gui</artifactId>
1010
<packaging>jar</packaging>
1111
<version>0.2</version>
12+
<description>A GUI application for file integrity checking</description>
13+
14+
<!-- Licenses -->
15+
<licenses>
16+
<license>
17+
<name>Proprietary License</name>
18+
<url>https://github.com/pwssOrg/File-Integrity-GUI/master/LICENSE.md</url>
19+
<distribution>repo</distribution>
20+
<comments>
21+
This software and its source code are proprietary to Peter Westin (pwgit-create) and Stefan Smudja
22+
(lilstiffy). All rights
23+
reserved. This project may not be copied or used for commercial purposes without the explicit permission
24+
of the
25+
copyright holders.
26+
</comments>
27+
</license>
28+
</licenses>
29+
30+
<!-- Cool developers B-) -->
31+
<developers>
32+
<developer>
33+
<name>Peter Westin</name>
34+
<id>Peter</id>
35+
<email>snow_900@outlook.com</email>
36+
<roles>
37+
<role>Coa supporter</role>
38+
</roles>
39+
<timezone>Central European Time</timezone>
40+
</developer>
41+
<developer>
42+
<name>Stefan Smudja</name>
43+
<id>Stefan</id>
44+
<email>stefan-201@hotmail.com</email>
45+
<roles>
46+
<role>Developer King</role>
47+
</roles>
48+
<timezone>Central European Time</timezone>
49+
</developer>
50+
</developers>
1251

1352
<!-- Properties for the project -->
1453
<properties>

0 commit comments

Comments
 (0)