Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document relicensing of jshint, fix license #17165

Merged
merged 1 commit into from May 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions tests/bench/large.js
Expand Up @@ -52738,10 +52738,12 @@ module.exports=require('nr+AlQ');
/*!
* JSHint, by JSHint Community.
*
* This file (and this file only) is licensed under the same slightly modified
* MIT license that JSLint is. It stops evil-doers everywhere:
* This file (and this file only) was licensed under the same slightly modified
* MIT license that JSLint is. After a relicensing in 2020 this is now MIT License (Expat).
* Relicensing: https://jshint.com/relicensing-2020/
* License-Url: https://github.com/jshint/jshint/blob/main/LICENSE
*
* Copyright (c) 2002 Douglas Crockford (www.JSLint.com)
* Copyright 2012 Anton Kovalyov (http://jshint.com)
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the "Software"),
Expand All @@ -52753,8 +52755,6 @@ module.exports=require('nr+AlQ');
* The above copyright notice and this permission notice shall be included
* in all copies or substantial portions of the Software.
*
* The Software shall be used for Good, not Evil.
*
* 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
Expand Down
12 changes: 6 additions & 6 deletions tests/performance/jshint.js
Expand Up @@ -1070,10 +1070,12 @@ module.exports=require('E/GbHF');
(function(){/*!
* JSHint, by JSHint Community.
*
* This file (and this file only) is licensed under the same slightly modified
* MIT license that JSLint is. It stops evil-doers everywhere:
* This file (and this file only) was licensed under the same slightly modified
* MIT license that JSLint is. After a relicensing in 2020 this is now MIT License (Expat).
* Relicensing: https://jshint.com/relicensing-2020/
* License-Url: https://github.com/jshint/jshint/blob/main/LICENSE
*
* Copyright (c) 2002 Douglas Crockford (www.JSLint.com)
* Copyright 2012 Anton Kovalyov (http://jshint.com)
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the "Software"),
Expand All @@ -1085,8 +1087,6 @@ module.exports=require('E/GbHF');
* The above copyright notice and this permission notice shall be included
* in all copies or substantial portions of the Software.
*
* The Software shall be used for Good, not Evil.
*
* 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
Expand Down Expand Up @@ -11290,4 +11290,4 @@ SlowBuffer.prototype.writeDoubleBE = Buffer.prototype.writeDoubleBE;
},{}]},{},["E/GbHF"])
;
JSHINT = require('jshint').JSHINT;
}());
}());