summaryrefslogtreecommitdiff
path: root/lib/plist/parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plist/parser.rb')
-rw-r--r--lib/plist/parser.rb15
1 files changed, 8 insertions, 7 deletions
diff --git a/lib/plist/parser.rb b/lib/plist/parser.rb
index e0623ae..6daa5bf 100644
--- a/lib/plist/parser.rb
+++ b/lib/plist/parser.rb
@@ -1,10 +1,11 @@
-#--###########################################################
-# Copyright 2006, Ben Bleything <ben@bleything.net> and #
-# Patrick May <patrick@hexane.org> #
-# #
-# Distributed under the MIT license. #
-##############################################################
-#++
+#!/usr/bin/env ruby
+#
+# = plist
+#
+# Copyright 2006-2010 Ben Bleything and Patrick May
+# Distributed under the MIT License
+#
+
# Plist parses Mac OS X xml property list files into ruby data structures.
#
# === Load a plist file