Author: des Date: Thu Aug 19 09:28:59 2010 New Revision: 211496 URL: http://svn.freebsd.org/changeset/base/211496
Log: UTFize my name. Modified: head/usr.bin/grep/fastgrep.c head/usr.bin/grep/file.c head/usr.bin/grep/grep.c head/usr.bin/grep/grep.h head/usr.bin/grep/queue.c head/usr.bin/grep/util.c Modified: head/usr.bin/grep/fastgrep.c ============================================================================== --- head/usr.bin/grep/fastgrep.c Thu Aug 19 09:00:17 2010 (r211495) +++ head/usr.bin/grep/fastgrep.c Thu Aug 19 09:28:59 2010 (r211496) @@ -1,7 +1,7 @@ /* $OpenBSD: util.c,v 1.36 2007/10/02 17:59:18 otto Exp $ */ /*- - * Copyright (c) 1999 James Howard and Dag-Erling Co�dan Sm�rgrav + * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * Copyright (C) 2008 Gabor Kovesdan <ga...@freebsd.org> * All rights reserved. * Modified: head/usr.bin/grep/file.c ============================================================================== --- head/usr.bin/grep/file.c Thu Aug 19 09:00:17 2010 (r211495) +++ head/usr.bin/grep/file.c Thu Aug 19 09:28:59 2010 (r211496) @@ -1,7 +1,7 @@ /* $OpenBSD: file.c,v 1.11 2010/07/02 20:48:48 nicm Exp $ */ /*- - * Copyright (c) 1999 James Howard and Dag-Erling Co�dan Sm�rgrav + * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * Copyright (C) 2008-2010 Gabor Kovesdan <ga...@freebsd.org> * Copyright (C) 2010 Dimitry Andric <dimi...@andric.com> * All rights reserved. Modified: head/usr.bin/grep/grep.c ============================================================================== --- head/usr.bin/grep/grep.c Thu Aug 19 09:00:17 2010 (r211495) +++ head/usr.bin/grep/grep.c Thu Aug 19 09:28:59 2010 (r211496) @@ -1,7 +1,7 @@ /* $OpenBSD: grep.c,v 1.42 2010/07/02 22:18:03 tedu Exp $ */ /*- - * Copyright (c) 1999 James Howard and Dag-Erling Co�dan Sm�rgrav + * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * Copyright (C) 2008-2009 Gabor Kovesdan <ga...@freebsd.org> * All rights reserved. * Modified: head/usr.bin/grep/grep.h ============================================================================== --- head/usr.bin/grep/grep.h Thu Aug 19 09:00:17 2010 (r211495) +++ head/usr.bin/grep/grep.h Thu Aug 19 09:28:59 2010 (r211496) @@ -2,7 +2,7 @@ /* $FreeBSD$ */ /*- - * Copyright (c) 1999 James Howard and Dag-Erling Co�dan Sm�rgrav + * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * Copyright (c) 2008-2009 Gabor Kovesdan <ga...@freebsd.org> * All rights reserved. * Modified: head/usr.bin/grep/queue.c ============================================================================== --- head/usr.bin/grep/queue.c Thu Aug 19 09:00:17 2010 (r211495) +++ head/usr.bin/grep/queue.c Thu Aug 19 09:28:59 2010 (r211496) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1999 James Howard and Dag-Erling Co�dan Sm�rgrav + * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: head/usr.bin/grep/util.c ============================================================================== --- head/usr.bin/grep/util.c Thu Aug 19 09:00:17 2010 (r211495) +++ head/usr.bin/grep/util.c Thu Aug 19 09:28:59 2010 (r211496) @@ -1,7 +1,7 @@ /* $OpenBSD: util.c,v 1.39 2010/07/02 22:18:03 tedu Exp $ */ /*- - * Copyright (c) 1999 James Howard and Dag-Erling Co�dan Sm�rgrav + * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * Copyright (C) 2008-2010 Gabor Kovesdan <ga...@freebsd.org> * All rights reserved. * _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"