diff options
author | delphij <delphij@FreeBSD.org> | 2013-01-29 20:05:16 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-01-29 20:05:16 +0000 |
commit | eb79809347eb16571890b421faedf78457a05538 (patch) | |
tree | 4226cf563e0a8e96a30ae842b880573dcb5ed915 /usr.bin/patch/backupfile.c | |
parent | f34880dfeaa3c40369cc452b14ed762513bf6209 (diff) | |
download | FreeBSD-src-eb79809347eb16571890b421faedf78457a05538.zip FreeBSD-src-eb79809347eb16571890b421faedf78457a05538.tar.gz |
- Refresh code with latest OpenBSD revisions.
- Remove $DragonFly$ tags as they are using git nowadays and VCS tags will
not help merging.
- Other changes to Copyright headers to make them consistent with other
source code, we intend to fork from this point.
Reviewed by: pfg
Diffstat (limited to 'usr.bin/patch/backupfile.c')
-rw-r--r-- | usr.bin/patch/backupfile.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/patch/backupfile.c b/usr.bin/patch/backupfile.c index 9a33040..d22d607 100644 --- a/usr.bin/patch/backupfile.c +++ b/usr.bin/patch/backupfile.c @@ -1,6 +1,4 @@ -/* $FreeBSD$ */ /*- - * * Copyright (C) 1990 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify it @@ -14,8 +12,8 @@ * * David MacKenzie <djm@ai.mit.edu>. Some algorithms adapted from GNU Emacs. * - * $OpenBSD: backupfile.c,v 1.19 2006/03/11 19:41:30 otto Exp $ - * $DragonFly: src/usr.bin/patch/backupfile.c,v 1.5 2008/08/11 00:05:06 joerg Exp $ + * $OpenBSD: backupfile.c,v 1.20 2009/10/27 23:59:41 deraadt Exp $ + * $FreeBSD$ */ #include <ctype.h> |