Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Copyright 2022 Ryan O'Neill elfmaster@arcana-research.io
- Copyright 2023 Even Stensberg evenstensberg@gmail.com
- Copyright 2024 David Saeger david@dds.mil
- Copyright 2025 John Edward Willman V john.willman.1@us.af.mil
- _Add the copyright date, your name, and email address here. (PLEASE KEEP THIS LINE)_

## Note for U.S. Federal Employees
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "2.0.0",
"agency": "USAF",
"measurementType": {
"method": "linesOfCode"
},
"releases": [
{
"organization": "USAF 192 Support Squadron",
"version": "1.0.0",
"name": "classification-bar",
"description": "A React component to display a classification bar at the top and bottom of the page.",
"tags": [
"React",
"Typescript"
],
"contact": {
"email": "jwillman@jhics.org",
"name": "John Edward Willman V"
},
"status": "Production",
"vcs": "git",
"languages": [
"Typescript"
],
"repositoryURL": "https://github.com/192-support-squadron/classification-bar",
"permissions": {
"licenses": [
{
"URL": "https://github.com/192-support-squadron/classification-bar/blob/main/LICENSE",
"name": "Apache 2.0"
}
],
"usageType": "openSource"
},
"laborHours": 2,
"date": {
"created": "2025-03-25",
"lastModified": "2025-03-25",
"metadataLastUpdated": "2025-03-25"
}
}
]
}
44 changes: 44 additions & 0 deletions src/_releases/github.com/192-Support-Squadron/dod-warning.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "2.0.0",
"agency": "USAF",
"measurementType": {
"method": "linesOfCode"
},
"releases": [
{
"organization": "USAF 192 Support Squadron",
"version": "1.0.1",
"name": "dod-warning",
"description": "A React component to display a dod warning modal when a new session starts.",
"tags": [
"React",
"Typescript"
],
"contact": {
"email": "jwillman@jhics.org",
"name": "John Edward Willman V"
},
"status": "Production",
"vcs": "git",
"languages": [
"Typescript"
],
"repositoryURL": "https://github.com/192-support-squadron/dod-warning",
"permissions": {
"licenses": [
{
"URL": "https://github.com/192-support-squadron/dod-warning/blob/main/LICENSE",
"name": "Apache 2.0"
}
],
"usageType": "openSource"
},
"laborHours": 4,
"date": {
"created": "2025-03-25",
"lastModified": "2025-03-25",
"metadataLastUpdated": "2025-03-25"
}
}
]
}