Skip to content

Commit 9dd76a7

Browse files
committed
initial commit
1 parent 2f3ebd6 commit 9dd76a7

File tree

3,413 files changed

+794523
-1
lines changed

Some content is hidden

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

3,413 files changed

+794523
-1
lines changed

.gitignore

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
*.class
2+
maven-wrapper.jar
3+
*.log
4+
*.log.*
5+
.DS_Store
6+
audit_log.txt
7+
8+
# Local maven properties
9+
**/application-local.*
10+
11+
# MS Word temporary files
12+
~$*
13+
14+
# Jetbrains products
15+
.idea
16+
.idea_modules
17+
/.worksheet/
18+
*.iml
19+
20+
node_modules/
21+
bin
22+
23+
# sbt specific
24+
dist/*
25+
target/
26+
lib_managed/
27+
src_managed/
28+
project/boot/
29+
project/plugins/project/
30+
project/local-plugins.sbt
31+
.history
32+
.ensime
33+
.ensime_cache/
34+
.sbt-scripted/
35+
local.sbt
36+
37+
# Bloop
38+
.bsp
39+
40+
# Metals
41+
.bloop/
42+
.metals/
43+
metals.sbt
44+
.scala-build
45+
src/main/resources/test/run/processed/
46+
src/main/resources/test/run/tobatch/
47+
src/main/resources/test/run/batched/
48+
src/main/resources/test/run/submitted/
49+
src/main/resources/test/run/input/
50+
src/main/resources/test/run/acks/
51+
src/main/resources/test/run/toprocess/
52+
*~
53+
\#*
54+
55+
#spotbugs
56+
direct-file/**/src/main/resources/spotbugs/output/spotbugs.xml
57+
direct-file/**/spotbugs/output/
58+
59+
# vscode
60+
.vscode
61+
!direct-file/.vscode
62+
!direct-file/df-client/.vscode
63+
64+
direct-file/scripts/*.csv
65+
66+
# files created when building sbom.json files
67+
sbom.json
68+

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# License
2+
3+
As a work of the [United States government](https://www.usa.gov/), this project is in the public domain within the United States of America.
4+
5+
Additionally, we waive copyright and related rights in the work worldwide through the CC0 1.0 Universal public domain dedication.
6+
7+
## CC0 1.0 Universal Summary
8+
9+
This is a human-readable summary of the [Legal Code (read the full text)](https://creativecommons.org/publicdomain/zero/1.0/legalcode).
10+
11+
### No Copyright
12+
13+
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.
14+
15+
You can copy, modify, distribute, and perform the work, even for commercial purposes, all without asking permission.
16+
17+
### Other Information
18+
19+
In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights.
20+
21+
Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. When using or citing the work, you should not imply endorsement by the author or the affirmer.

0 commit comments

Comments
 (0)