summaryrefslogtreecommitdiffstats
path: root/lib/libz
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2013-10-31 18:44:40 +0000
committeremaste <emaste@FreeBSD.org>2013-10-31 18:44:40 +0000
commitaa360f5c3d957685810186cf57b7a569ebe89e9c (patch)
tree4cb3d0e93c1cb222a8f0c7e56091be9cdd6df5a0 /lib/libz
parentd480a68d35317e8162d1287994788d4c3a688605 (diff)
downloadFreeBSD-src-aa360f5c3d957685810186cf57b7a569ebe89e9c.zip
FreeBSD-src-aa360f5c3d957685810186cf57b7a569ebe89e9c.tar.gz
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
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 d2d251b..4ee4eeb 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 4ecb022..0148d2c 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 b117cdd..731ce0a 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 f8e6425..4651e77 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 d570c98..cde022d 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>
OpenPOWER on IntegriCloud