Add the __COPYRIGHT and __RCSID tags.

This commit is contained in:
jmmv 2007-08-05 13:52:44 +00:00
parent 5b2aca96b9
commit f5d7807725

View File

@ -1,7 +1,7 @@
/* $NetBSD: ofctl.c,v 1.6 2007/08/03 15:34:00 jmmv Exp $ */
/* $NetBSD: ofctl.c,v 1.7 2007/08/05 13:52:44 jmmv Exp $ */
/*-
* Copyright (c) 2006 The NetBSD Foundation, Inc.
* Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@ -32,6 +32,14 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef lint
__COPYRIGHT("@(#) Copyright (c) 2006, 2007\n"
"The NetBSD Foundation, Inc. All rights reserved.\n");
__RCSID("$NetBSD: ofctl.c,v 1.7 2007/08/05 13:52:44 jmmv Exp $");
#endif /* not lint */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>