Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix license to reflect relicensing of jshint (#17165)
Signed-off-by: Stefan Bischof <stbischof@bipolis.org>
  • Loading branch information
stbischof committed May 8, 2023
1 parent 9682d66 commit b68346b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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;
}());
}());

0 comments on commit b68346b

Please sign in to comment.