Fix LICENSE

- Add copyright notice to the MIT License.
- Add information about the license to README file.
This commit is contained in:
Shun Sakai 2020-01-20 00:16:25 +09:00 committed by David Peter
parent 8196f79fa4
commit 56289041a6
2 changed files with 26 additions and 21 deletions

View File

@ -1,23 +1,21 @@
Permission is hereby granted, free of charge, to any MIT License
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 Copyright (c) 2017-2020 The fd developers
shall be included in all copies or substantial portions
of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF Permission is hereby granted, free of charge, to any person obtaining a copy
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED of this software and associated documentation files (the "Software"), to deal
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A in the Software without restriction, including without limitation the rights
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY copies of the Software, and to permit persons to whom the Software is
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION furnished to do so, subject to the following conditions:
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER The above copyright notice and this permission notice shall be included in all
DEALINGS IN THE SOFTWARE. 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.

View File

@ -544,3 +544,10 @@ After installing `find-file-in-project`, add the line `(setq ffip-use-rust-fd t)
In emacs, run `M-x find-file-in-project-by-selected` to find matching files. Alternatively, run In emacs, run `M-x find-file-in-project-by-selected` to find matching files. Alternatively, run
`M-x find-file-in-project` to list all available files in the project. `M-x find-file-in-project` to list all available files in the project.
## License
Copyright (c) 2017-2020 The fd developers
`fd` is distributed under the terms of both the MIT License and the Apache License 2.0.
See the [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) files for license details.