Skip to content

Commit 5760956

Browse files
committed
Updated the copyright years.
1 parent 36810ab commit 5760956

22 files changed

+22
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ gem.add_dependency 'ronin-wordlists', '~> 0.1'
160160

161161
## License
162162

163-
Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
163+
Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
164164

165165
ronin-wordlists is free software: you can redistribute it and/or modify
166166
it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/cache_dir.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/cli/command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/cli/commands/available.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/cli/commands/completion.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/cli/commands/download.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/cli/commands/list.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/cli/commands/purge.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/cli/commands/remove.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/cli/commands/update.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/cli/wordlist_dir_option.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/cli/wordlist_option.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/exceptions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/root.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/search_paths.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/wordlist_dir.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/wordlist_file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/wordlist_metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/wordlists/wordlist_repo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-wordlists - A library and tool for managing wordlists.
44
#
5-
# Copyright (c) 2023 Hal Brodigan (postmodern.mod3@gmail.com)
5+
# Copyright (c) 2023-2024 Hal Brodigan (postmodern.mod3@gmail.com)
66
#
77
# ronin-wordlists is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

0 commit comments

Comments
 (0)