diff options
Diffstat (limited to 'lib/net/https.rb')
| -rw-r--r-- | lib/net/https.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/net/https.rb b/lib/net/https.rb index d36f82002d..58cb6ddf19 100644 --- a/lib/net/https.rb +++ b/lib/net/https.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false =begin = net/https -- SSL/TLS enhancement for Net::HTTP. @@ -13,7 +14,7 @@ All rights reserved. == Licence - This program is licenced under the same licence as Ruby. + This program is licensed under the same licence as Ruby. (See the file 'LICENCE'.) =end |
