From 1de01dee63c64cc51920121d139cf57d4c1526c7 Mon Sep 17 00:00:00 2001 From: "sven-dmlr (via github-actions)" Date: Fri, 18 Oct 2024 10:25:08 +0000 Subject: [PATCH] SPDX headers added by SecHub release job @github-actions --- sechub-web-server/src/main/resources/application-local.yml | 1 + sechub-web-ui/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/sechub-web-server/src/main/resources/application-local.yml b/sechub-web-server/src/main/resources/application-local.yml index 4a0591d0a0..1c01922465 100644 --- a/sechub-web-server/src/main/resources/application-local.yml +++ b/sechub-web-server/src/main/resources/application-local.yml @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: MIT # Utility file to load user specific configuration for local development # Define a profile for your local system user by creating a file named application-local.${USER}.yml (if needed) # ${USER} is the value of your system username (e.g. application-local.JOHNDOE.yml) diff --git a/sechub-web-ui/README.md b/sechub-web-ui/README.md index 180fd55b34..509985efc3 100644 --- a/sechub-web-ui/README.md +++ b/sechub-web-ui/README.md @@ -1,3 +1,4 @@ + # Nuxt 3 Minimal Starter Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.