From: Nick Alcock Date: Fri, 30 Sep 2011 18:29:33 +0000 (+0100) Subject: CDDL copyrights for everything needing it. X-Git-Tag: v4.1.12-111.0.20170907_2225~3^2~3^2~217 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cd4ec79dd987e37b5f3cb88e13361fec98416e68;p=users%2Fjedix%2Flinux-maple.git CDDL copyrights for everything needing it. The stuff in kernel/dtrace gets just a (C) line: dual-licensed parts will need further adjustment. Signed-off-by: Nick Alcock --- diff --git a/dtrace/Kbuild b/dtrace/Kbuild index 93aeb0dd23918..6ad516f686691 100644 --- a/dtrace/Kbuild +++ b/dtrace/Kbuild @@ -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 diff --git a/dtrace/dt_test.h b/dtrace/dt_test.h index 86bd55abacfc9..7ce73d10e8a0f 100644 --- a/dtrace/dt_test.h +++ b/dtrace/dt_test.h @@ -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_ diff --git a/dtrace/dt_test_dev.c b/dtrace/dt_test_dev.c index 55998ec3d00df..7af3b5c08560d 100644 --- a/dtrace/dt_test_dev.c +++ b/dtrace/dt_test_dev.c @@ -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 diff --git a/dtrace/dt_test_mod.c b/dtrace/dt_test_mod.c index 822df2be71f39..fbd7236969291 100644 --- a/dtrace/dt_test_mod.c +++ b/dtrace/dt_test_mod.c @@ -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 diff --git a/dtrace/dtrace_actdesc.c b/dtrace/dtrace_actdesc.c index 5b84cf86676d1..f172f820fc5a4 100644 --- a/dtrace/dtrace_actdesc.c +++ b/dtrace/dtrace_actdesc.c @@ -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 diff --git a/dtrace/dtrace_anon.c b/dtrace/dtrace_anon.c index 57de888eff0ac..70d43ac30b696 100644 --- a/dtrace/dtrace_anon.c +++ b/dtrace/dtrace_anon.c @@ -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" diff --git a/dtrace/dtrace_buffer.c b/dtrace/dtrace_buffer.c index 073cd59f3b381..47080b1f888c0 100644 --- a/dtrace/dtrace_buffer.c +++ b/dtrace/dtrace_buffer.c @@ -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 diff --git a/dtrace/dtrace_dev.c b/dtrace/dtrace_dev.c index 9dfe442e0c42d..4cb7763317fd9 100644 --- a/dtrace/dtrace_dev.c +++ b/dtrace/dtrace_dev.c @@ -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 diff --git a/dtrace/dtrace_dif.c b/dtrace/dtrace_dif.c index 2bb4c8420e787..5fe142d54c4ad 100644 --- a/dtrace/dtrace_dif.c +++ b/dtrace/dtrace_dif.c @@ -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 diff --git a/dtrace/dtrace_dof.c b/dtrace/dtrace_dof.c index 805b2dca30ef4..24f98abbe6dff 100644 --- a/dtrace/dtrace_dof.c +++ b/dtrace/dtrace_dof.c @@ -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 diff --git a/dtrace/dtrace_ecb.c b/dtrace/dtrace_ecb.c index a9950cd56485b..ed65ec025dc86 100644 --- a/dtrace/dtrace_ecb.c +++ b/dtrace/dtrace_ecb.c @@ -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 diff --git a/dtrace/dtrace_enable.c b/dtrace/dtrace_enable.c index 38355c2ab8aa3..ae6197f8af263 100644 --- a/dtrace/dtrace_enable.c +++ b/dtrace/dtrace_enable.c @@ -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 diff --git a/dtrace/dtrace_fmt.c b/dtrace/dtrace_fmt.c index a4bef75eaa50b..e68562ca5cc52 100644 --- a/dtrace/dtrace_fmt.c +++ b/dtrace/dtrace_fmt.c @@ -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 diff --git a/dtrace/dtrace_hash.c b/dtrace/dtrace_hash.c index 9becd58f7a09e..d0c31ab2755a8 100644 --- a/dtrace/dtrace_hash.c +++ b/dtrace/dtrace_hash.c @@ -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 diff --git a/dtrace/dtrace_helper.c b/dtrace/dtrace_helper.c index 75060f4ed2570..9634c45a5a0fa 100644 --- a/dtrace/dtrace_helper.c +++ b/dtrace/dtrace_helper.c @@ -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" diff --git a/dtrace/dtrace_isa.c b/dtrace/dtrace_isa.c index 8fd14fa72081b..78ef6cd29e937 100644 --- a/dtrace/dtrace_isa.c +++ b/dtrace/dtrace_isa.c @@ -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 diff --git a/dtrace/dtrace_match.c b/dtrace/dtrace_match.c index f70024f416bb0..75666a5430d95 100644 --- a/dtrace/dtrace_match.c +++ b/dtrace/dtrace_match.c @@ -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" diff --git a/dtrace/dtrace_mod.c b/dtrace/dtrace_mod.c index 9f36a0a476d03..04da7865c2c78 100644 --- a/dtrace/dtrace_mod.c +++ b/dtrace/dtrace_mod.c @@ -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 diff --git a/dtrace/dtrace_predicate.c b/dtrace/dtrace_predicate.c index 30c1512cfd536..b384e33cf62ac 100644 --- a/dtrace/dtrace_predicate.c +++ b/dtrace/dtrace_predicate.c @@ -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 diff --git a/dtrace/dtrace_priv.c b/dtrace/dtrace_priv.c index 57a09950ee82b..88cf4b26f51d2 100644 --- a/dtrace/dtrace_priv.c +++ b/dtrace/dtrace_priv.c @@ -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" diff --git a/dtrace/dtrace_probe.c b/dtrace/dtrace_probe.c index eb185d9e19a1e..35e660671787a 100644 --- a/dtrace/dtrace_probe.c +++ b/dtrace/dtrace_probe.c @@ -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 diff --git a/dtrace/dtrace_probe_ctx.c b/dtrace/dtrace_probe_ctx.c index 1fa96cdebad0b..2650a259e4b55 100644 --- a/dtrace/dtrace_probe_ctx.c +++ b/dtrace/dtrace_probe_ctx.c @@ -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" diff --git a/dtrace/dtrace_ptofapi.c b/dtrace/dtrace_ptofapi.c index 9e42af9637919..920ddd7e11241 100644 --- a/dtrace/dtrace_ptofapi.c +++ b/dtrace/dtrace_ptofapi.c @@ -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 diff --git a/dtrace/dtrace_spec.c b/dtrace/dtrace_spec.c index 4b30d2fc1e750..f83870a27e333 100644 --- a/dtrace/dtrace_spec.c +++ b/dtrace/dtrace_spec.c @@ -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 diff --git a/dtrace/dtrace_state.c b/dtrace/dtrace_state.c index 11d8819506e7b..2a75812b208ae 100644 --- a/dtrace/dtrace_state.c +++ b/dtrace/dtrace_state.c @@ -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 diff --git a/dtrace/dtrace_util.c b/dtrace/dtrace_util.c index 6b87207179048..92b5a73700ea8 100644 --- a/dtrace/dtrace_util.c +++ b/dtrace/dtrace_util.c @@ -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 diff --git a/dtrace/fasttrap_dev.c b/dtrace/fasttrap_dev.c index 2ad91b926865a..18d67806e2130 100644 --- a/dtrace/fasttrap_dev.c +++ b/dtrace/fasttrap_dev.c @@ -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 diff --git a/dtrace/fasttrap_mod.c b/dtrace/fasttrap_mod.c index 44e7340d132b1..3023b29c321f3 100644 --- a/dtrace/fasttrap_mod.c +++ b/dtrace/fasttrap_mod.c @@ -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 diff --git a/dtrace/fbt_dev.c b/dtrace/fbt_dev.c index 17f3b8823e53e..f46dc89369f87 100644 --- a/dtrace/fbt_dev.c +++ b/dtrace/fbt_dev.c @@ -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 diff --git a/dtrace/fbt_mod.c b/dtrace/fbt_mod.c index b41d2b1b5cd91..7a811f1d2d463 100644 --- a/dtrace/fbt_mod.c +++ b/dtrace/fbt_mod.c @@ -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 diff --git a/dtrace/lockstat_dev.c b/dtrace/lockstat_dev.c index a4525bf7004c1..de336b615fa45 100644 --- a/dtrace/lockstat_dev.c +++ b/dtrace/lockstat_dev.c @@ -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 diff --git a/dtrace/lockstat_mod.c b/dtrace/lockstat_mod.c index 0b16ea9491466..36bd0d34469ce 100644 --- a/dtrace/lockstat_mod.c +++ b/dtrace/lockstat_mod.c @@ -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 diff --git a/dtrace/profile_dev.c b/dtrace/profile_dev.c index 4f98957aa91dc..98005620a0658 100644 --- a/dtrace/profile_dev.c +++ b/dtrace/profile_dev.c @@ -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 diff --git a/dtrace/profile_mod.c b/dtrace/profile_mod.c index 0f0be15fb3421..c85757cac18b1 100644 --- a/dtrace/profile_mod.c +++ b/dtrace/profile_mod.c @@ -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 diff --git a/dtrace/sdt_dev.c b/dtrace/sdt_dev.c index 6c3cbb8977a59..3aaa11404f810 100644 --- a/dtrace/sdt_dev.c +++ b/dtrace/sdt_dev.c @@ -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 diff --git a/dtrace/sdt_impl.h b/dtrace/sdt_impl.h index e10a096e2a967..823cdf180e59e 100644 --- a/dtrace/sdt_impl.h +++ b/dtrace/sdt_impl.h @@ -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. */ diff --git a/dtrace/sdt_mod.c b/dtrace/sdt_mod.c index 5989f0da615c6..e53f44a14deed 100644 --- a/dtrace/sdt_mod.c +++ b/dtrace/sdt_mod.c @@ -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 diff --git a/dtrace/sdt_subr.c b/dtrace/sdt_subr.c index dd7ea5bfe2308..626dccfc0d3c2 100644 --- a/dtrace/sdt_subr.c +++ b/dtrace/sdt_subr.c @@ -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" diff --git a/dtrace/systrace_dev.c b/dtrace/systrace_dev.c index 964cb0270a51f..2761d9b55d2e4 100644 --- a/dtrace/systrace_dev.c +++ b/dtrace/systrace_dev.c @@ -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 diff --git a/dtrace/systrace_mod.c b/dtrace/systrace_mod.c index 6f75b18977013..8012ccdd2c6df 100644 --- a/dtrace/systrace_mod.c +++ b/dtrace/systrace_mod.c @@ -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