lib/whois/server/adapters/standard.rb in whois-5.0.1 vs lib/whois/server/adapters/standard.rb in whois-5.0.2

- old
+ new

@@ -1,11 +1,13 @@ +# frozen_string_literal: true + #-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # -# Copyright (c) 2009-2020 Simone Carletti <weppos@weppos.net> +# Copyright (c) 2009-2021 Simone Carletti <weppos@weppos.net> #++ module Whois class Server @@ -54,6 +56,6 @@ end end end -end \ No newline at end of file +end