diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index d50dc93..3478d9c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,9 +3,9 @@ **By adding your name, email address, and copyright date below, you understand and agree to the terms of the [Developer's Certificate of Origin](https://developercertificate.org/) (DCO) version 1.1, and you are submitting all contributions you make to this Project pursuant to the terms described in [LICENSE.md](LICENSE.md).** ## Signed-off-by -- Copyright 2021-2024 Carl Smigielski, carl.a.smigielski@saic.com -- Copyright 2022-2024 Christopher Daley, cdaley@rite-solutions.com -- Copyright 2023-2024 Mathew Ferreira, mferreira@rite-solutions.com +- Copyright 2021-2025 Carl Smigielski, carl.a.smigielski@saic.com +- Copyright 2022-2025 Christopher Daley, cdaley@rite-solutions.com +- Copyright 2023-2025 Mathew Ferreira, mferreira@rite-solutions.com - _Add the copyright date, your name, and email address here. (PLEASE KEEP THIS LINE)_ ## Note for U.S. Federal Employees diff --git a/LICENSE.md b/LICENSE.md index 9f85e68..6192968 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,9 +2,9 @@ ## MIT License ``` -Copyright (c) 2020-2024 U.S. Federal Government (in countries where recognized) -Copyright (c) 2020-2024 Science Applications International Corporation -Copyright (c) 2020-2024 Rite-Solutions, Inc. +Copyright (c) 2020-2025 U.S. Federal Government (in countries where recognized) +Copyright (c) 2020-2025 Science Applications International Corporation +Copyright (c) 2020-2025 Rite-Solutions, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index 98b0335..197f821 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nuwcdivnpt/stigman-watcher", - "version": "1.4.6", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nuwcdivnpt/stigman-watcher", - "version": "1.4.6", + "version": "1.5.0", "license": "MIT", "dependencies": { "@nuwcdivnpt/stig-manager-client-modules": "^1.5.0", diff --git a/package.json b/package.json index 2878cdc..856147b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuwcdivnpt/stigman-watcher", - "version": "1.4.6", + "version": "1.5.0", "description": "CLI that watches a path for STIG test result files on behalf of a STIG Manager Collection.", "main": "index.js", "type": "module",