summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/plist/generator.rb4
-rw-r--r--lib/plist/parser.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/plist/generator.rb b/lib/plist/generator.rb
index 255449e..a1bb367 100644
--- a/lib/plist/generator.rb
+++ b/lib/plist/generator.rb
@@ -1,10 +1,10 @@
-##############################################################
+#--###########################################################
# Copyright 2006, Ben Bleything <ben@bleything.net> and #
# Patrick May <patrick@hexane.org> #
# #
# Distributed under the MIT license. #
##############################################################
-
+#++
# === Save a plist
# You can turn the variables back into a plist string:
#
diff --git a/lib/plist/parser.rb b/lib/plist/parser.rb
index ae2728d..81d8b88 100644
--- a/lib/plist/parser.rb
+++ b/lib/plist/parser.rb
@@ -1,10 +1,10 @@
-##############################################################
+#--###########################################################
# Copyright 2006, Ben Bleything <ben@bleything.net> and #
# Patrick May <patrick@hexane.org> #
# #
# Distributed under the MIT license. #
##############################################################
-#
+#++
# Plist parses Mac OS X xml property list files into ruby data structures.
#
# === Load a plist file