From d7e73ec4c238d0eb1c5493bb90c022d683123296 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 15 Feb 2012 23:59:42 +0100 Subject: Initial commit with skeleton of the project. Also added original Perl, together with PHP and Javascript ports. --- README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..0f580f9 --- /dev/null +++ b/README @@ -0,0 +1,6 @@ +Based on Data-YAML version 0.0.6 (Copyright (C) 2007, Andy Armstrong), but it +is so thoroughly rewritten that I don't consider it derived work and I don't +feel the need to resolve what "This library is free software; you can +redistribute it and/or modify it under the same terms as Perl itself." actually +means. + -- cgit