glob.h: Remove $FreeBSD$

This likely documented where this file was copied, but the $FreeBSD$
tag was lost as soon as it was committed. Just remove it. Also remove
the one that looked like it was intended to track versions. That will
simplify the MFC.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2023-08-16 01:42:14 -06:00
parent be6151e43c
commit c251557621

View file

@ -30,8 +30,6 @@
* SUCH DAMAGE.
*
* @(#)glob.h 8.1 (Berkeley) 6/2/93
* from: $FreeBSD$
* $FreeBSD$
*/
#ifndef _GLOB_COMPAT11_H_