Skip to content

Commit 1bb0d15

Browse files
sc-protegrityprotegrity-gheuserprotegrity-gheuser
authored
push to pre-release branch (#8) (#9)
Co-authored-by: protegrity-gheuser <protegrity.gheuser@protegrity.com> Co-authored-by: protegrity-gheuser <protegrity-gheuser@protegrity.com>
1 parent 1082c91 commit 1bb0d15

82 files changed

Lines changed: 14535 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
# Java
2+
*.class
3+
*.jar
4+
*.war
5+
*.ear
6+
*.log
7+
*.ctxt
8+
.mtj.tmp/
9+
hs_err_pid*
10+
replay_pid*
11+
12+
# Gradle
13+
.gradle/
14+
build/
15+
!gradle/wrapper/gradle-wrapper.jar
16+
gradle-app.setting
17+
!gradle-wrapper.jar
18+
.gradletasknamecache
19+
20+
# Maven
21+
target/
22+
pom.xml.tag
23+
pom.xml.releaseBackup
24+
pom.xml.versionsBackup
25+
pom.xml.next
26+
release.properties
27+
dependency-reduced-pom.xml
28+
buildNumber.properties
29+
.mvn/timing.properties
30+
.mvn/wrapper/maven-wrapper.jar
31+
!/.mvn/wrapper/maven-wrapper.properties
32+
33+
# Package Files
34+
*.nar
35+
*.zip
36+
*.tar.gz
37+
*.rar
38+
39+
# IDE - IntelliJ IDEA
40+
.idea/
41+
*.iml
42+
*.iws
43+
*.ipr
44+
out/
45+
.idea_modules/
46+
47+
# IDE - Eclipse
48+
.project
49+
.classpath
50+
.settings/
51+
.metadata
52+
bin/
53+
tmp/
54+
*.tmp
55+
*.bak
56+
*.swp
57+
*~.nib
58+
local.properties
59+
.loadpath
60+
.recommenders
61+
62+
# IDE - VS Code
63+
.vscode/
64+
*.code-workspace
65+
.history/
66+
67+
# IDE - NetBeans
68+
nbproject/private/
69+
nbbuild/
70+
dist/
71+
nbdist/
72+
.nb-gradle/
73+
74+
# OS Files
75+
.DS_Store
76+
.DS_Store?
77+
._*
78+
.Spotlight-V100
79+
.Trashes
80+
ehthumbs.db
81+
Thumbs.db
82+
*~
83+
84+
# Test output
85+
test-output/
86+
*.log
87+
88+
# Virtual machine crash logs
89+
hs_err_pid*
90+
91+
# Application specific
92+
application.properties.local
93+
*.properties.local
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
wrapperVersion=3.3.4
2+
distributionType=only-script
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Protegrity USA, Inc.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)