From ef1e1ccb9984ca6a82712d3f4232b23dc1f3ed2d Mon Sep 17 00:00:00 2001 From: dtbuild Date: Wed, 17 Apr 2024 13:50:26 +0000 Subject: [PATCH] 10dacba3ab69306f27acd2d1eeeaafab3f2ed4d2 Fix: Tidy up dates for copyright message in integration files Sync to source repo @10dacba3ab69306f27acd2d1eeeaafab3f2ed4d2 --- datatables.json | 2 +- js/dataTables.dataTables.js | 2 +- js/dataTables.dataTables.min.js | 2 +- js/dataTables.dataTables.min.mjs | 2 +- js/dataTables.dataTables.mjs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/datatables.json b/datatables.json index 4649d3b..6011acf 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.0.4", - "last-sync": "537375f01a4bd4fe342dfe8e1e3bb31ccd6d036d" + "last-sync": "10dacba3ab69306f27acd2d1eeeaafab3f2ed4d2" } \ No newline at end of file diff --git a/js/dataTables.dataTables.js b/js/dataTables.dataTables.js index e63594e..8308aaa 100644 --- a/js/dataTables.dataTables.js +++ b/js/dataTables.dataTables.js @@ -1,5 +1,5 @@ /*! DataTables styling integration - * ©2018 SpryMedia Ltd - datatables.net/license + * © SpryMedia Ltd - datatables.net/license */ (function( factory ){ diff --git a/js/dataTables.dataTables.min.js b/js/dataTables.dataTables.min.js index d0432b2..dc339e6 100644 --- a/js/dataTables.dataTables.min.js +++ b/js/dataTables.dataTables.min.js @@ -1,4 +1,4 @@ /*! DataTables styling integration - * ©2018 SpryMedia Ltd - datatables.net/license + * © SpryMedia Ltd - datatables.net/license */ !function(t){var o,d;"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function(e){return t(e,window,document)}):"object"==typeof exports?(o=require("jquery"),d=function(e,n){n.fn.dataTable||require("datatables.net")(e,n)},"undefined"==typeof window?module.exports=function(e,n){return e=e||window,n=n||o(e),d(e,n),t(n,0,e.document)}:(d(window,o),module.exports=t(o,window,window.document))):t(jQuery,window,document)}(function(e,n,t){"use strict";return e.fn.dataTable}); \ No newline at end of file diff --git a/js/dataTables.dataTables.min.mjs b/js/dataTables.dataTables.min.mjs index 7d0c45a..d54a228 100644 --- a/js/dataTables.dataTables.min.mjs +++ b/js/dataTables.dataTables.min.mjs @@ -1,4 +1,4 @@ /*! DataTables styling integration - * ©2018 SpryMedia Ltd - datatables.net/license + * © SpryMedia Ltd - datatables.net/license */ import jQuery from"jquery";import DataTable from"datatables.net";let $=jQuery;export default DataTable; \ No newline at end of file diff --git a/js/dataTables.dataTables.mjs b/js/dataTables.dataTables.mjs index 25a79ee..48d3d9e 100644 --- a/js/dataTables.dataTables.mjs +++ b/js/dataTables.dataTables.mjs @@ -1,5 +1,5 @@ /*! DataTables styling integration - * ©2018 SpryMedia Ltd - datatables.net/license + * © SpryMedia Ltd - datatables.net/license */ import jQuery from 'jquery';