summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2003-07-29 07:42:44 +0000
committerotto <otto@openbsd.org>2003-07-29 07:42:44 +0000
commit722239395207c3b0975e1c682e2695d754864171 (patch)
treebdace9393365cb7a482dc61772b6c3757df3b2f7
parentA new, BSD licensed version of the zforce(1) script. (diff)
downloadwireguard-openbsd-722239395207c3b0975e1c682e2695d754864171.tar.xz
wireguard-openbsd-722239395207c3b0975e1c682e2695d754864171.zip
Add $OpenBSD$
ok millert@
-rw-r--r--usr.bin/compress/zdiff2
-rw-r--r--usr.bin/compress/zmore2
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/compress/zdiff b/usr.bin/compress/zdiff
index 8f8bc0bff26..51fb0e7ad02 100644
--- a/usr.bin/compress/zdiff
+++ b/usr.bin/compress/zdiff
@@ -1,5 +1,7 @@
#!/bin/sh -
#
+# $OpenBSD: zdiff,v 1.2 2003/07/29 07:42:44 otto Exp $
+#
# Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
#
# Permission to use, copy, modify, and distribute this software for any
diff --git a/usr.bin/compress/zmore b/usr.bin/compress/zmore
index c21bd217d0b..7e45bcd480f 100644
--- a/usr.bin/compress/zmore
+++ b/usr.bin/compress/zmore
@@ -1,5 +1,7 @@
#!/bin/sh -
#
+# $OpenBSD: zmore,v 1.4 2003/07/29 07:42:45 otto Exp $
+#
# Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
#
# Permission to use, copy, modify, and distribute this software for any