mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 00:38:10 +01: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';
|
||||
|
||||
var cacheVersion = 1;
|
||||
|
@ -31,4 +33,6 @@ this.addEventListener('fetch', event => {
|
|||
})
|
||||
);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
// @license-end
|
Loading…
Reference in a new issue