From 1b7dd89d59de270b763518773aa2cf4a67c544e0 Mon Sep 17 00:00:00 2001 From: Alireza Fatehi Date: Wed, 15 Nov 2023 15:49:02 +0100 Subject: [PATCH] add nwa files for generate license text --- nwa.txt | 8 ++++++++ nwa_config.yml | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 nwa.txt create mode 100644 nwa_config.yml diff --git a/nwa.txt b/nwa.txt new file mode 100644 index 0000000..4d8c45f --- /dev/null +++ b/nwa.txt @@ -0,0 +1,8 @@ +/* + * Copyright LBI-DHP and/or licensed to LBI-DHP under one or more + * contributor license agreements (LBI-DHP: Ludwig Boltzmann Institute + * for Digital Health and Prevention -- A research institute of the + * Ludwig Boltzmann Gesellschaft, Oesterreichische Vereinigung zur + * Foerderung der wissenschaftlichen Forschung). + * Licensed under the Elastic License 2.0. + */ \ No newline at end of file diff --git a/nwa_config.yml b/nwa_config.yml new file mode 100644 index 0000000..0680cc4 --- /dev/null +++ b/nwa_config.yml @@ -0,0 +1,6 @@ +nwa: + cmd: "add" + year: "2023" + path: ["./src"] + skip: ["**/*.xml","**/*.yaml","**/*.yml","**/*.sql","**/*.cmd","**/*.txt","**/*.md","**/*.json","**/*.properties","**/*.csv","**/*.png","**/*.svg","**/*.pcss","**/*.kts","**/*.plist","**/*.entitlements","**/*.storyboard","**/*.webp"] + tmpl: "nwa.txt" \ No newline at end of file