Skip to content

Commit

Permalink
update jquery, tablesorter and COPYRIGHT
Browse files Browse the repository at this point in the history
- common_test uses tablesorter version 2.32
- visualize_throughput.html files in stdlib/test uses jquery 3.7.1
- visualize_throughput.html files in erts/test uses jquery 3.7.1
- jquery and tablesorter licenses added to COPYRIGHT file
  • Loading branch information
u3s committed Oct 1, 2024
1 parent f4d130f commit b1bb96b
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ <h1>Message Send/Receive Benchmark Result Viewer</h1>
<input type="checkbox" id="sameSpacing" checked> Same X Spacing Between Points
<br>
<button id="renderButton" type="button">Render</button>

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
<script
src="https://code.jquery.com/jquery-3.7.1.slim.min.js"
integrity="sha256-kmHvs0B+OpCW5GVHUNjv9rOmY0IvSIRcf7zGUDTDQM8="
crossorigin="anonymous"></script>
<script>
var loading = false;
function toggleLoadingScreen(){
Expand Down
5 changes: 1 addition & 4 deletions lib/common_test/priv/jquery.tablesorter.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/stdlib/test/ets_SUITE_data/visualize_throughput.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ <h1>ETS Benchmark Result Viewer</h1>
<input type="checkbox" class="showCheck" value="[set,public,{write_concurrency,true},{read_concurrency,true}]" checked> Show <code>[set,public,{write_concurrency,true},{read_concurrency,true}]</code>
<br>
<button id="renderButton" type="button">Render</button>

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
<script
src="https://code.jquery.com/jquery-3.7.1.slim.min.js"
integrity="sha256-kmHvs0B+OpCW5GVHUNjv9rOmY0IvSIRcf7zGUDTDQM8="
crossorigin="anonymous"></script>
<script>
var loading = false;
function toggleLoadingScreen(){
Expand Down
70 changes: 70 additions & 0 deletions system/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -799,3 +799,73 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---------------------------------------------------------------------------
[jquery]

* Info:
* SPDX-License-Identifier: MIT
* Tool: jquery
* Version: 3.7.1
* Website: https://jquery.com/
* OTP Location: ./lib/common_test/priv/jquery-latest.js and
./lib/common_test/src/ct_util.hrl and
./lib/stdlib/test/ets_SUITE_data/visualize_throughput.html and
./erts/test/parallel_messages_SUITE_data/visualize_throughput.html

The MIT License (MIT)

Copyright (c) 2024 OpenJS Foundation

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.

---------------------------------------------------------------------------
[tablesorter]

* Info:
* SPDX-License-Identifier: MIT
* Tool: tablesorter
* Git Repository: https://github.com/Mottie/tablesorter
* Version: 2.32
* OTP Location: ./lib/common_test/priv/jquery.tablesorter.min.js and
./lib/common_test/src/ct_util.hrl and

The MIT License (MIT)

Copyright (c) 2007 Christian Bach

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.

0 comments on commit b1bb96b

Please sign in to comment.