diff --git a/test/package-build-tests.el b/test/package-build-tests.el
index 7634179..cf61ec0 100644
--- a/test/package-build-tests.el
+++ b/test/package-build-tests.el
@@ -1,21 +1,21 @@
;;; package-build-tests.el --- Tests for Package-Build -*- lexical-binding:t -*-
-;; Copyright (C) 2023 Jonas Bernoulli
+;; Copyright (C) 2023-2024 Jonas Bernoulli
;; SPDX-License-Identifier: GPL-3.0-or-later
-;; Magit is free software: you can redistribute it and/or modify it
-;; under the terms of the GNU General Public License as published by
-;; the Free Software Foundation, either version 3 of the License, or
-;; (at your option) any later version.
+;; This file is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published
+;; by the Free Software Foundation, either version 3 of the License,
+;; or (at your option) any later version.
;;
-;; Magit 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 General Public
-;; License for more details.
+;; This file 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 General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
-;; along with Magit. If not, see .
+;; along with this file. If not, see .
;;; Code: