diff --git a/src/Widgets/AppEntry.vala b/src/Widgets/AppEntry.vala
index a20d4654..eb772ed7 100644
--- a/src/Widgets/AppEntry.vala
+++ b/src/Widgets/AppEntry.vala
@@ -1,19 +1,7 @@
-/*-
- * Copyright 2015-2019 elementary, Inc. (https://elementary.io)
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 2.1 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see .
- */
+/*
+* SPDX-License-Identifier: LGPL-2.1-or-later
+* SPDX-FileCopyrightText: 2015-2026 elementary, Inc. (https://elementary.io)
+*/
public class Notifications.AppEntry : Gtk.ListBoxRow {
public signal void clear ();
diff --git a/src/Widgets/NotificationsList.vala b/src/Widgets/NotificationsList.vala
index 18815551..f1bbc530 100644
--- a/src/Widgets/NotificationsList.vala
+++ b/src/Widgets/NotificationsList.vala
@@ -1,19 +1,7 @@
-/*-
- * Copyright 2015-2020 elementary, Inc (https://elementary.io)
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Library General Public License as published by
- * the Free Software Foundation, either version 2.1 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this program. If not, see .
- */
+/*
+* SPDX-License-Identifier: LGPL-2.1-or-later
+* SPDX-FileCopyrightText: 2015-2026 elementary, Inc. (https://elementary.io)
+*/
public class Notifications.NotificationsList : Granite.Bin {
public signal void close_popover ();