-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add nwa files for generate license text
- Loading branch information
1 parent
3081b14
commit 1b7dd89
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |