diff options
Diffstat (limited to 'apps/updatenotification/src/view-changelog-page.ts')
-rw-r--r-- | apps/updatenotification/src/view-changelog-page.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/updatenotification/src/view-changelog-page.ts b/apps/updatenotification/src/view-changelog-page.ts index dc429bd5a1c..d7f8e84680d 100644 --- a/apps/updatenotification/src/view-changelog-page.ts +++ b/apps/updatenotification/src/view-changelog-page.ts @@ -1,3 +1,7 @@ +/** + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import Vue from 'vue' import App from './views/App.vue' |