From 6bc489e4e10610f55fa02aedac03505fe3ce409f Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sat, 13 Jan 2024 03:28:32 -0800 Subject: [PATCH] Updated the copyright years. --- README.md | 2 +- lib/ronin/web.rb | 2 +- lib/ronin/web/cli.rb | 2 +- lib/ronin/web/cli/browser_options.rb | 2 +- lib/ronin/web/cli/browser_shell.rb | 2 +- lib/ronin/web/cli/command.rb | 2 +- lib/ronin/web/cli/commands/browser.rb | 2 +- lib/ronin/web/cli/commands/completion.rb | 2 +- lib/ronin/web/cli/commands/diff.rb | 2 +- lib/ronin/web/cli/commands/html.rb | 2 +- lib/ronin/web/cli/commands/irb.rb | 2 +- lib/ronin/web/cli/commands/new.rb | 2 +- lib/ronin/web/cli/commands/new/app.rb | 2 +- lib/ronin/web/cli/commands/new/nokogiri.rb | 2 +- lib/ronin/web/cli/commands/new/server.rb | 2 +- lib/ronin/web/cli/commands/new/spider.rb | 2 +- lib/ronin/web/cli/commands/reverse_proxy.rb | 2 +- lib/ronin/web/cli/commands/screenshot.rb | 2 +- lib/ronin/web/cli/commands/server.rb | 2 +- lib/ronin/web/cli/commands/session_cookie.rb | 2 +- lib/ronin/web/cli/commands/spider.rb | 2 +- lib/ronin/web/cli/commands/user_agent.rb | 2 +- lib/ronin/web/cli/commands/wordlist.rb | 2 +- lib/ronin/web/cli/commands/xml.rb | 2 +- lib/ronin/web/cli/js_shell.rb | 2 +- lib/ronin/web/cli/ruby_shell.rb | 2 +- lib/ronin/web/cli/spider_options.rb | 2 +- lib/ronin/web/html.rb | 2 +- lib/ronin/web/root.rb | 2 +- lib/ronin/web/version.rb | 2 +- lib/ronin/web/xml.rb | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index fdf1883c..2ba15980 100644 --- a/README.md +++ b/README.md @@ -622,7 +622,7 @@ $ gem install ronin-web ronin-web - A collection of useful web helper methods and commands. -Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) ronin-web is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web.rb b/lib/ronin/web.rb index 20cc499a..26b85bb3 100644 --- a/lib/ronin/web.rb +++ b/lib/ronin/web.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli.rb b/lib/ronin/web/cli.rb index f9ee9fe3..9e6952f6 100644 --- a/lib/ronin/web/cli.rb +++ b/lib/ronin/web/cli.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/browser_options.rb b/lib/ronin/web/cli/browser_options.rb index 9d24f5a5..0b5d367e 100644 --- a/lib/ronin/web/cli/browser_options.rb +++ b/lib/ronin/web/cli/browser_options.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/browser_shell.rb b/lib/ronin/web/cli/browser_shell.rb index bdf36883..09d9efdf 100644 --- a/lib/ronin/web/cli/browser_shell.rb +++ b/lib/ronin/web/cli/browser_shell.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/command.rb b/lib/ronin/web/cli/command.rb index 4fd88520..2145009a 100644 --- a/lib/ronin/web/cli/command.rb +++ b/lib/ronin/web/cli/command.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/browser.rb b/lib/ronin/web/cli/commands/browser.rb index f9c45a3c..b36d331f 100644 --- a/lib/ronin/web/cli/commands/browser.rb +++ b/lib/ronin/web/cli/commands/browser.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/completion.rb b/lib/ronin/web/cli/commands/completion.rb index c74c4a13..9d0e451a 100644 --- a/lib/ronin/web/cli/commands/completion.rb +++ b/lib/ronin/web/cli/commands/completion.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/diff.rb b/lib/ronin/web/cli/commands/diff.rb index 25091169..0d02d927 100644 --- a/lib/ronin/web/cli/commands/diff.rb +++ b/lib/ronin/web/cli/commands/diff.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/html.rb b/lib/ronin/web/cli/commands/html.rb index 27ac122f..577e3c4e 100644 --- a/lib/ronin/web/cli/commands/html.rb +++ b/lib/ronin/web/cli/commands/html.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/irb.rb b/lib/ronin/web/cli/commands/irb.rb index 8ca3e516..4126a30b 100644 --- a/lib/ronin/web/cli/commands/irb.rb +++ b/lib/ronin/web/cli/commands/irb.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/new.rb b/lib/ronin/web/cli/commands/new.rb index 91ddb874..a16236f8 100644 --- a/lib/ronin/web/cli/commands/new.rb +++ b/lib/ronin/web/cli/commands/new.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/new/app.rb b/lib/ronin/web/cli/commands/new/app.rb index 03e4f309..14d4c496 100644 --- a/lib/ronin/web/cli/commands/new/app.rb +++ b/lib/ronin/web/cli/commands/new/app.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/new/nokogiri.rb b/lib/ronin/web/cli/commands/new/nokogiri.rb index 71494942..887cb0f7 100644 --- a/lib/ronin/web/cli/commands/new/nokogiri.rb +++ b/lib/ronin/web/cli/commands/new/nokogiri.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/new/server.rb b/lib/ronin/web/cli/commands/new/server.rb index 872b4741..1d129d34 100644 --- a/lib/ronin/web/cli/commands/new/server.rb +++ b/lib/ronin/web/cli/commands/new/server.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/new/spider.rb b/lib/ronin/web/cli/commands/new/spider.rb index 5f16d652..22003fbf 100644 --- a/lib/ronin/web/cli/commands/new/spider.rb +++ b/lib/ronin/web/cli/commands/new/spider.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/reverse_proxy.rb b/lib/ronin/web/cli/commands/reverse_proxy.rb index 093021de..f98d05f1 100644 --- a/lib/ronin/web/cli/commands/reverse_proxy.rb +++ b/lib/ronin/web/cli/commands/reverse_proxy.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/screenshot.rb b/lib/ronin/web/cli/commands/screenshot.rb index 78c40b2a..df00ce58 100644 --- a/lib/ronin/web/cli/commands/screenshot.rb +++ b/lib/ronin/web/cli/commands/screenshot.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/server.rb b/lib/ronin/web/cli/commands/server.rb index 14f5ab98..392b2df8 100644 --- a/lib/ronin/web/cli/commands/server.rb +++ b/lib/ronin/web/cli/commands/server.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/session_cookie.rb b/lib/ronin/web/cli/commands/session_cookie.rb index f45d8a0c..6d84db81 100644 --- a/lib/ronin/web/cli/commands/session_cookie.rb +++ b/lib/ronin/web/cli/commands/session_cookie.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/spider.rb b/lib/ronin/web/cli/commands/spider.rb index db4555db..a22c48d0 100644 --- a/lib/ronin/web/cli/commands/spider.rb +++ b/lib/ronin/web/cli/commands/spider.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/user_agent.rb b/lib/ronin/web/cli/commands/user_agent.rb index e062956e..d9bdfb30 100644 --- a/lib/ronin/web/cli/commands/user_agent.rb +++ b/lib/ronin/web/cli/commands/user_agent.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/wordlist.rb b/lib/ronin/web/cli/commands/wordlist.rb index 0567937b..44fa0446 100644 --- a/lib/ronin/web/cli/commands/wordlist.rb +++ b/lib/ronin/web/cli/commands/wordlist.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/commands/xml.rb b/lib/ronin/web/cli/commands/xml.rb index 2c810ccb..af5da882 100644 --- a/lib/ronin/web/cli/commands/xml.rb +++ b/lib/ronin/web/cli/commands/xml.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/js_shell.rb b/lib/ronin/web/cli/js_shell.rb index b8e5ffd4..b39a0c45 100644 --- a/lib/ronin/web/cli/js_shell.rb +++ b/lib/ronin/web/cli/js_shell.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/ruby_shell.rb b/lib/ronin/web/cli/ruby_shell.rb index 8632680f..d9cdf877 100644 --- a/lib/ronin/web/cli/ruby_shell.rb +++ b/lib/ronin/web/cli/ruby_shell.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/cli/spider_options.rb b/lib/ronin/web/cli/spider_options.rb index d2eee3ff..5e0a4193 100644 --- a/lib/ronin/web/cli/spider_options.rb +++ b/lib/ronin/web/cli/spider_options.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/html.rb b/lib/ronin/web/html.rb index cc021d14..ce73bf52 100644 --- a/lib/ronin/web/html.rb +++ b/lib/ronin/web/html.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/root.rb b/lib/ronin/web/root.rb index 717c5a53..2ee1eb36 100644 --- a/lib/ronin/web/root.rb +++ b/lib/ronin/web/root.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/version.rb b/lib/ronin/web/version.rb index 94bc902b..30aec395 100644 --- a/lib/ronin/web/version.rb +++ b/lib/ronin/web/version.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ronin/web/xml.rb b/lib/ronin/web/xml.rb index a3df0087..0a86ea9d 100644 --- a/lib/ronin/web/xml.rb +++ b/lib/ronin/web/xml.rb @@ -2,7 +2,7 @@ # # ronin-web - A collection of useful web helper methods and commands. # -# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by