Date: Thu, 19 Aug 2010 09:28:59 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r211496 - head/usr.bin/grep Message-ID: <201008190928.o7J9SxSJ096903@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <gabor@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 <gabor@FreeBSD.org> * Copyright (C) 2010 Dimitry Andric <dimitry@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 <gabor@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 <gabor@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 <gabor@FreeBSD.org> * All rights reserved. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008190928.o7J9SxSJ096903>