elvish.dep.yml (linguist-7.23.0) | : | elvish.dep.yml (linguist-7.24.0) | ||
---|---|---|---|---|
--- | --- | |||
name: elvish | name: elvish | |||
version: 2986d29f34113823f39243715fe0fd70b6925681 | version: e829d787480dccd6690f058c74e0b18d4d8c5e8e | |||
type: git_submodule | type: git_submodule | |||
homepage: https://github.com/elves/elvish.git | homepage: https://github.com/elves/elvish.git | |||
license: bsd-2-clause | license: bsd-2-clause | |||
licenses: | licenses: | |||
- sources: LICENSE | - sources: LICENSE | |||
text: | | text: | | |||
Copyright (c) elvish developers and contributors, All rights reserved. | Copyright (c) elvish developers and contributors, All rights reserved. | |||
Redistribution and use in source and binary forms, with or without modificat ion, are permitted provided that the following conditions are met: | Redistribution and use in source and binary forms, with or without modificat ion, are permitted provided that the following conditions are met: | |||
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the follo wing disclaimer in the documentation and/or other materials provided with the di stribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, TH E IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FO R ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LO SS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVE N IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the follo wing disclaimer in the documentation and/or other materials provided with the di stribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, TH E IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FO R ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LO SS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVE N IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
- sources: README.md | ||||
text: |- | ||||
All source files use the BSD 2-clause license (see [LICENSE](LICENSE)), exce | ||||
pt | ||||
for the following: | ||||
- Files in [pkg/diff](pkg/diff) and [pkg/rpc](pkg/rpc) are released under | ||||
the | ||||
BSD 3-clause license, since they are copied from | ||||
[Go's source code](https://github.com/golang/go). See | ||||
[pkg/diff/LICENSE](pkg/diff/LICENSE) and [pkg/rpc/LICENSE](pkg/rpc/LICEN | ||||
SE). | ||||
- Files in [pkg/persistent](pkg/persistent) and its subdirectories are | ||||
released under EPL 1.0, since they are partially derived from | ||||
[Clojure's source code](https://github.com/clojure/clojure). See | ||||
[pkg/persistent/LICENSE](pkg/persistent/LICENSE). | ||||
- Files in [pkg/md/spec](pkg/md/spec) are released under the Creative Comm | ||||
ons | ||||
CC-BY-SA 4.0 license, since they are derived from | ||||
[the CommonMark spec](https://github.com/commonmark/commonmark-spec). Se | ||||
e | ||||
[pkg/md/spec/LICENSE](pkg/md/spec/LICENSE). | ||||
notices: [] | notices: [] | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 25 lines changed or added |