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
This commit is contained in:
Ed Maste 2013-10-31 18:44:40 +00:00
parent 5b74cfe42f
commit ce086c793b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257462
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
$FreeBSD: head/lib/libz/FREEBSD-upgrade 146082 2005-05-11 03:50:50Z kientzle $
$FreeBSD$
ZLib 1.2.2

View file

@ -1,5 +1,5 @@
#
# $FreeBSD: head/lib/libz/Makefile 232263 2012-02-28 18:30:18Z dim $
# $FreeBSD$
#
LIB= z

View file

@ -1,5 +1,5 @@
/*
* $FreeBSD: head/lib/libz/Symbol.map 206709 2010-04-16 20:07:24Z delphij $
* $FreeBSD$
*/
ZLIB_1.2.7.1 {

View file

@ -1,4 +1,4 @@
# $FreeBSD: head/lib/libz/Versions.def 205486 2010-03-22 22:12:27Z delphij $
# $FreeBSD$
ZLIB_1.2.4.0 {
};

View file

@ -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>