diff --git a/README.md b/README.md index bdd0510..3fa60db 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ gem.add_dependency 'ronin-web-user_agents', '~> 0.1' ## License -Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3@gmail.com) +Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3@gmail.com) ronin-web-user_agents is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published diff --git a/lib/ronin/web/user_agents.rb b/lib/ronin/web/user_agents.rb index 997a45c..b579d7f 100644 --- a/lib/ronin/web/user_agents.rb +++ b/lib/ronin/web/user_agents.rb @@ -2,7 +2,7 @@ # # ronin-web-user_agents - Yet another User-Agent string generator library. # -# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web-user_agents is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published diff --git a/lib/ronin/web/user_agents/chrome.rb b/lib/ronin/web/user_agents/chrome.rb index 01dca34..4b9a4a4 100644 --- a/lib/ronin/web/user_agents/chrome.rb +++ b/lib/ronin/web/user_agents/chrome.rb @@ -2,7 +2,7 @@ # # ronin-web-user_agents - Yet another User-Agent string generator library. # -# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web-user_agents is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published diff --git a/lib/ronin/web/user_agents/data_dir.rb b/lib/ronin/web/user_agents/data_dir.rb index f13b7c2..ee38af5 100644 --- a/lib/ronin/web/user_agents/data_dir.rb +++ b/lib/ronin/web/user_agents/data_dir.rb @@ -2,7 +2,7 @@ # # ronin-web-user_agents - Yet another User-Agent string generator library. # -# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web-user_agents is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published diff --git a/lib/ronin/web/user_agents/firefox.rb b/lib/ronin/web/user_agents/firefox.rb index 5926ad3..a0c04d5 100644 --- a/lib/ronin/web/user_agents/firefox.rb +++ b/lib/ronin/web/user_agents/firefox.rb @@ -2,7 +2,7 @@ # # ronin-web-user_agents - Yet another User-Agent string generator library. # -# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web-user_agents is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published diff --git a/lib/ronin/web/user_agents/google_bot.rb b/lib/ronin/web/user_agents/google_bot.rb index dfabf7b..bbb6500 100644 --- a/lib/ronin/web/user_agents/google_bot.rb +++ b/lib/ronin/web/user_agents/google_bot.rb @@ -2,7 +2,7 @@ # # ronin-web-user_agents - Yet another User-Agent string generator library. # -# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web-user_agents is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published diff --git a/lib/ronin/web/user_agents/os/android.rb b/lib/ronin/web/user_agents/os/android.rb index 6799dcc..9ff9b86 100644 --- a/lib/ronin/web/user_agents/os/android.rb +++ b/lib/ronin/web/user_agents/os/android.rb @@ -2,7 +2,7 @@ # # ronin-web-user_agents - Yet another User-Agent string generator library. # -# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web-user_agents is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published diff --git a/lib/ronin/web/user_agents/os/linux.rb b/lib/ronin/web/user_agents/os/linux.rb index 1a6eeba..af1c444 100644 --- a/lib/ronin/web/user_agents/os/linux.rb +++ b/lib/ronin/web/user_agents/os/linux.rb @@ -2,7 +2,7 @@ # # ronin-web-user_agents - Yet another User-Agent string generator library. # -# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web-user_agents is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published diff --git a/lib/ronin/web/user_agents/os/mac_os.rb b/lib/ronin/web/user_agents/os/mac_os.rb index ea9dc1a..d8e80e1 100644 --- a/lib/ronin/web/user_agents/os/mac_os.rb +++ b/lib/ronin/web/user_agents/os/mac_os.rb @@ -2,7 +2,7 @@ # # ronin-web-user_agents - Yet another User-Agent string generator library. # -# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web-user_agents is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published diff --git a/lib/ronin/web/user_agents/os/windows.rb b/lib/ronin/web/user_agents/os/windows.rb index 02bc763..a9b990a 100644 --- a/lib/ronin/web/user_agents/os/windows.rb +++ b/lib/ronin/web/user_agents/os/windows.rb @@ -2,7 +2,7 @@ # # ronin-web-user_agents - Yet another User-Agent string generator library. # -# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web-user_agents is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published diff --git a/lib/ronin/web/user_agents/version.rb b/lib/ronin/web/user_agents/version.rb index 2fdcb60..d207e5b 100644 --- a/lib/ronin/web/user_agents/version.rb +++ b/lib/ronin/web/user_agents/version.rb @@ -2,7 +2,7 @@ # # ronin-web-user_agents - Yet another User-Agent string generator library. # -# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-web-user_agents is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published