From owner-cvs-src@FreeBSD.ORG Tue Feb 10 12:45:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A9C16A4D2; Tue, 10 Feb 2004 12:45:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D2F43D1D; Tue, 10 Feb 2004 12:45:29 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AKjSGe054994; Tue, 10 Feb 2004 12:45:28 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AKjSB7054990; Tue, 10 Feb 2004 12:45:28 -0800 (PST) (envelope-from cperciva) Message-Id: <200402102045.i1AKjSB7054990@repoman.freebsd.org> From: Colin Percival Date: Tue, 10 Feb 2004 12:45:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/ia64/string bcopy.S bzero.S src/lib/libc/sparc64/gen fabs.S src/lib/libc_r/arch/ia64 _atomic_lock.S src/lib/libpthread/arch/alpha/alpha enter_uts.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 20:45:31 -0000 cperciva 2004/02/10 12:45:28 PST FreeBSD src repository Modified files: lib/libc/ia64/string bcopy.S bzero.S lib/libc/sparc64/gen fabs.S lib/libc_r/arch/ia64 _atomic_lock.S lib/libpthread/arch/alpha/alpha enter_uts.S Log: style cleanup: Remove duplicate $FreeBSD$ tags. These files had tags after teh copyright notice, inside the comment block (incorrect, removed), and outside the comment block (correct). Approved by: rwatson (mentor) Revision Changes Path 1.3 +0 -2 src/lib/libc/ia64/string/bcopy.S 1.6 +0 -2 src/lib/libc/ia64/string/bzero.S 1.2 +0 -2 src/lib/libc/sparc64/gen/fabs.S 1.3 +0 -2 src/lib/libc_r/arch/ia64/_atomic_lock.S 1.2 +0 -2 src/lib/libpthread/arch/alpha/alpha/enter_uts.S