Skip to content

Commit

Permalink
* Remove $Id$.
Browse files Browse the repository at this point in the history
  • Loading branch information
Masao Mutoh committed Oct 14, 2009
1 parent e40e727 commit f89b8b3
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 29 deletions.
3 changes: 1 addition & 2 deletions bin/rgettext
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
=begin
rgettext - ruby version of xgettext
Copyright (C) 2005 Masao Mutoh
Copyright (C) 2005-2009 Masao Mutoh
You may redistribute it and/or modify it under the same
license terms as Ruby.
$Id: rgettext,v 1.15 2008/07/24 17:17:48 mutoh Exp $
=end

begin
Expand Down
4 changes: 1 addition & 3 deletions bin/rmsgfmt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
=begin
rgettext - ruby version of xgettext
Copyright (C) 2005 Masao Mutoh
Copyright (C) 2005-2009 Masao Mutoh
You may redistribute it and/or modify it under the same
license terms as Ruby.
$Id: rmsgfmt,v 1.14 2008/07/24 17:17:48 mutoh Exp $
=end

begin
Expand Down
2 changes: 0 additions & 2 deletions bin/rmsgmerge
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
You may redistribute it and/or modify it under the same
license terms as Ruby.
$Id: rmsgmerge,v 1.13 2008/07/24 17:17:48 mutoh Exp $
=end

begin
Expand Down
2 changes: 0 additions & 2 deletions lib/gettext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
You may redistribute it and/or modify it under the same
license terms as Ruby.
$Id: gettext.rb,v 1.46 2008/09/13 18:23:55 mutoh Exp $
=end

if Object.constants.include? "Gem"
Expand Down
2 changes: 0 additions & 2 deletions lib/gettext/cgi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
You may redistribute it and/or modify it under the same
license terms as Ruby.
$Id$
=end

require 'cgi'
Expand Down
4 changes: 1 addition & 3 deletions lib/gettext/core_ext/iconv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
For JRuby:
Use Java String class to convert strings.
Copyright (C) 2004-2007 Masao Mutoh
Copyright (C) 2004-2009 Masao Mutoh
You may redistribute it and/or modify it under the same
license terms as Ruby.
$Id: iconv.rb,v 1.6 2007/11/08 14:21:22 mutoh Exp $
=end

begin
Expand Down
2 changes: 0 additions & 2 deletions lib/gettext/runtime/textdomain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
You may redistribute it and/or modify it under the same
license terms as Ruby.
$Id$
=end

require 'gettext/core_ext/string'
Expand Down
2 changes: 0 additions & 2 deletions lib/gettext/tools/parser/erb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
You may redistribute it and/or modify it under the same
license terms as Ruby.
$Id: erb.rb,v 1.5 2007/08/01 01:39:14 mutoh Exp $
=end

require 'erb'
Expand Down
2 changes: 0 additions & 2 deletions lib/gettext/tools/parser/glade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
You may redistribute it and/or modify it under the same
license terms as Ruby.
$Id: glade.rb,v 1.5 2006/06/11 15:36:20 mutoh Exp $
=end

require 'cgi'
Expand Down
3 changes: 1 addition & 2 deletions lib/gettext/tools/rgettext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module RGetText #:nodoc:

# constant values
VERSION = GetText::VERSION
DATE = %w($Date: 2008/08/06 17:35:52 $)[1]

@ex_parsers = []
[
Expand Down Expand Up @@ -167,7 +166,7 @@ def check_options # :nodoc:
end

opts.on_tail("--version", _("display version information and exit")) do
puts "#{$0} #{VERSION} (#{DATE})"
puts "#{$0} #{VERSION}"
puts "#{File.join(Config::CONFIG["bindir"], Config::CONFIG["RUBY_INSTALL_NAME"])} #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
exit
end
Expand Down
4 changes: 1 addition & 3 deletions samples/cgi/hellolib.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#!/usr/bin/ruby
# hellolib.rb
#
# Copyright (C) 2005 Masao Mutoh
# Copyright (C) 2005-2009 Masao Mutoh
#
# This file is distributed under the same
# license as Ruby-GetText-Package.
#
# $Id: hellolib.rb,v 1.1.1.1 2005/08/13 02:38:08 mutoh Exp $
#

require 'gettext'

Expand Down
4 changes: 1 addition & 3 deletions samples/cgi/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
=begin
http.rb - An WebServer for helloerb sample.
Copyright (C) 2005-2008 Masao Mutoh
Copyright (C) 2005-2009 Masao Mutoh
You may redistribute it and/or modify it under the same
license terms as Ruby.
$Id: http.rb,v 1.3 2008/02/02 16:47:40 mutoh Exp $
=end

require 'webrick'
Expand Down
2 changes: 1 addition & 1 deletion samples/hello.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/ruby
# hello.rb - sample for _() and class.
#
# Copyright (C) 2001-2006 Masao Mutoh
# Copyright (C) 2001-2009 Masao Mutoh
# This file is distributed under the same license as Ruby-GetText-Package.

require 'rubygems'
Expand Down

0 comments on commit f89b8b3

Please sign in to comment.