From 0e750418e61c40687a88d583b58acda6d7b4f3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 28 Aug 2024 13:49:53 +0200 Subject: [PATCH] fix: `cypress.config.ts` missing license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- cypress.config.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cypress.config.ts b/cypress.config.ts index 779214604..8ed56e1ae 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -1,3 +1,7 @@ +/** + * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import { configureNextcloud, startNextcloud, stopNextcloud, waitOnNextcloud } from '@nextcloud/cypress/docker' import { defineConfig } from 'cypress' import cypressSplit from 'cypress-split' @@ -52,4 +56,4 @@ export default defineConfig({ return config }, }, -}) \ No newline at end of file +})