summaryrefslogtreecommitdiff
path: root/core/licenses/snakeyaml-NOTICE.txt
diff options
context:
space:
mode:
authorRyan Ernst <ryan@iernst.net>2016-11-07 15:29:35 -0800
committerGitHub <noreply@github.com>2016-11-07 15:29:35 -0800
commit562a30d3c661f3b91c4cbb0f4bc9db7677e69627 (patch)
treeb1e1bdcaf1ec6371cd8fe9b4ae17294f8ad0617a /core/licenses/snakeyaml-NOTICE.txt
parent7a2c984bcc7ce8d59900a0f8d96cbb647009273f (diff)
Move licenses for core jar to core directory (#21383)
All plugins currently have their own licenses dir for the dependencyLicenses task, but core disables this and has the check inside distribution. This may have been better for maven, but for gradle it makes more sense to just use the dependencyLicenses task that automatically exists inside :core, and remove the hacked up version that is inside distribution.
Diffstat (limited to 'core/licenses/snakeyaml-NOTICE.txt')
-rw-r--r--core/licenses/snakeyaml-NOTICE.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/core/licenses/snakeyaml-NOTICE.txt b/core/licenses/snakeyaml-NOTICE.txt
new file mode 100644
index 0000000000..b51464eee1
--- /dev/null
+++ b/core/licenses/snakeyaml-NOTICE.txt
@@ -0,0 +1,24 @@
+***The art of simplicity is a puzzle of complexity.***
+
+## Overview ##
+[YAML](http://yaml.org) is a data serialization format designed for human readability and interaction with scripting languages.
+
+SnakeYAML is a YAML processor for the Java Virtual Machine.
+
+## SnakeYAML features ##
+
+* a **complete** [YAML 1.1 processor](http://yaml.org/spec/1.1/current.html). In particular, SnakeYAML can parse all examples from the specification.
+* Unicode support including UTF-8/UTF-16 input/output.
+* high-level API for serializing and deserializing native Java objects.
+* support for all types from the [YAML types repository](http://yaml.org/type/index.html).
+* relatively sensible error messages.
+
+## Info ##
+ * [Changes](https://bitbucket.org/asomov/snakeyaml/wiki/Changes)
+ * [Documentation](https://bitbucket.org/asomov/snakeyaml/wiki/Documentation)
+
+## Contribute ##
+* Mercurial DVCS is used to dance with the [source code](https://bitbucket.org/asomov/snakeyaml/src).
+* If you find a bug in SnakeYAML, please [file a bug report](https://bitbucket.org/asomov/snakeyaml/issues?status=new&status=open).
+* You may discuss SnakeYAML at
+[the mailing list](http://groups.google.com/group/snakeyaml-core). \ No newline at end of file