From owner-cvs-all@FreeBSD.ORG Tue Apr 15 05:31:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 309FE106566C; Tue, 15 Apr 2008 05:31:20 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 060B38FC12; Tue, 15 Apr 2008 05:31:20 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3F5VJKw028638; Tue, 15 Apr 2008 05:31:19 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F5VJ78028637; Tue, 15 Apr 2008 05:31:19 GMT (envelope-from imp) Message-Id: <200804150531.m3F5VJ78028637@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Apr 2008 05:31:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/mips copystr.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2008 05:31:20 -0000 imp 2008-04-15 05:31:19 UTC FreeBSD src repository Modified files: sys/mips/mips copystr.S Log: Add copyright notice and license to reflect origin of most of the routines in this file. Remove 'place holder' copyright since the amount that's actually original is small relative to the length of the file. The contents of this file appear to have originated at DECWRL by way of NetBSD. Noticed by: Simon Burge Revision Changes Path 1.2 +28 -5 src/sys/mips/mips/copystr.S