From 6a2eb40bad60525689343b762fe7dfa4ae8d3604 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sat, 13 Jan 2024 02:53:58 -0800 Subject: [PATCH] Updated the copyright years. * Normalized the copyright notice line. --- README.md | 2 +- app.rb | 2 +- app/db.rb | 2 +- app/scanning.rb | 2 +- lib/ronin/app/cli.rb | 2 +- lib/ronin/app/helpers/html.rb | 2 +- lib/ronin/app/root.rb | 2 +- lib/ronin/app/schemas/params_schema.rb | 2 +- lib/ronin/app/schemas/payloads/build_schema.rb | 2 +- lib/ronin/app/schemas/payloads/encoders/encode_schema.rb | 2 +- lib/ronin/app/types.rb | 2 +- lib/ronin/app/types/import.rb | 2 +- lib/ronin/app/types/nmap.rb | 2 +- lib/ronin/app/types/spider.rb | 2 +- lib/ronin/app/types/vulns.rb | 2 +- lib/ronin/app/validations/import_params.rb | 2 +- lib/ronin/app/validations/install_repo_params.rb | 2 +- lib/ronin/app/validations/masscan_params.rb | 2 +- lib/ronin/app/validations/nmap_params.rb | 2 +- lib/ronin/app/validations/recon_params.rb | 2 +- lib/ronin/app/validations/spider_params.rb | 2 +- lib/ronin/app/validations/vulns_params.rb | 2 +- lib/ronin/app/version.rb | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 4f4b5fb..f32f76a 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ $ docker-compose up ## License -Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +Copyright (C) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) ronin-app is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app.rb b/app.rb index d065d76..efea414 100644 --- a/app.rb +++ b/app.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (C) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/app/db.rb b/app/db.rb index 2c4952a..fca1347 100644 --- a/app/db.rb +++ b/app/db.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (C) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/app/scanning.rb b/app/scanning.rb index 84aaf5a..52a61bc 100644 --- a/app/scanning.rb +++ b/app/scanning.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (C) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/cli.rb b/lib/ronin/app/cli.rb index 2a68cc0..ca8d37b 100644 --- a/lib/ronin/app/cli.rb +++ b/lib/ronin/app/cli.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/helpers/html.rb b/lib/ronin/app/helpers/html.rb index 7895067..9cfad0a 100644 --- a/lib/ronin/app/helpers/html.rb +++ b/lib/ronin/app/helpers/html.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/root.rb b/lib/ronin/app/root.rb index 054e708..a8a0f4b 100644 --- a/lib/ronin/app/root.rb +++ b/lib/ronin/app/root.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/schemas/params_schema.rb b/lib/ronin/app/schemas/params_schema.rb index fad8110..b6efecb 100644 --- a/lib/ronin/app/schemas/params_schema.rb +++ b/lib/ronin/app/schemas/params_schema.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/schemas/payloads/build_schema.rb b/lib/ronin/app/schemas/payloads/build_schema.rb index f39fdc7..e5c0e4e 100644 --- a/lib/ronin/app/schemas/payloads/build_schema.rb +++ b/lib/ronin/app/schemas/payloads/build_schema.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/schemas/payloads/encoders/encode_schema.rb b/lib/ronin/app/schemas/payloads/encoders/encode_schema.rb index cb68da1..28e4058 100644 --- a/lib/ronin/app/schemas/payloads/encoders/encode_schema.rb +++ b/lib/ronin/app/schemas/payloads/encoders/encode_schema.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/types.rb b/lib/ronin/app/types.rb index 0f114cc..a3d6f2a 100644 --- a/lib/ronin/app/types.rb +++ b/lib/ronin/app/types.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/types/import.rb b/lib/ronin/app/types/import.rb index 6eda82c..a09bfcf 100644 --- a/lib/ronin/app/types/import.rb +++ b/lib/ronin/app/types/import.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/types/nmap.rb b/lib/ronin/app/types/nmap.rb index 3c747a9..d2d175a 100644 --- a/lib/ronin/app/types/nmap.rb +++ b/lib/ronin/app/types/nmap.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/types/spider.rb b/lib/ronin/app/types/spider.rb index cbcd0ec..ff4f915 100644 --- a/lib/ronin/app/types/spider.rb +++ b/lib/ronin/app/types/spider.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/types/vulns.rb b/lib/ronin/app/types/vulns.rb index aaf5c06..7a7a403 100644 --- a/lib/ronin/app/types/vulns.rb +++ b/lib/ronin/app/types/vulns.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/validations/import_params.rb b/lib/ronin/app/validations/import_params.rb index 8930802..2fbf203 100644 --- a/lib/ronin/app/validations/import_params.rb +++ b/lib/ronin/app/validations/import_params.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/validations/install_repo_params.rb b/lib/ronin/app/validations/install_repo_params.rb index 35b8614..6c8097b 100644 --- a/lib/ronin/app/validations/install_repo_params.rb +++ b/lib/ronin/app/validations/install_repo_params.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/validations/masscan_params.rb b/lib/ronin/app/validations/masscan_params.rb index e107224..baa23b2 100644 --- a/lib/ronin/app/validations/masscan_params.rb +++ b/lib/ronin/app/validations/masscan_params.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/validations/nmap_params.rb b/lib/ronin/app/validations/nmap_params.rb index 6770aad..c8023fe 100644 --- a/lib/ronin/app/validations/nmap_params.rb +++ b/lib/ronin/app/validations/nmap_params.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/validations/recon_params.rb b/lib/ronin/app/validations/recon_params.rb index c2d4301..fc200e5 100644 --- a/lib/ronin/app/validations/recon_params.rb +++ b/lib/ronin/app/validations/recon_params.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/validations/spider_params.rb b/lib/ronin/app/validations/spider_params.rb index 5241015..e7481dc 100644 --- a/lib/ronin/app/validations/spider_params.rb +++ b/lib/ronin/app/validations/spider_params.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/validations/vulns_params.rb b/lib/ronin/app/validations/vulns_params.rb index c12ae03..e7fa1c1 100644 --- a/lib/ronin/app/validations/vulns_params.rb +++ b/lib/ronin/app/validations/vulns_params.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/lib/ronin/app/version.rb b/lib/ronin/app/version.rb index 3276a60..5ca7c06 100644 --- a/lib/ronin/app/version.rb +++ b/lib/ronin/app/version.rb @@ -2,7 +2,7 @@ # # ronin-app - a local web app for Ronin. # -# Copyright (C) 2023 Hal Brodigan (postmodern.mod3@gmail.com) +# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com) # # ronin-app is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by