<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>ruby-init-tools/hash-keys.rb</filename>
    </added>
    <added>
      <filename>sample-poll-files/hashed-key-list.txt</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,7 @@
 #!/usr/bin/ruby
+# I, Jenna Fox, hereby release the application code for this software in to the public domain, without restriction.
+
+# Should you be legally bound by a nation which does not recognise the public domain, I grant you full rights to use, modify, and redistribute this application code without any restriction.
 require 'optparse'
 require 'set'
 
@@ -11,15 +14,15 @@ optparse = OptionParser.new do|opts|
   # of the help screen.
   opts.banner = &quot;Usage: generate-keys.rb [options] output-file&quot;
   
-  opts.on('-s', '--pool-size COUNT', 'How many keys would you like?') do |num|
+  opts.on('-s', '--pool-size COUNT', 'Set number of keys to produce') do |num|
     pool_size = num.to_i
   end
   
-  opts.on('-b', '--key-length CHARS', 'How many characters long should the keys be?') do |chars|
+  opts.on('-b', '--key-length CHARS', 'Set characters per key') do |chars|
     key_length = chars.to_i
   end
   
-  opts.on('-a', '--append', 'Append keys instead of adding them') do
+  opts.on('-a', '--append', 'Append keys, rather than replace them') do
     append = true
   end
 </diff>
      <filename>ruby-init-tools/generate-keys.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b09d16b296f4aa509cfb3302e912f40358141373</id>
    </parent>
  </parents>
  <author>
    <name>Bluebie the Pony</name>
    <email>blueberry@creativepony.com</email>
  </author>
  <url>http://github.com/GuitarString/Electric-Water/commit/01210385b99a297ba5636ebca2d90769c21bc67e</url>
  <id>01210385b99a297ba5636ebca2d90769c21bc67e</id>
  <committed-date>2009-10-26T16:13:00-07:00</committed-date>
  <authored-date>2009-10-26T16:13:00-07:00</authored-date>
  <message>Added hash-keys ruby tool, made ballot.json actually parsably correct, and added hashed-key-list sample file</message>
  <tree>9ef6462ec87f05c6bff69b671ba58ebfb072fb8e</tree>
  <committer>
    <name>Bluebie the Pony</name>
    <email>blueberry@creativepony.com</email>
  </committer>
</commit>
