]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
CDDL copyrights for everything needing it.
authorNick Alcock <nick.alcock@oracle.com>
Fri, 30 Sep 2011 18:29:33 +0000 (19:29 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Thu, 6 Oct 2011 19:55:42 +0000 (20:55 +0100)
The stuff in kernel/dtrace gets just a (C) line: dual-licensed parts will need
further adjustment.

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
40 files changed:
dtrace/Kbuild
dtrace/dt_test.h
dtrace/dt_test_dev.c
dtrace/dt_test_mod.c
dtrace/dtrace_actdesc.c
dtrace/dtrace_anon.c
dtrace/dtrace_buffer.c
dtrace/dtrace_dev.c
dtrace/dtrace_dif.c
dtrace/dtrace_dof.c
dtrace/dtrace_ecb.c
dtrace/dtrace_enable.c
dtrace/dtrace_fmt.c
dtrace/dtrace_hash.c
dtrace/dtrace_helper.c
dtrace/dtrace_isa.c
dtrace/dtrace_match.c
dtrace/dtrace_mod.c
dtrace/dtrace_predicate.c
dtrace/dtrace_priv.c
dtrace/dtrace_probe.c
dtrace/dtrace_probe_ctx.c
dtrace/dtrace_ptofapi.c
dtrace/dtrace_spec.c
dtrace/dtrace_state.c
dtrace/dtrace_util.c
dtrace/fasttrap_dev.c
dtrace/fasttrap_mod.c
dtrace/fbt_dev.c
dtrace/fbt_mod.c
dtrace/lockstat_dev.c
dtrace/lockstat_mod.c
dtrace/profile_dev.c
dtrace/profile_mod.c
dtrace/sdt_dev.c
dtrace/sdt_impl.h
dtrace/sdt_mod.c
dtrace/sdt_subr.c
dtrace/systrace_dev.c
dtrace/systrace_mod.c

index 93aeb0dd239189bfdeb2e7426b5da723ec1fb8f6..6ad516f6866913974c641c3bf42f51e3f996a519 100644 (file)
@@ -1,6 +1,28 @@
 #
 # Makefile for DTrace
 #
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright 2011 Oracle, Inc.  All rights reserved.
+# Use is subject to license terms.
 
 GCOV_PROFILE := y
 
index 86bd55abacfc937598e4a96a92deef1d538bb241..7ce73d10e8a0fe398894c925cdd8f1ee66da9f62 100644 (file)
@@ -1,3 +1,29 @@
+/*
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ */
+
+/*
+ * Copyright 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
+ */
+
 #ifndef _DT_TEST_H_
 #define _DT_TEST_H_
 
index 55998ec3d00dfb20a311784b622f39587ec846b9..7af3b5c08560db613331386042326a0c1ecad488 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dt_test_dev.c
  * DESCRIPTION:        DTrace Test Probe: device file handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/fs.h>
index 822df2be71f3900322e2194739b8a59657010960..fbd72369692918ce76b7cc63a45bc4535e2724fb 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dt_test_mod.c
  * DESCRIPTION:        DTrace Test Probe: module handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/module.h>
index 5b84cf86676d1403a7171e3b836ecafc809fbb93..f172f820fc5a498897675d0f2818cb87102de3b0 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_actdesc.c
  * DESCRIPTION:        Dynamic Tracing: action description functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/slab.h>
index 57de888eff0aca11574fbc511926def05ec88b7d..70d43ac30b696804262a1275a5d4d85ac17e325f 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_anon.c
  * DESCRIPTION:        Dynamic Tracing: anonymous enabling functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include "dtrace.h"
index 073cd59f3b381ae63d672ba69a1ef6ba0339850b..47080b1f888c0d136853a2a8630f3be13f74f4da 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_buffer.c
  * DESCRIPTION:        Dynamic Tracing: buffer functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/vmalloc.h>
index 9dfe442e0c42dedd3d76bb5691588ec8236b743d..4cb7763317fd915acac273998658420ba9b13158 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_dev.c
  * DESCRIPTION:        Dynamic Tracing: device file handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/delay.h>
index 2bb4c8420e787dc4b962ba437581d4a1e34c488e..5fe142d54c4ad3f545a50ec2df8d632f3189ab04 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_dif.c
  * DESCRIPTION:        Dynamic Tracing: DIF object functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/hardirq.h>
index 805b2dca30ef47b3b51560e8649e19f4c9fae478..24f98abbe6dffd133d77e202b2eaf63815263ed8 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_dof.c
  * DESCRIPTION:        Dynamic Tracing: DOF object functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/slab.h>
index a9950cd56485be40722cfd2072fac8581fb24113..ed65ec025dc8611c1c26815623782db05a10014b 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_ecb.c
  * DESCRIPTION:        Dynamic Tracing: ECB functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/slab.h>
index 38355c2ab8aa35b8dbfd90f8512946758ec7c76d..ae6197f8af2639b49d2d8a1ea5a787fcff097a03 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_enable.c
  * DESCRIPTION:        Dynamic Tracing: enabling functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/kernel.h>
index a4bef75eaa50b7d3d7b7accab7c3ce54069bcca6..e68562ca5cc52c24aaf8ba184497b855ca6bab50 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_fmt.c
  * DESCRIPTION:        Dynamic Tracing: format functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/slab.h>
index 9becd58f7a09e2cbcb2b5a2f0d28585138040c7d..d0c31ab2755a8aa9596f0c97e7123704895d7e9f 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_hash.c
  * DESCRIPTION:        Dynamic Tracing: probe hashing functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/slab.h>
index 75060f4ed2570b5c9348fa39be695053a13988e2..9634c45a5a0fadae8772c36cd77750ad8761eeca 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_helper.c
  * DESCRIPTION:        Dynamic Tracing: helper functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include "dtrace.h"
index 8fd14fa72081b633a635ff8c9860099c8126aa08..78ef6cd29e9371b5374ea787d9391b5b7e051d1a 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_isa.c
  * DESCRIPTION:        Dynamic Tracing: architecture specific support functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/hardirq.h>
index f70024f416bb0bf116b8367e060c73589eaf2ae9..75666a5430d95428f54e293441488a8a7c41f899 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_match.c
  * DESCRIPTION:        Dynamic Tracing: matching functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include "dtrace.h"
index 9f36a0a476d03f348cabcb0bb80ee98e9c641722..04da7865c2c78d51a4c33bcea39b908cb886027a 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_mod.c
  * DESCRIPTION:        Dynamic Tracing: module handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/module.h>
index 30c1512cfd5364b4c51f8de21e1b78dd85c5b2fe..b384e33cf62ac85d709e26d8484e0d1aa5c8aef7 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_predicate.c
  * DESCRIPTION:        Dynamic Tracing: predicate functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/slab.h>
index 57a09950ee82ba99813bb9800f45ecb96ab8ef12..88cf4b26f51d22857f33d18d0847df6487f03be7 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_priv.c
  * DESCRIPTION:        Dynamic Tracing: privilege check functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include "dtrace.h"
index eb185d9e19a1ef3cb2192757764763a57a25e223..35e660671787a38f4e653de150cc1fab226b2856 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_probe.c
  * DESCRIPTION:        Dynamic Tracing: probe management functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/hardirq.h>
index 1fa96cdebad0bf14a09669c3e76d4e240dbc84f4..2650a259e4b5584d4608f71d873e98f1d30d7d28 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_probe_ctx.c
  * DESCRIPTION:        Dynamic Tracing: probe context functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include "dtrace.h"
index 9e42af963791984c3c9109e83e3c8e48fb9d40d9..920ddd7e112416424b4e6653fc5e810dba09d215 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_ptofapi.c
  * DESCRIPTION:        Dynamic Tracing: provider-to-framework API
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/idr.h>
index 4b30d2fc1e750907982f87dcb127e81338555595..f83870a27e333e35e410ecfda0c3bb01a391aa96 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_spec.c
  * DESCRIPTION:        Dynamic Tracing: speculation functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/smp.h>
index 11d8819506e7b197ca686717e3b5a2d1b3d62a74..2a75812b208aebfa8581b5bccb754159adace021 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_state.c
  * DESCRIPTION:        Dynamic Tracing: consumer state functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/fs.h>
index 6b87207179048ad643b0e031c1373cc322d383ac..92b5a73700ea85ced05936eed544b448abfe0508 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       dtrace_util.c
  * DESCRIPTION:        DTrace utility functions
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/vmalloc.h>
index 2ad91b926865adec89a0e9e7013ce1d5a1fe2132..18d67806e21300c8f33645ce5e0d47b4e9dada74 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       fasttrap_dev.c
  * DESCRIPTION:        Fasttrap Tracing: device file handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/fs.h>
index 44e7340d132b1802b83a8ace2e6ea0e92fc66784..3023b29c321f3bbd668434b144dd3d38382dac93 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       fasttrap_mod.c
  * DESCRIPTION:        Fasttrap Tracing: module handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/module.h>
index 17f3b8823e53ef1c6813f166d693b50f320de65a..f46dc89369f8747873969bbe4d79a67da3dc158b 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       fbt_dev.c
  * DESCRIPTION:        Function Boundary Tracing: device file handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/fs.h>
index b41d2b1b5cd9174cbaf664e55a796e69716ddc4f..7a811f1d2d463d718993aa650772110f62900a12 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       fbt_dmod.c
  * DESCRIPTION:        Function Boundary Tracing: module handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/module.h>
index a4525bf7004c19a6d372948dac23b01deda6936b..de336b615fa4552c2ecf90394edf71a5aecc29af 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       lockstat_dev.c
  * DESCRIPTION:        Lock Statistics: device file handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/fs.h>
index 0b16ea9491466e0a6237cb919d41959f25e3bbd0..36bd0d34469cec2f760a0b764f8ec9adbc7248e4 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       lockstat_mod.c
  * DESCRIPTION:        Lock Statistics: module handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/module.h>
index 4f98957aa91dc5f40713849407277f7b4dd92bed..98005620a0658e225e0891ad0ede86d24402d39f 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       profile_dev.c
  * DESCRIPTION:        Profile Interrupt Tracing: device file handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/fs.h>
index 0f0be15fb34218efb554abb28d26ae4a0e2be174..c85757cac18b16d27ca96e6b3b7914eb3167554b 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       profile_mod.c
  * DESCRIPTION:        Profile Interrupt Tracing: module handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/module.h>
index 6c3cbb8977a59d92e2a74abfb5c4fc66cc615430..3aaa11404f810f38a48d6744bcc280e3869363cc 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       sdt_dev.c
  * DESCRIPTION:        Statically Defined Tracing: device file handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/fs.h>
index e10a096e2a967b2525206df54c065c7deb4b0885..823cdf180e59ecdba6ce299cf422c2470d8c9cb1 100644 (file)
@@ -1,5 +1,24 @@
 /*
- * Copyright 2004 Oracle America, Inc.  All rights reserved.
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2004, 2011 Oracle, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
index 5989f0da615c6b7c94e229432d94644cc788f80a..e53f44a14deeda7fdad57b498221151ee50e3465 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       sdt_mod.c
  * DESCRIPTION:        Statically Defined Tracing: module handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/gfp.h>
index dd7ea5bfe2308ebad55c5afc43247144ae2bb3c6..626dccfc0d3c2a39f40c64a35f48b43b52482fda 100644 (file)
@@ -1,5 +1,25 @@
 /*
- * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2004, 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include "sdt_impl.h"
index 964cb0270a51f36205fdccb1b39671e843c51cd0..2761d9b55d2e4bf0b0779744a5c0f5123c7c9b31 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       systrace_dev.c
  * DESCRIPTION:        System Call Tracing: device file handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/fs.h>
index 6f75b1897701311abc73b13bc17727a3f9632cec..8012ccdd2c6df32365a28ca55f71fdf09b6d54d1 100644 (file)
@@ -2,7 +2,27 @@
  * FILE:       systrace_mod.c
  * DESCRIPTION:        System Call Tracing: module handling
  *
- * Copyright (C) 2010 Oracle Corporation
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ *
+ * Copyright 2010, 2011 Oracle, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #include <linux/module.h>