diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2abd043e..597e54ff 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -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 diff --git a/src/_releases/github.com/192-Support-Squadron/classification-bar.json b/src/_releases/github.com/192-Support-Squadron/classification-bar.json new file mode 100644 index 00000000..5571445a --- /dev/null +++ b/src/_releases/github.com/192-Support-Squadron/classification-bar.json @@ -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" + } + } + ] +} \ No newline at end of file diff --git a/src/_releases/github.com/192-Support-Squadron/dod-warning.json b/src/_releases/github.com/192-Support-Squadron/dod-warning.json new file mode 100644 index 00000000..ebce3a17 --- /dev/null +++ b/src/_releases/github.com/192-Support-Squadron/dod-warning.json @@ -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" + } + } + ] +} \ No newline at end of file