react-native-fingerprint-scanner icon indicating copy to clipboard operation
react-native-fingerprint-scanner copied to clipboard

Include express LICENSE.md file

Open grabbeh opened this issue 4 years ago • 2 comments

Hi there - first, thanks for the great package. Second, I assume MIT is the license applied to this package in line with the package.json, however it would be really useful if an express LICENSE.md file is included in the repository. This is so detail around copyright date and author associated with the license are made completely clear (including for some automated license detection programmes).

Obviously not a rush but if the full text of the MIT license could be included that would be great! Thanks!

MIT License

Copyright [YEAR] [COPYRIGHT HOLDER]

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.

grabbeh avatar Aug 06 '19 11:08 grabbeh

Hi @grabbeh, I'm not the original author of this library, but the license is also noted in the README: https://github.com/hieuvp/react-native-fingerprint-scanner#license.

I'm not against adding a license file - I'm not sure who would be the copyright holder or what year to use though

phillbaker avatar Aug 12 '19 23:08 phillbaker

Ah yes, so it is - thanks for pointing that out! Considering there are multiple contributors, you could just say 'React-native-fingerprint-scanner' contributors' as the copyright holder or even just 'Various'.

grabbeh avatar Aug 13 '19 14:08 grabbeh