Merge pull request #380 from evaliyev/fix_license

Fix license
This commit is contained in:
Faisal Salman 2019-06-08 18:54:52 +07:00 committed by GitHub
commit 700220f2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -125,7 +125,7 @@
"type": "git",
"url": "https://github.com/faisalman/ua-parser-js.git"
},
"license": "(GPL-2.0 OR MIT)",
"license": "MIT",
"engines": {
"node": "*"
},

View File

@ -325,18 +325,18 @@ Do you use & like UAParser.js but you dont find a way to show some love? If y
# License
Dual licensed under GPLv2 or MIT
MIT License
Copyright © 2012-2018 Faisal Salman <<f@faisalman.com>>
Copyright (c) 2012-2019 Faisal Salman <<f@faisalman.com>>
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:
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
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