]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dtrace: update copyright statements
authorKris Van Hees <kris.van.hees@oracle.com>
Wed, 23 Jan 2013 09:37:30 +0000 (04:37 -0500)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:41:39 +0000 (22:41 +0100)
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 <kris.van.hees@oracle.com>
include/linux/dtrace_cpu.h
include/linux/dtrace_ioctl.h
include/linux/sdt.h
kernel/dtrace/dtrace_os.c

index db02a84ac2e06c29dcc3ba7d86a53b34290bd0fb..a066486c549d04a32381e5aa052e937d016e6481 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (C) 2011, 2012, 2013 Oracle, Inc. */
+
 #ifndef _DTRACE_CPU_H_
 #define _DTRACE_CPU_H_
 
index dc219378cd59f8b8c6fb494d6e75538af79c2975..3e343ff60118e7883e336976f30a6eb9749fa891 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (C) 2011, 2012, 2013 Oracle, Inc. */
+
 #ifndef _DTRACE_IOCTL_H_
 #define _DTRACE_IOCTL_H_
 
index 0399602191f329cc93490e2c4239ec614704096b..affca435065b3de7de86ae433fc039ef2fa8b24a 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (C) 2011, 2012, 2013 Oracle, Inc. */
+
 #ifndef _SDT_H_
 #define        _SDT_H_
 
index dee85d664bcc51ccfc12f5e4eb3d32fcf1229f97..6bf95f1c27875b7af83f6bc3574c868a768677a6 100644 (file)
@@ -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 <linux/binfmts.h>