aboutsummaryrefslogtreecommitdiffstats
path: root/src/kube2msb/vendor/gopkg.in/yaml.v2/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/kube2msb/vendor/gopkg.in/yaml.v2/README.md')
-rw-r--r--src/kube2msb/vendor/gopkg.in/yaml.v2/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kube2msb/vendor/gopkg.in/yaml.v2/README.md b/src/kube2msb/vendor/gopkg.in/yaml.v2/README.md
index 7b8bd86..7a512d6 100644
--- a/src/kube2msb/vendor/gopkg.in/yaml.v2/README.md
+++ b/src/kube2msb/vendor/gopkg.in/yaml.v2/README.md
@@ -42,12 +42,14 @@ The package API for yaml v2 will remain stable as described in [gopkg.in](https:
License
-------
-The yaml package is licensed under the LGPL with an exception that allows it to be linked statically. Please see the LICENSE file for details.
+The yaml package is licensed under the Apache License 2.0. Please see the LICENSE file for details.
Example
-------
+Some more examples can be found in the "examples" folder.
+
```Go
package main