diff --git a/Dockerfile b/Dockerfile index 0ab74320..203d132b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Copyright 2019 Jason Ertel (jertel). All rights reserved. -# Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +# Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. # # This program is distributed under the terms of version 2 of the # GNU General Public License. See LICENSE for further details. diff --git a/Dockerfile.kratos b/Dockerfile.kratos index b6243377..637b1ddb 100644 --- a/Dockerfile.kratos +++ b/Dockerfile.kratos @@ -1,5 +1,5 @@ # Copyright 2019 Jason Ertel (jertel). All rights reserved. -# Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +# Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. # # This program is distributed under the terms of version 2 of the # GNU General Public License. See LICENSE for further details. diff --git a/agent/agent.go b/agent/agent.go index f459c894..c888cef8 100644 --- a/agent/agent.go +++ b/agent/agent.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/agent/agent_test.go b/agent/agent_test.go index a4915391..b53c4244 100644 --- a/agent/agent_test.go +++ b/agent/agent_test.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/agent/jobmanager.go b/agent/jobmanager.go index 048538b6..1237013e 100644 --- a/agent/jobmanager.go +++ b/agent/jobmanager.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/agent/jobprocessor.go b/agent/jobprocessor.go index e87a69f2..6193a761 100644 --- a/agent/jobprocessor.go +++ b/agent/jobprocessor.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/agent/modules/analyze/analyze.go b/agent/modules/analyze/analyze.go index 0796e0a6..9f155de3 100644 --- a/agent/modules/analyze/analyze.go +++ b/agent/modules/analyze/analyze.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Onion Solutions. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/agent/modules/analyze/analyze_test.go b/agent/modules/analyze/analyze_test.go index 3da74f36..16bd2256 100644 --- a/agent/modules/analyze/analyze_test.go +++ b/agent/modules/analyze/analyze_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Onion Solutions. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/agent/modules/importer/importer.go b/agent/modules/importer/importer.go index 7f644cf1..8bb0b891 100644 --- a/agent/modules/importer/importer.go +++ b/agent/modules/importer/importer.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Onion Solutions. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/agent/modules/importer/importer_test.go b/agent/modules/importer/importer_test.go index 6f436984..7a4c188a 100644 --- a/agent/modules/importer/importer_test.go +++ b/agent/modules/importer/importer_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Onion Solutions. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/cmd/sensoroni.go b/cmd/sensoroni.go index c9b341c8..8a2fb6ea 100644 --- a/cmd/sensoroni.go +++ b/cmd/sensoroni.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/cmd/sensoroni_test.go b/cmd/sensoroni_test.go index 6495b3af..73a64f2d 100644 --- a/cmd/sensoroni_test.go +++ b/cmd/sensoroni_test.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/config/agentconfig.go b/config/agentconfig.go index b9219846..0f990cc3 100644 --- a/config/agentconfig.go +++ b/config/agentconfig.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/config/agentconfig_test.go b/config/agentconfig_test.go index 371aefc6..a5c83890 100644 --- a/config/agentconfig_test.go +++ b/config/agentconfig_test.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/config/clientparameters.go b/config/clientparameters.go index c6c91f44..0706f38b 100644 --- a/config/clientparameters.go +++ b/config/clientparameters.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/config/clientparameters_test.go b/config/clientparameters_test.go index e8b68ec0..a0265d8e 100644 --- a/config/clientparameters_test.go +++ b/config/clientparameters_test.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/config/config.go b/config/config.go index 9d77c5d9..b13a3018 100644 --- a/config/config.go +++ b/config/config.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/config/serverconfig.go b/config/serverconfig.go index 69ee61ff..5c4e9e2e 100644 --- a/config/serverconfig.go +++ b/config/serverconfig.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/config/serverconfig_test.go b/config/serverconfig_test.go index edf83b87..3902d38b 100644 --- a/config/serverconfig_test.go +++ b/config/serverconfig_test.go @@ -1,5 +1,5 @@ // Copyright 2019 Jason Ertel (jertel). All rights reserved. -// Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. +// Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. // // This program is distributed under the terms of version 2 of the // GNU General Public License. See LICENSE for further details. diff --git a/html/css/app.css b/html/css/app.css index 8a6570ab..d772f685 100644 --- a/html/css/app.css +++ b/html/css/app.css @@ -1,6 +1,6 @@ /* Copyright 2019 Jason Ertel (jertel). All rights reserved. - Copyright 2020-2022 Security Onion Solutions, LLC. All rights reserved. + Copyright 2020-2023 Security Onion Solutions, LLC. All rights reserved. This program is distributed under the terms of version 2 of the GNU General Public License. See LICENSE for further details. diff --git a/html/index.html b/html/index.html index 06ed9776..cbae3637 100644 --- a/html/index.html +++ b/html/index.html @@ -1,7 +1,7 @@