[Freemint-list] [PATCH] Fix copyright sign

Vincent Rivière vincent.riviere at freesbee.fr
Wed Oct 19 02:56:56 MSD 2016


Hello.

I noticed that the displayed copyright sign was wrong in audiodev.xdd and 
inet.xdd. Here is a fix.

copyright.patch
Fix copyright sign. Contributed by Vincent Riviere.

Alan, please commit!

-- 
Vincent Rivière
-------------- next part --------------
diff -aurN -x CVS freemint.orig/sys/sockets/main.c freemint/sys/sockets/main.c
--- freemint.orig/sys/sockets/main.c	2014-09-04 00:47:44.781250000 +0200
+++ freemint/sys/sockets/main.c	2016-10-19 00:49:04.382760800 +0200
@@ -51,9 +51,9 @@
 	"\033p MiNT-Net TCP/IP " MSG_VERSION " PL " str (VER_PL) ", " VER_STATUS " \033q\r\n"
 
 # define MSG_GREET	\
-	" 1993-1996 by Kay Roemer.\r\n" \
-	" 1997-1999 by Torsten Lang.\r\n" \
-	" 2000-2010 by Frank Naumann.\r\n"
+	"\xbd 1993-1996 by Kay Roemer.\r\n" \
+	"\xbd 1997-1999 by Torsten Lang.\r\n" \
+	"\xbd 2000-2010 by Frank Naumann.\r\n"
 
 # define MSG_ALPHA	\
 	"\033p WARNING: This is an unstable version - ALPHA! \033q\7\r\n"
diff -aurN -x CVS freemint.orig/sys/xdd/audio/actrl.c freemint/sys/xdd/audio/actrl.c
--- freemint.orig/sys/xdd/audio/actrl.c	2014-10-09 13:42:51.000000000 +0200
+++ freemint/sys/xdd/audio/actrl.c	2016-10-19 00:37:32.652989100 +0200
@@ -1,7 +1,7 @@
 /*
  * /dev/audio configuration utility.
  *
- * (w) 1995, Kay Roemer.
+ * (C) 1995, Kay Roemer.
  *
  *	9802, John Blakeley - added support for F030 which can handle up to
  *						4 pairs: had to change mono/stereo into chans.
diff -aurN -x CVS freemint.orig/sys/xdd/audio/audiodev.c freemint/sys/xdd/audio/audiodev.c
--- freemint.orig/sys/xdd/audio/audiodev.c	2007-07-13 23:32:53.000000000 +0200
+++ freemint/sys/xdd/audio/audiodev.c	2016-10-19 00:45:11.389266700 +0200
@@ -107,10 +107,10 @@
 	ksprintf (msg, "\r\nAudio device for Mint, version %s\r\n",
 		AUDIO_VERSION);
 	c_conws (msg);
-	c_conws ("(w) 1995 Charles Briscoe-Smith\r\n");
-	c_conws ("(w) 1995 Kay Roemer\r\n");
-	c_conws ("(w) 1997, 1998 John Blakeley\r\n");
-	c_conws ("(w) 2001 Frank Naumann\r\n");
+	c_conws ("\xbd 1995 Charles Briscoe-Smith\r\n");
+	c_conws ("\xbd 1995 Kay Roemer\r\n");
+	c_conws ("\xbd 1997, 1998 John Blakeley\r\n");
+	c_conws ("\xbd 2001 Frank Naumann\r\n");
 
 	if ((s_system (S_GETCOOKIE, COOKIE__MCH, (long) &mch) == 0)
 		&& (mch == MILAN_C))


More information about the Freemint-list mailing list