From 5172b1a0a1cb35d7b45bca5b6d4d8303d2c8f70d Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 20 Feb 2025 11:25:01 -0800 Subject: [PATCH] gnu: Convert file from ISO-8859 to UTF-8. * gnu/packages/usb-modeswitch.scm: Use UTF-8 encoding for copyright symbol. --- gnu/packages/usb-modeswitch.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/usb-modeswitch.scm b/gnu/packages/usb-modeswitch.scm index 2092e4cdaff..74b46e7379c 100644 --- a/gnu/packages/usb-modeswitch.scm +++ b/gnu/packages/usb-modeswitch.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2019, 2020 Florian Pelz -;;; Copyright © 2020 Tobias Geerinckx-Rice +;;; Copyright © 2019, 2020 Florian Pelz +;;; Copyright © 2020 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;;