diff --git a/tests/bench/large.js b/tests/bench/large.js index 5361f0a0324..26a1f9e266a 100644 --- a/tests/bench/large.js +++ b/tests/bench/large.js @@ -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"), @@ -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 diff --git a/tests/performance/jshint.js b/tests/performance/jshint.js index f79d6ed15ff..553f274570a 100644 --- a/tests/performance/jshint.js +++ b/tests/performance/jshint.js @@ -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"), @@ -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 @@ -11290,4 +11290,4 @@ SlowBuffer.prototype.writeDoubleBE = Buffer.prototype.writeDoubleBE; },{}]},{},["E/GbHF"]) ; JSHINT = require('jshint').JSHINT; -}()); \ No newline at end of file +}());