From: Kris Van Hees Date: Wed, 23 Jan 2013 09:37:30 +0000 (-0500) Subject: dtrace: update copyright statements X-Git-Tag: v4.1.12-92~313^2~95 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=53784fa2bed4be9dfdbb03269f434c4436ae6bb2;p=users%2Fjedix%2Flinux-maple.git dtrace: update copyright statements Various updates were made to files in the past months, and copyright statements were never updated to reflect that. Signed-off-by: Kris Van Hees --- diff --git a/include/linux/dtrace_cpu.h b/include/linux/dtrace_cpu.h index db02a84ac2e0..a066486c549d 100644 --- a/include/linux/dtrace_cpu.h +++ b/include/linux/dtrace_cpu.h @@ -1,3 +1,5 @@ +/* Copyright (C) 2011, 2012, 2013 Oracle, Inc. */ + #ifndef _DTRACE_CPU_H_ #define _DTRACE_CPU_H_ diff --git a/include/linux/dtrace_ioctl.h b/include/linux/dtrace_ioctl.h index dc219378cd59..3e343ff60118 100644 --- a/include/linux/dtrace_ioctl.h +++ b/include/linux/dtrace_ioctl.h @@ -1,3 +1,5 @@ +/* Copyright (C) 2011, 2012, 2013 Oracle, Inc. */ + #ifndef _DTRACE_IOCTL_H_ #define _DTRACE_IOCTL_H_ diff --git a/include/linux/sdt.h b/include/linux/sdt.h index 0399602191f3..affca435065b 100644 --- a/include/linux/sdt.h +++ b/include/linux/sdt.h @@ -1,3 +1,5 @@ +/* Copyright (C) 2011, 2012, 2013 Oracle, Inc. */ + #ifndef _SDT_H_ #define _SDT_H_ diff --git a/kernel/dtrace/dtrace_os.c b/kernel/dtrace/dtrace_os.c index dee85d664bcc..6bf95f1c2787 100644 --- a/kernel/dtrace/dtrace_os.c +++ b/kernel/dtrace/dtrace_os.c @@ -2,7 +2,7 @@ * FILE: dtrace_os.c * DESCRIPTION: Dynamic Tracing: OS support functions - part of kernel core * - * Copyright (C) 2010, 2011 Oracle Corporation + * Copyright (C) 2010, 2011, 2012, 2013 Oracle Corporation */ #include