From 225a1f099925f9443e938b8f5a2738265dbc659c Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sat, 13 Jan 2024 03:20:46 -0800 Subject: [PATCH] Updated the copyright years. --- README.md | 2 +- lib/ronin/repos.rb | 2 +- lib/ronin/repos/cache_dir.rb | 2 +- lib/ronin/repos/class_dir.rb | 2 +- lib/ronin/repos/cli.rb | 2 +- lib/ronin/repos/cli/command.rb | 2 +- lib/ronin/repos/cli/commands/completion.rb | 2 +- lib/ronin/repos/cli/commands/install.rb | 2 +- lib/ronin/repos/cli/commands/list.rb | 2 +- lib/ronin/repos/cli/commands/new.rb | 2 +- lib/ronin/repos/cli/commands/purge.rb | 2 +- lib/ronin/repos/cli/commands/remove.rb | 2 +- lib/ronin/repos/cli/commands/show.rb | 2 +- lib/ronin/repos/cli/commands/update.rb | 2 +- lib/ronin/repos/exceptions.rb | 2 +- lib/ronin/repos/repository.rb | 2 +- lib/ronin/repos/root.rb | 2 +- lib/ronin/repos/version.rb | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 668ef17..02159d1 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ gem 'ronin-repos', '~> 0.1' ## License -Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) ronin-repos 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/repos.rb b/lib/ronin/repos.rb index cb45c46..e5d0490 100644 --- a/lib/ronin/repos.rb +++ b/lib/ronin/repos.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/cache_dir.rb b/lib/ronin/repos/cache_dir.rb index 711aa16..755f626 100644 --- a/lib/ronin/repos/cache_dir.rb +++ b/lib/ronin/repos/cache_dir.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/class_dir.rb b/lib/ronin/repos/class_dir.rb index 7003e46..82c4f4a 100644 --- a/lib/ronin/repos/class_dir.rb +++ b/lib/ronin/repos/class_dir.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/cli.rb b/lib/ronin/repos/cli.rb index fea0ff2..425a137 100644 --- a/lib/ronin/repos/cli.rb +++ b/lib/ronin/repos/cli.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/cli/command.rb b/lib/ronin/repos/cli/command.rb index 459afa8..69b0081 100644 --- a/lib/ronin/repos/cli/command.rb +++ b/lib/ronin/repos/cli/command.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/cli/commands/completion.rb b/lib/ronin/repos/cli/commands/completion.rb index 39a28e7..998a5ea 100644 --- a/lib/ronin/repos/cli/commands/completion.rb +++ b/lib/ronin/repos/cli/commands/completion.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/cli/commands/install.rb b/lib/ronin/repos/cli/commands/install.rb index 9896ee5..559d686 100644 --- a/lib/ronin/repos/cli/commands/install.rb +++ b/lib/ronin/repos/cli/commands/install.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/cli/commands/list.rb b/lib/ronin/repos/cli/commands/list.rb index 5c17850..8e506ab 100644 --- a/lib/ronin/repos/cli/commands/list.rb +++ b/lib/ronin/repos/cli/commands/list.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/cli/commands/new.rb b/lib/ronin/repos/cli/commands/new.rb index 3325938..31e0bc2 100644 --- a/lib/ronin/repos/cli/commands/new.rb +++ b/lib/ronin/repos/cli/commands/new.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/cli/commands/purge.rb b/lib/ronin/repos/cli/commands/purge.rb index 6326601..7c7e963 100644 --- a/lib/ronin/repos/cli/commands/purge.rb +++ b/lib/ronin/repos/cli/commands/purge.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/cli/commands/remove.rb b/lib/ronin/repos/cli/commands/remove.rb index bc42e51..d452019 100644 --- a/lib/ronin/repos/cli/commands/remove.rb +++ b/lib/ronin/repos/cli/commands/remove.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/cli/commands/show.rb b/lib/ronin/repos/cli/commands/show.rb index 27a02bb..d3855bb 100644 --- a/lib/ronin/repos/cli/commands/show.rb +++ b/lib/ronin/repos/cli/commands/show.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/cli/commands/update.rb b/lib/ronin/repos/cli/commands/update.rb index d86faaf..5458dc0 100644 --- a/lib/ronin/repos/cli/commands/update.rb +++ b/lib/ronin/repos/cli/commands/update.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/exceptions.rb b/lib/ronin/repos/exceptions.rb index 99b9887..5071ec1 100644 --- a/lib/ronin/repos/exceptions.rb +++ b/lib/ronin/repos/exceptions.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/repository.rb b/lib/ronin/repos/repository.rb index 599be40..89a036a 100644 --- a/lib/ronin/repos/repository.rb +++ b/lib/ronin/repos/repository.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/root.rb b/lib/ronin/repos/root.rb index de144ab..5e225c4 100644 --- a/lib/ronin/repos/root.rb +++ b/lib/ronin/repos/root.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos 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/repos/version.rb b/lib/ronin/repos/version.rb index 03a1e09..aa8c5af 100644 --- a/lib/ronin/repos/version.rb +++ b/lib/ronin/repos/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # -# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published