From cd4ec79dd987e37b5f3cb88e13361fec98416e68 Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Fri, 30 Sep 2011 19:29:33 +0100 Subject: [PATCH] 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 --- dtrace/Kbuild | 22 ++++++++++++++++++++++ dtrace/dt_test.h | 26 ++++++++++++++++++++++++++ dtrace/dt_test_dev.c | 22 +++++++++++++++++++++- dtrace/dt_test_mod.c | 22 +++++++++++++++++++++- dtrace/dtrace_actdesc.c | 22 +++++++++++++++++++++- dtrace/dtrace_anon.c | 22 +++++++++++++++++++++- dtrace/dtrace_buffer.c | 22 +++++++++++++++++++++- dtrace/dtrace_dev.c | 22 +++++++++++++++++++++- dtrace/dtrace_dif.c | 22 +++++++++++++++++++++- dtrace/dtrace_dof.c | 22 +++++++++++++++++++++- dtrace/dtrace_ecb.c | 22 +++++++++++++++++++++- dtrace/dtrace_enable.c | 22 +++++++++++++++++++++- dtrace/dtrace_fmt.c | 22 +++++++++++++++++++++- dtrace/dtrace_hash.c | 22 +++++++++++++++++++++- dtrace/dtrace_helper.c | 22 +++++++++++++++++++++- dtrace/dtrace_isa.c | 22 +++++++++++++++++++++- dtrace/dtrace_match.c | 22 +++++++++++++++++++++- dtrace/dtrace_mod.c | 22 +++++++++++++++++++++- dtrace/dtrace_predicate.c | 22 +++++++++++++++++++++- dtrace/dtrace_priv.c | 22 +++++++++++++++++++++- dtrace/dtrace_probe.c | 22 +++++++++++++++++++++- dtrace/dtrace_probe_ctx.c | 22 +++++++++++++++++++++- dtrace/dtrace_ptofapi.c | 22 +++++++++++++++++++++- dtrace/dtrace_spec.c | 22 +++++++++++++++++++++- dtrace/dtrace_state.c | 22 +++++++++++++++++++++- dtrace/dtrace_util.c | 22 +++++++++++++++++++++- dtrace/fasttrap_dev.c | 22 +++++++++++++++++++++- dtrace/fasttrap_mod.c | 22 +++++++++++++++++++++- dtrace/fbt_dev.c | 22 +++++++++++++++++++++- dtrace/fbt_mod.c | 22 +++++++++++++++++++++- dtrace/lockstat_dev.c | 22 +++++++++++++++++++++- dtrace/lockstat_mod.c | 22 +++++++++++++++++++++- dtrace/profile_dev.c | 22 +++++++++++++++++++++- dtrace/profile_mod.c | 22 +++++++++++++++++++++- dtrace/sdt_dev.c | 22 +++++++++++++++++++++- dtrace/sdt_impl.h | 21 ++++++++++++++++++++- dtrace/sdt_mod.c | 22 +++++++++++++++++++++- dtrace/sdt_subr.c | 22 +++++++++++++++++++++- dtrace/systrace_dev.c | 22 +++++++++++++++++++++- dtrace/systrace_mod.c | 22 +++++++++++++++++++++- 40 files changed, 845 insertions(+), 38 deletions(-) diff --git a/dtrace/Kbuild b/dtrace/Kbuild index 93aeb0dd2391..6ad516f68669 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 86bd55abacfc..7ce73d10e8a0 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 55998ec3d00d..7af3b5c08560 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 822df2be71f3..fbd723696929 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 5b84cf86676d..f172f820fc5a 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 57de888eff0a..70d43ac30b69 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 073cd59f3b38..47080b1f888c 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 9dfe442e0c42..4cb7763317fd 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 2bb4c8420e78..5fe142d54c4a 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 805b2dca30ef..24f98abbe6df 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 a9950cd56485..ed65ec025dc8 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 38355c2ab8aa..ae6197f8af26 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 a4bef75eaa50..e68562ca5cc5 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 9becd58f7a09..d0c31ab2755a 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 75060f4ed257..9634c45a5a0f 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 8fd14fa72081..78ef6cd29e93 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 f70024f416bb..75666a5430d9 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 9f36a0a476d0..04da7865c2c7 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 30c1512cfd53..b384e33cf62a 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 57a09950ee82..88cf4b26f51d 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 eb185d9e19a1..35e660671787 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 1fa96cdebad0..2650a259e4b5 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 9e42af963791..920ddd7e1124 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 4b30d2fc1e75..f83870a27e33 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 11d8819506e7..2a75812b208a 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 6b8720717904..92b5a73700ea 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 2ad91b926865..18d67806e213 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 44e7340d132b..3023b29c321f 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 17f3b8823e53..f46dc89369f8 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 b41d2b1b5cd9..7a811f1d2d46 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 a4525bf7004c..de336b615fa4 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 0b16ea949146..36bd0d34469c 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 4f98957aa91d..98005620a065 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 0f0be15fb342..c85757cac18b 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 6c3cbb8977a5..3aaa11404f81 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 e10a096e2a96..823cdf180e59 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 5989f0da615c..e53f44a14dee 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 dd7ea5bfe230..626dccfc0d3c 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 964cb0270a51..2761d9b55d2e 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 6f75b1897701..8012ccdd2c6d 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 -- 2.50.1