aboutsummaryrefslogtreecommitdiff
path: root/lib/libz
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2013-10-31 18:44:40 +0000
committerEd Maste <emaste@FreeBSD.org>2013-10-31 18:44:40 +0000
commitce086c793bb391e276abc9769901a939577fbd39 (patch)
tree4cb3d0e93c1cb222a8f0c7e56091be9cdd6df5a0 /lib/libz
parent5b74cfe42faa839e906c6444abf3509e193be160 (diff)
downloadsrc-ce086c793bb391e276abc9769901a939577fbd39.tar.gz
src-ce086c793bb391e276abc9769901a939577fbd39.zip
Fix up FreeBSD tag for files not from a vendor branch
Unexpand the tag, remove the fbsd:nokeywords property and add the svn:keywords property. This should eliminate the gratuituous diffs that appear on these files in projects branches. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=257462
Diffstat (limited to 'lib/libz')
-rw-r--r--lib/libz/FREEBSD-upgrade2
-rw-r--r--lib/libz/Makefile2
-rw-r--r--lib/libz/Symbol.map2
-rw-r--r--lib/libz/Versions.def2
-rw-r--r--lib/libz/zopen.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libz/FREEBSD-upgrade b/lib/libz/FREEBSD-upgrade
index d2d251b0cdf1..4ee4eebedb63 100644
--- a/lib/libz/FREEBSD-upgrade
+++ b/lib/libz/FREEBSD-upgrade
@@ -1,4 +1,4 @@
-$FreeBSD: head/lib/libz/FREEBSD-upgrade 146082 2005-05-11 03:50:50Z kientzle $
+$FreeBSD$
ZLib 1.2.2
diff --git a/lib/libz/Makefile b/lib/libz/Makefile
index 4ecb022c9a79..0148d2ccb98d 100644
--- a/lib/libz/Makefile
+++ b/lib/libz/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD: head/lib/libz/Makefile 232263 2012-02-28 18:30:18Z dim $
+# $FreeBSD$
#
LIB= z
diff --git a/lib/libz/Symbol.map b/lib/libz/Symbol.map
index b117cdd14778..731ce0ab5ba9 100644
--- a/lib/libz/Symbol.map
+++ b/lib/libz/Symbol.map
@@ -1,5 +1,5 @@
/*
- * $FreeBSD: head/lib/libz/Symbol.map 206709 2010-04-16 20:07:24Z delphij $
+ * $FreeBSD$
*/
ZLIB_1.2.7.1 {
diff --git a/lib/libz/Versions.def b/lib/libz/Versions.def
index f8e642574d9e..4651e776ab0f 100644
--- a/lib/libz/Versions.def
+++ b/lib/libz/Versions.def
@@ -1,4 +1,4 @@
-# $FreeBSD: head/lib/libz/Versions.def 205486 2010-03-22 22:12:27Z delphij $
+# $FreeBSD$
ZLIB_1.2.4.0 {
};
diff --git a/lib/libz/zopen.c b/lib/libz/zopen.c
index d570c9864aa2..cde022dcf0e6 100644
--- a/lib/libz/zopen.c
+++ b/lib/libz/zopen.c
@@ -3,7 +3,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/lib/libz/zopen.c 84228 2001-09-30 22:39:00Z dillon $");
+__FBSDID("$FreeBSD$");
#include <stdio.h>
#include <zlib.h>