summaryrefslogtreecommitdiff
path: root/lib/plist.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plist.rb')
-rw-r--r--lib/plist.rb19
1 files changed, 9 insertions, 10 deletions
diff --git a/lib/plist.rb b/lib/plist.rb
index 3a74097..29e65dc 100644
--- a/lib/plist.rb
+++ b/lib/plist.rb
@@ -1,14 +1,13 @@
-#--
-##############################################################
-# Copyright 2006, Ben Bleything <ben@bleything.net> and #
-# Patrick May <patrick@hexane.org> #
-# #
-# Distributed under the MIT license. #
-##############################################################
-#++
-# = Plist
+#!/usr/bin/env ruby
+#
+# = plist
+#
+# This is the main file for plist. Everything interesting happens in
+# Plist and Plist::Emit.
+#
+# Copyright 2006-2010 Ben Bleything and Patrick May
+# Distributed under the MIT License
#
-# This is the main file for plist. Everything interesting happens in Plist and Plist::Emit.
require 'base64'
require 'cgi'