diff options
author | David RodrÃguez <[email protected]> | 2020-03-13 10:54:57 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-03-26 18:06:14 +0900 |
commit | 9e8d75e8819972377dc1457fc0d0e489bb9c533b (patch) | |
tree | 79359c51821598a1701b81d43a8faec9a6b76708 /lib/uri | |
parent | 5e9e16292ac18c9f163309991dc837c33acffe7c (diff) |
[ruby/uri] Remove RCS keywords
https://github.com/ruby/uri/commit/1bcb1203ad
Diffstat (limited to 'lib/uri')
-rw-r--r-- | lib/uri/common.rb | 1 | ||||
-rw-r--r-- | lib/uri/ftp.rb | 1 | ||||
-rw-r--r-- | lib/uri/generic.rb | 1 | ||||
-rw-r--r-- | lib/uri/http.rb | 1 | ||||
-rw-r--r-- | lib/uri/https.rb | 1 | ||||
-rw-r--r-- | lib/uri/ldap.rb | 1 | ||||
-rw-r--r-- | lib/uri/mailto.rb | 1 | ||||
-rw-r--r-- | lib/uri/rfc2396_parser.rb | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/lib/uri/common.rb b/lib/uri/common.rb index 799a268b93..a8c016bb30 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -3,7 +3,6 @@ # = uri/common.rb # # Author:: Akira Yamada <[email protected]> -# Revision:: $Id$ # License:: # You can redistribute it and/or modify it under the same term as Ruby. # diff --git a/lib/uri/ftp.rb b/lib/uri/ftp.rb index f57b4b7df9..fb38481193 100644 --- a/lib/uri/ftp.rb +++ b/lib/uri/ftp.rb @@ -3,7 +3,6 @@ # # Author:: Akira Yamada <[email protected]> # License:: You can redistribute it and/or modify it under the same term as Ruby. -# Revision:: $Id$ # # See URI for general documentation # diff --git a/lib/uri/generic.rb b/lib/uri/generic.rb index c672d15eb2..495d57f246 100644 --- a/lib/uri/generic.rb +++ b/lib/uri/generic.rb @@ -4,7 +4,6 @@ # # Author:: Akira Yamada <[email protected]> # License:: You can redistribute it and/or modify it under the same term as Ruby. -# Revision:: $Id$ # # See URI for general documentation # diff --git a/lib/uri/http.rb b/lib/uri/http.rb index 2e2ebcc1d3..70cfb2a1bf 100644 --- a/lib/uri/http.rb +++ b/lib/uri/http.rb @@ -3,7 +3,6 @@ # # Author:: Akira Yamada <[email protected]> # License:: You can redistribute it and/or modify it under the same term as Ruby. -# Revision:: $Id$ # # See URI for general documentation # diff --git a/lib/uri/https.rb b/lib/uri/https.rb index 4780ee0a44..c481b1fe6d 100644 --- a/lib/uri/https.rb +++ b/lib/uri/https.rb @@ -3,7 +3,6 @@ # # Author:: Akira Yamada <[email protected]> # License:: You can redistribute it and/or modify it under the same term as Ruby. -# Revision:: $Id$ # # See URI for general documentation # diff --git a/lib/uri/ldap.rb b/lib/uri/ldap.rb index 228c793cbd..a2043ccdf5 100644 --- a/lib/uri/ldap.rb +++ b/lib/uri/ldap.rb @@ -7,7 +7,6 @@ # License:: # URI::LDAP is copyrighted free software by Takaaki Tateishi and Akira Yamada. # You can redistribute it and/or modify it under the same term as Ruby. -# Revision:: $Id$ # # See URI for general documentation # diff --git a/lib/uri/mailto.rb b/lib/uri/mailto.rb index 9c06871c7a..d08c2ae9da 100644 --- a/lib/uri/mailto.rb +++ b/lib/uri/mailto.rb @@ -3,7 +3,6 @@ # # Author:: Akira Yamada <[email protected]> # License:: You can redistribute it and/or modify it under the same term as Ruby. -# Revision:: $Id$ # # See URI for general documentation # diff --git a/lib/uri/rfc2396_parser.rb b/lib/uri/rfc2396_parser.rb index 38c0c36b6d..c719aa0726 100644 --- a/lib/uri/rfc2396_parser.rb +++ b/lib/uri/rfc2396_parser.rb @@ -3,7 +3,6 @@ # = uri/common.rb # # Author:: Akira Yamada <[email protected]> -# Revision:: $Id$ # License:: # You can redistribute it and/or modify it under the same term as Ruby. # |