Skip to content

Commit

Permalink
Added ronin/support/software.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 9, 2024
1 parent 0bbd389 commit 798de1a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/ronin/support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
require 'ronin/support/network'
require 'ronin/support/path'
require 'ronin/support/text'
require 'ronin/support/software'
require 'ronin/support/version'

module Ronin
Expand Down
20 changes: 20 additions & 0 deletions lib/ronin/support/software.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# frozen_string_literal: true
#
# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
#
# ronin-support is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# ronin-support is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with ronin-support. If not, see <https://www.gnu.org/licenses/>.
#

require_relative 'software/version'
require_relative 'software/version_range'

0 comments on commit 798de1a

Please sign in to comment.