1
Fork 0

add license

This commit is contained in:
Ashley 2023-12-15 11:59:42 +00:00
parent 6b0bf898e6
commit f0ad501efd

View file

@ -1,3 +1,5 @@
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
'use strict';
var cacheVersion = 1;
@ -32,3 +34,5 @@ this.addEventListener('fetch', event => {
);
}
});
// @license-end