summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2013-05-23 19:47:37 +0000
committermarcel <marcel@FreeBSD.org>2013-05-23 19:47:37 +0000
commit409abe265139bda54d8f4905bc104636aa1ec302 (patch)
treeef5731a4659df7e3998ce8d8721e9de27d4aa70d /sys/mips
parentb49fdc7305cba83e09a14143a5ed94e4a8eb5fc7 (diff)
downloadFreeBSD-src-409abe265139bda54d8f4905bc104636aa1ec302.zip
FreeBSD-src-409abe265139bda54d8f4905bc104636aa1ec302.tar.gz
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@)
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/db_trace.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys/mips/mips/db_trace.c b/sys/mips/mips/db_trace.c
index c53c349..e4798eb 100644
--- a/sys/mips/mips/db_trace.c
+++ b/sys/mips/mips/db_trace.c
@@ -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
*/
OpenPOWER on IntegriCloud