From b525c5887f1a81a4a88257f7750b22e882dbf4c9 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 15 Jun 2024 11:36:55 +0100 Subject: add copyright text to all our files --- scripts/trim-deps.mjs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/trim-deps.mjs b/scripts/trim-deps.mjs index 2983f28cb4..7e5b1e965d 100644 --- a/scripts/trim-deps.mjs +++ b/scripts/trim-deps.mjs @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: marie and other Sharkey contributors + * SPDX-License-Identifier: AGPL-3.0-only + */ + // trims dependencies for production // only run after a full build -- cgit v1.2.3-freya