diff --git a/nwa.txt b/nwa.txt new file mode 100644 index 00000000..39d62f2a --- /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 00000000..3bd03377 --- /dev/null +++ b/nwa_config.yml @@ -0,0 +1,26 @@ +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' diff --git a/src/App.vue b/src/App.vue index 2f718668..ed0b5e09 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,3 +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. */