summaryrefslogtreecommitdiff
path: root/lib/spack/external/yaml/LICENSE
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2018-08-19 18:11:52 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2018-08-20 16:36:04 -0700
commit63004e3de1473254c3b2a75f1e06afaabdacd7dd (patch)
tree50f6058995cb3f0f08cd86bbcf9ba8a81826c82b /lib/spack/external/yaml/LICENSE
parent2e8a820afd683f7f68b0ce04853b3c3fefe9ed2a (diff)
downloadspack-63004e3de1473254c3b2a75f1e06afaabdacd7dd.tar.gz
spack-63004e3de1473254c3b2a75f1e06afaabdacd7dd.tar.bz2
spack-63004e3de1473254c3b2a75f1e06afaabdacd7dd.tar.xz
spack-63004e3de1473254c3b2a75f1e06afaabdacd7dd.zip
yaml: use ruamel.yaml instead of pyyaml
- ruamel.yaml allows round-tripping comments from/to files - ruamel.yaml is single-source, python2/python3 compatible
Diffstat (limited to 'lib/spack/external/yaml/LICENSE')
-rw-r--r--lib/spack/external/yaml/LICENSE19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/spack/external/yaml/LICENSE b/lib/spack/external/yaml/LICENSE
deleted file mode 100644
index 050ced23f6..0000000000
--- a/lib/spack/external/yaml/LICENSE
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 2006 Kirill Simonov
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.