From 92407069539e346b048ce639717ec3a5b2dd5eb4 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 2 Dec 2001 23:52:47 +0000 Subject: Use __FBSDID(). --- usr.bin/column/column.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'usr.bin/column/column.c') diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c index 4a019044576f..21bff28d31ca 100644 --- a/usr.bin/column/column.c +++ b/usr.bin/column/column.c @@ -29,19 +29,21 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ +#endif #ifndef lint static const char sccsid[] = "@(#)column.c 8.4 (Berkeley) 5/4/95"; -#endif /* not lint */ +#endif #include #include -- cgit v1.2.3