about summary refs log tree commit diff
path: root/loftix/patching.scm
diff options
context:
space:
mode:
Diffstat (limited to 'loftix/patching.scm')
-rw-r--r--loftix/patching.scm17
1 files changed, 2 insertions, 15 deletions
diff --git a/loftix/patching.scm b/loftix/patching.scm
index ba46c82..e665fb8 100644
--- a/loftix/patching.scm
+++ b/loftix/patching.scm
@@ -1,20 +1,7 @@
 ;;; Packages for software patching
-;;; Copyright © 2024 Nguyễn Gia Phong
 ;;;
-;;; This file is part of Loftix.
-;;;
-;;; Loftix 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.
-;;;
-;;; Loftix 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 Loftix.  If not, see <http://www.gnu.org/licenses/>.
+;;; SPDX-FileCopyrightText: 2024 Nguyễn Gia Phong
+;;; SPDX-License-Identifier: GPL-3.0-or-later
 
 (define-module (loftix patching)
   #:use-module (gnu packages)