lib/ronin/mixin.rb in ronin-support-0.5.1 vs lib/ronin/mixin.rb in ronin-support-0.5.2

- old
+ new

@@ -1,7 +1,7 @@ # -# Copyright (c) 2006-2012 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # This file is part of Ronin. # # Ronin is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -12,10 +12,10 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Ronin. If not, see <http://www.gnu.org/licenses/>. +# along with Ronin. If not, see <https://www.gnu.org/licenses/>. # module Ronin # # A base Module for all other Mixin modules. Adds a `mixin` method