aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-04-29 08:52:50 -0400
committerIngo Molnar <mingo@elte.hu>2009-04-29 08:52:50 -0400
commit98144511427c192e4249ff66a3f9debc55c59411 (patch)
tree2e31731dbcf489f703d00312eb041638b1d494a4
parent38105f0234d4795c77c7c6845916caf3a395c451 (diff)
perf_counter: add/update copyrights
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/kernel/cpu/perf_counter.c9
-rw-r--r--kernel/perf_counter.c6
2 files changed, 8 insertions, 7 deletions
diff --git a/arch/x86/kernel/cpu/perf_counter.c b/arch/x86/kernel/cpu/perf_counter.c
index 856b0b852192..47e563bfd4cf 100644
--- a/arch/x86/kernel/cpu/perf_counter.c
+++ b/arch/x86/kernel/cpu/perf_counter.c
@@ -1,10 +1,11 @@
1/* 1/*
2 * Performance counter x86 architecture code 2 * Performance counter x86 architecture code
3 * 3 *
4 * Copyright(C) 2008 Thomas Gleixner <tglx@linutronix.de> 4 * Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de>
5 * Copyright(C) 2008 Red Hat, Inc., Ingo Molnar 5 * Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar
6 * Copyright(C) 2009 Jaswinder Singh Rajput 6 * Copyright (C) 2009 Jaswinder Singh Rajput
7 * Copyright(C) 2009 Advanced Micro Devices, Inc., Robert Richter 7 * Copyright (C) 2009 Advanced Micro Devices, Inc., Robert Richter
8 * Copyright (C) 2008-2009 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
8 * 9 *
9 * For licencing details see kernel-base/COPYING 10 * For licencing details see kernel-base/COPYING
10 */ 11 */
diff --git a/kernel/perf_counter.c b/kernel/perf_counter.c
index 582108addefa..a95a171e608c 100644
--- a/kernel/perf_counter.c
+++ b/kernel/perf_counter.c
@@ -1,9 +1,9 @@
1/* 1/*
2 * Performance counter core code 2 * Performance counter core code
3 * 3 *
4 * Copyright(C) 2008 Thomas Gleixner <tglx@linutronix.de> 4 * Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de>
5 * Copyright(C) 2008 Red Hat, Inc., Ingo Molnar 5 * Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar
6 * 6 * Copyright (C) 2008-2009 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
7 * 7 *
8 * For licensing details see kernel-base/COPYING 8 * For licensing details see kernel-base/COPYING
9 */ 9 */