diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-03-08 22:45:11 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-03-08 22:45:11 +0100 |
commit | bf17bdcec33de1b1218849134ed7ae468f75e946 (patch) | |
tree | aad1799ae677c832db3a07f14139175f80d82e42 /README.txt | |
parent | 8b7616af6e43a0bce728aa43aa987c3b19d3cbba (diff) | |
download | yamlish-bf17bdcec33de1b1218849134ed7ae468f75e946.tar.gz |
Initial version uploaded to the Cheeseshop.0.2
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..698f5de --- /dev/null +++ b/README.txt @@ -0,0 +1,13 @@ +YAMLish is a small subset of YAML that TAP producers may use to embed machine readable
+information in TAP diagnostics. See TAP diagnostic syntax for information about how
+YAMLish embeds in TAP.
+
+----------------------------
+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.
+
+Whole this package is licensed under MIT/X11 license (see header of yamlish.py
+for details).
|