mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:14:39 -05:00
add license
This commit is contained in:
parent
6b0bf898e6
commit
f0ad501efd
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var cacheVersion = 1;
|
var cacheVersion = 1;
|
||||||
|
@ -32,3 +34,5 @@ this.addEventListener('fetch', event => {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// @license-end
|
Loading…
Reference in a new issue