svn commit: r250940 - head/sys/mips/mips

Marcel Moolenaar marcel at FreeBSD.org
Thu May 23 19:47:38 UTC 2013


Author: marcel
Date: Thu May 23 19:47:37 2013
New Revision: 250940
URL: http://svnweb.freebsd.org/changeset/base/250940

Log:
  Change the copyright notice to a standard BSD 2-clause license and assign
  ownership to the FreeBSD foundation for the years this file has been in
  the FreeBSD repository.
  
  This file was originally created by Juniper as part of upgrading to FreeBSD
  4.10 (which had no MIPS support) and held functions found on other machines
  It grew actual functionality over time. The functionaliy was copied from
  other architectures and ported to MIPS on a as-needed basis.
  
  Approved by:	Mark Baushke (Juniper IP)
  Approved by:	Megan Sugiyama (Juniper legal)
  Pointed out by:	jmallett@
  Requested by:	core (jhb@)

Modified:
  head/sys/mips/mips/db_trace.c

Modified: head/sys/mips/mips/db_trace.c
==============================================================================
--- head/sys/mips/mips/db_trace.c	Thu May 23 19:47:35 2013	(r250939)
+++ head/sys/mips/mips/db_trace.c	Thu May 23 19:47:37 2013	(r250940)
@@ -1,7 +1,29 @@
 /*-
+ * Copyright (c) 2008-2013 The FreeBSD Foundation
  * Copyright (c) 2004-2005, Juniper Networks, Inc.
  * All rights reserved.
  *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER 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.
+ *
  *	JNPR: db_trace.c,v 1.8 2007/08/09 11:23:32 katta
  */
 


More information about the svn-src-all mailing list