From 506d7f351f0047671c3b5be6bebbddb44643a6d2 Mon Sep 17 00:00:00 2001 From: hoek Date: Sat, 11 Sep 1999 13:08:02 +0000 Subject: Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) --- usr.bin/make/arch.c | 4 +--- usr.bin/make/buf.c | 4 +--- usr.bin/make/compat.c | 2 -- usr.bin/make/cond.c | 4 +--- usr.bin/make/dir.c | 4 +--- usr.bin/make/for.c | 4 +--- usr.bin/make/hash.c | 4 +--- usr.bin/make/job.c | 4 +--- usr.bin/make/make.c | 2 -- usr.bin/make/str.c | 2 -- usr.bin/make/suff.c | 4 +--- usr.bin/make/targ.c | 4 +--- usr.bin/make/var.c | 4 +--- 13 files changed, 10 insertions(+), 36 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 5e2b520..302777a 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -34,8 +34,6 @@ * 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$ */ #ifndef lint @@ -43,7 +41,7 @@ static char sccsid[] = "@(#)arch.c 8.2 (Berkeley) 1/2/94"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index 7498345..f1ebfc1 100644 --- a/usr.bin/make/buf.c +++ b/usr.bin/make/buf.c @@ -34,8 +34,6 @@ * 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$ */ #ifndef lint @@ -43,7 +41,7 @@ static char sccsid[] = "@(#)buf.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c index ee13bf0..bb3f501 100644 --- a/usr.bin/make/compat.c +++ b/usr.bin/make/compat.c @@ -34,8 +34,6 @@ * 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$ */ #ifndef lint diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index bbcebd6..88917aa 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -34,8 +34,6 @@ * 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$ */ #ifndef lint @@ -43,7 +41,7 @@ static char sccsid[] = "@(#)cond.c 8.2 (Berkeley) 1/2/94"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index 95e6bfb..614acd1 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -34,8 +34,6 @@ * 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$ */ #ifndef lint @@ -43,7 +41,7 @@ static char sccsid[] = "@(#)dir.c 8.2 (Berkeley) 1/2/94"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 0d907ca..9db93c3 100644 --- a/usr.bin/make/for.c +++ b/usr.bin/make/for.c @@ -29,8 +29,6 @@ * 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$ */ #ifndef lint @@ -38,7 +36,7 @@ static char sccsid[] = "@(#)for.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index 0219800..6b50fd3 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -34,8 +34,6 @@ * 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$ */ #ifndef lint @@ -43,7 +41,7 @@ static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 7fac04e..ef61939 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -34,8 +34,6 @@ * 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$ */ #ifndef lint @@ -43,7 +41,7 @@ static char sccsid[] = "@(#)job.c 8.2 (Berkeley) 3/19/94"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index 6c53c05..fcf8422 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -34,8 +34,6 @@ * 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$ */ #ifndef lint diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 524d900..9607d5b 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -34,8 +34,6 @@ * 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$ */ #ifndef lint diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 0bec455..81b427a 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -34,8 +34,6 @@ * 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$ */ #ifndef lint @@ -43,7 +41,7 @@ static char sccsid[] = "@(#)suff.c 8.4 (Berkeley) 3/21/94"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index 04ab418..6394ae2 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -34,8 +34,6 @@ * 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$ */ #ifndef lint @@ -43,7 +41,7 @@ static char sccsid[] = "@(#)targ.c 8.2 (Berkeley) 3/19/94"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index f9ae2b1..31dfd02 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -34,8 +34,6 @@ * 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$ */ #ifndef lint @@ -43,7 +41,7 @@ static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 3/19/94"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ -- cgit v1.1