svn commit: r355334 - head/sys/dev/syscons

Ed Maste emaste at FreeBSD.org
Tue Dec 3 16:45:54 UTC 2019


Author: emaste
Date: Tue Dec  3 16:45:53 2019
New Revision: 355334
URL: https://svnweb.freebsd.org/changeset/base/355334

Log:
  scterm-sc.c: convert source file to UTF-8 encoding
  
  Most source files are already ASCII or UTF-8 but this one was not previously
  converted.

Modified:
  head/sys/dev/syscons/scterm-sc.c

Modified: head/sys/dev/syscons/scterm-sc.c
==============================================================================
--- head/sys/dev/syscons/scterm-sc.c	Tue Dec  3 16:42:32 2019	(r355333)
+++ head/sys/dev/syscons/scterm-sc.c	Tue Dec  3 16:45:53 2019	(r355334)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 1999 Kazutaka YOKOTA <yokota at zodiac.mech.utsunomiya-u.ac.jp>
- * Copyright (c) 1992-1998 Søren Schmidt
+ * Copyright (c) 1992-1998 Søren Schmidt
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without


More information about the svn-src-head mailing list