summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/inp.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-01-29 20:05:16 +0000
committerdelphij <delphij@FreeBSD.org>2013-01-29 20:05:16 +0000
commiteb79809347eb16571890b421faedf78457a05538 (patch)
tree4226cf563e0a8e96a30ae842b880573dcb5ed915 /usr.bin/patch/inp.h
parentf34880dfeaa3c40369cc452b14ed762513bf6209 (diff)
downloadFreeBSD-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/inp.h')
-rw-r--r--usr.bin/patch/inp.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/usr.bin/patch/inp.h b/usr.bin/patch/inp.h
index 0f6103f..062798a 100644
--- a/usr.bin/patch/inp.h
+++ b/usr.bin/patch/inp.h
@@ -1,12 +1,4 @@
-/*
- * $FreeBSD$
- * $OpenBSD: inp.h,v 1.8 2003/08/15 08:00:51 otto Exp $
- * $DragonFly: src/usr.bin/patch/inp.h,v 1.1 2004/09/24 18:44:28 joerg Exp $
- */
-
-/*
- * patch - a program to apply diffs to original files
- *
+/*-
* Copyright 1986, Larry Wall
*
* Redistribution and use in source and binary forms, with or without
@@ -26,8 +18,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * patch - a program to apply diffs to original files
+ *
* -C option added in 1998, original code by Marc Espie, based on FreeBSD
* behaviour
+ *
+ * $OpenBSD: inp.h,v 1.8 2003/08/15 08:00:51 otto Exp $
+ * $FreeBSD$
*/
void re_input(void);
OpenPOWER on IntegriCloud