Skip to content

Commit

Permalink
updated copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kaes committed Jul 19, 2008
1 parent 68d2700 commit 15ad5b7
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
### mode:ruby ***
### End: ***

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion lib/railsbench/benchmark_specs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def parse(specs, name)

__END__

# Copyright (C) 2007 Stefan Kaes
# Copyright (C) 2007, 2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion lib/railsbench/gc_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def initialize(file)
### mode:ruby ***
### End: ***

# Copyright (C) 2006, 2007 Stefan Kaes
# Copyright (C) 2006, 2007, 2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion lib/railsbench/perf_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def initialize(file)
### mode:ruby ***
### End: ***

# Copyright (C) 2006, 2007 Stefan Kaes
# Copyright (C) 2006, 2007, 2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion lib/railsbench/perf_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def perf_run_gc(script, iterations, options, raw_data_file)

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion lib/railsbench/railsbenchmark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def delete_new_test_sessions

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/convert_raw_data_files
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end

__END__

# Copyright (C) 2007 Stefan Kaes
# Copyright (C) 2007, 2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/generate_benchmarks
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ out.close unless out.nil?

__END__

# Copyright (C) 2007 Stefan Kaes
# Copyright (C) 2007, 2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_bench
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Benchmark::OUTPUT.close unless Benchmark::OUTPUT.nil? || !ENV['RAILS_BENCHMARK_F

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_comp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ end

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_comp_gc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ printf "freelist : #{number_format}\n",

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_diff
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ system("ruby #{bindir}/perf_comp #{file1} #{file2}")

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_diff_gc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ system("ruby #{bindir}/perf_comp_gc #{file1} #{file2}")

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ end

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_plot
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ g.write(output_file)

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_plot_gc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ g.write(output_file)

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_prof
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_run
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ perf_run("perf_run", iterations, options, benchmark_file)

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_run_gc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ perf_run_gc("perf_run_gc", iterations, options, benchmark_file)

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions script/perf_table
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ perf_data = perf_data.map{|d| d.restrict_to(selection.map{|i| i-1})}
#puts labels.inspect
#puts perf_data.length
#puts perf_data.inspect
#puts names.inspect
#puts names.inspect

# puts labels.zip(perf_data).inspect
puts "<table border=1>"
Expand All @@ -87,7 +87,7 @@ puts "</table>"

__END__

# Copyright (C) 2007 Stefan Kaes
# Copyright (C) 2007, 2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_tex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_times
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/perf_times_gc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ end

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion script/run_urls
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RAILS_BENCHMARKER.run_urls_without_benchmark(ENV['RUBY_GC_STATS'].to_i == 1)

__END__

# Copyright (C) 2005, 2006, 2007 Stefan Kaes
# Copyright (C) 2005-2008 Stefan Kaes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 15ad5b7

Please sign in to comment.