summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/tap/Makefile4
-rw-r--r--util/term/Makefile4
-rw-r--r--util/term/term.c1
3 files changed, 2 insertions, 7 deletions
diff --git a/util/tap/Makefile b/util/tap/Makefile
index 2618a5210..d961ea814 100644
--- a/util/tap/Makefile
+++ b/util/tap/Makefile
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 The Regents of The University of Michigan
+# Copyright (c) 2003, 2005 The Regents of The University of Michigan
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -26,8 +26,6 @@
#
# Authors: Nathan Binkert
-# $Id$
-
CC= gcc
CXX= g++
diff --git a/util/term/Makefile b/util/term/Makefile
index 39e396687..b360a9e32 100644
--- a/util/term/Makefile
+++ b/util/term/Makefile
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 The Regents of The University of Michigan
+# Copyright (c) 2003, 2005 The Regents of The University of Michigan
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -26,8 +26,6 @@
#
# Authors: Nathan Binkert
-# $Id$
-
CC= gcc
CCFLAGS= -g -O0
diff --git a/util/term/term.c b/util/term/term.c
index 199b8e973..8a95480b1 100644
--- a/util/term/term.c
+++ b/util/term/term.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/* $OpenBSD: netcat.c,v 1.57 2002/12/30 18:00:18 stevesk Exp $ */
/*
* Copyright (c) 2001 Eric Jackson <ericj@monkey.org>