From 8c8ae9cce8c0f992fe6701a203a55870772808d8 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 11 Nov 2024 04:31:53 +0200 Subject: Added Radio --- src/js/arching-kaos-tools.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/js/arching-kaos-tools.js') diff --git a/src/js/arching-kaos-tools.js b/src/js/arching-kaos-tools.js index 38b5e51..99da9a3 100644 --- a/src/js/arching-kaos-tools.js +++ b/src/js/arching-kaos-tools.js @@ -1,3 +1,10 @@ +/* Arching Kaos Tools + * + * Kaotisk Hund - 2024 + * + * @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 + * + */ function getArrayLength(array){ var length = 0; for ( e in array ) { @@ -474,3 +481,4 @@ async function ringlocalbell(){ } // vim: tabstop=4 shiftwidth=4 expandtab softtabstop=4 +// @license-end -- cgit v1.2.3