add license headers

This commit is contained in:
Hazelnoot 2025-10-01 20:58:44 -04:00
parent 4fbaf5aceb
commit 0b47d144f7
3 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: hazelnoot and other Sharkey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/
import * as nodepath from 'path';
const dirname = import.meta.dirname;