diff options
author | cperciva <cperciva@FreeBSD.org> | 2004-02-10 20:45:28 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2004-02-10 20:45:28 +0000 |
commit | 371e76013cbf59c057362dec7670c7f234863810 (patch) | |
tree | 0e5916a14b09ac6e8f87bbe460b7cfe0e484219d /lib/libc | |
parent | 81f9b2b83adf9740e4603070330b067a62d7608f (diff) | |
download | FreeBSD-src-371e76013cbf59c057362dec7670c7f234863810.zip FreeBSD-src-371e76013cbf59c057362dec7670c7f234863810.tar.gz |
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)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/ia64/string/bcopy.S | 2 | ||||
-rw-r--r-- | lib/libc/ia64/string/bzero.S | 2 | ||||
-rw-r--r-- | lib/libc/sparc64/gen/fabs.S | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/ia64/string/bcopy.S b/lib/libc/ia64/string/bcopy.S index 09f5bc0..34aac19 100644 --- a/lib/libc/ia64/string/bcopy.S +++ b/lib/libc/ia64/string/bcopy.S @@ -22,8 +22,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$ */ #include <machine/asm.h> diff --git a/lib/libc/ia64/string/bzero.S b/lib/libc/ia64/string/bzero.S index bd08a1a..0963c36 100644 --- a/lib/libc/ia64/string/bzero.S +++ b/lib/libc/ia64/string/bzero.S @@ -22,8 +22,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$ */ #include <machine/asm.h> diff --git a/lib/libc/sparc64/gen/fabs.S b/lib/libc/sparc64/gen/fabs.S index f42e2c7..bbc744a 100644 --- a/lib/libc/sparc64/gen/fabs.S +++ b/lib/libc/sparc64/gen/fabs.S @@ -21,8 +21,6 @@ * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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 <machine/asm.h> |