summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2009-03-30 17:34:34 -0400
committerBrian Cully <bjc@kublai.com>2009-03-30 17:54:50 -0400
commit987298ddbc384b225788e3ddce9d2dded82770a2 (patch)
tree2d7f69cded9f77e1b8fef9336c741a01a62a7a5d
parent283ad6595f3ccfe87c6f0fa0970df3295c69244d (diff)
downloaddvcs-git-slides-987298ddbc384b225788e3ddce9d2dded82770a2.tar.gz
dvcs-git-slides-987298ddbc384b225788e3ddce9d2dded82770a2.zip
Add copyright
-rw-r--r--COPYING1
-rwxr-xr-xread_object.pl2
2 files changed, 2 insertions, 1 deletions
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..53390ee
--- /dev/null
+++ b/COPYING
@@ -0,0 +1 @@
+These files are given to the public domain.
diff --git a/read_object.pl b/read_object.pl
index 520502d..10a4e56 100755
--- a/read_object.pl
+++ b/read_object.pl
@@ -119,7 +119,7 @@ sub format_tree {
=item C<hexdump($str)>
-Returns C<$str> as rows of 16 hexadecimal digits, followed by their
+Returns C<$str> as rows of 16 hexadecimal numbers, followed by their
character representations, if printable, otherwise `.'
=cut