lib/rbkb/cli/hexify.rb in emonti-rbkb-0.6.2 vs lib/rbkb/cli/hexify.rb in emonti-rbkb-0.6.2.1
- old
+ new
@@ -1,8 +1,9 @@
-#!/usr/bin/env ruby
-
require 'rbkb/cli'
+# Copyright 2009 emonti at matasano.com
+# See README.rdoc for license information
+#
# The hexify command converts a string or raw data to hex characters.
# Input can be supplied via stdin, a string argument, or a file (with -f).
class Rbkb::Cli::Hexify < Rbkb::Cli::Executable
def make_parser
super()