From e4367cfb8c9450b6edaf0db9d4c2fb6e3f48c381 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 4 Feb 2016 20:14:04 +0100 Subject: [PATCH] Recode all ISO8859-1 files in UTF-8 While looking at Fedora's build spec for mt-st, I saw that they recode the README.stinit file to UTF-8; this makes a lot of sense, so let's recode all non-UTF files in UTF-8. --- README.stinit | 2 +- mt.c | 4 ++-- mtio.h | 2 +- stinit.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.stinit b/README.stinit index 25b682a..64a7082 100644 --- a/README.stinit +++ b/README.stinit @@ -68,5 +68,5 @@ Changes in version 0.6: Initial version 0.5. -April 27, 2008 Kai Mäkisara +April 27, 2008 Kai Mäkisara diff --git a/mt.c b/mt.c index 1e3920a..1fe478f 100644 --- a/mt.c +++ b/mt.c @@ -4,8 +4,8 @@ supports several commands designed for use with the Linux SCSI tape drive. - Maintained by Kai Mäkisara (email Kai.Makisara@kolumbus.fi) - Copyright by Kai Mäkisara, 1998 - 2008. The program may be distributed + Maintained by Kai Mäkisara (email Kai.Makisara@kolumbus.fi) + Copyright by Kai Mäkisara, 1998 - 2008. The program may be distributed according to the GNU Public License Last Modified: Mon Feb 16 19:55:20 2009 by kai.makisara diff --git a/mtio.h b/mtio.h index 3bbfc56..1e16117 100644 --- a/mtio.h +++ b/mtio.h @@ -2,7 +2,7 @@ * linux/mtio.h header file for Linux. Written by H. Bergman * * Sanitized version for mt/stinit (definitions not used by these - * programs have been removed) 7 Oct 2007/Kai Mäkisara + * programs have been removed) 7 Oct 2007/Kai Mäkisara * */ diff --git a/stinit.c b/stinit.c index 37dfd2f..41e961b 100644 --- a/stinit.c +++ b/stinit.c @@ -1,7 +1,7 @@ /* This program initializes Linux SCSI tape drives using the inquiry data from the devices and a text database. - Copyright 1996-2008 by Kai Mäkisara (email Kai.Makisara@kolumbus.fi) + Copyright 1996-2008 by Kai Mäkisara (email Kai.Makisara@kolumbus.fi) Distribution of this program is allowed according to the GNU Public Licence.