2009-04-29 23:48:31

by Paul Mackerras

[permalink] [raw]
Subject: [PATCH] perf_counter: update copyright notice

This adds my name to the list of copyright holders on the core
perf_counter.c, since I have contributed a significant amount of the
code in there.

Signed-off-by: Paul Mackerras <[email protected]>
---
Our lawyers say (C) doesn't mean anything, we have to use the actual
copyright symbol...

diff --git a/kernel/perf_counter.c b/kernel/perf_counter.c
index a95a171..16c1f13 100644
--- a/kernel/perf_counter.c
+++ b/kernel/perf_counter.c
@@ -4,6 +4,7 @@
* Copyright (C) 2008 Thomas Gleixner <[email protected]>
* Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar
* Copyright (C) 2008-2009 Red Hat, Inc., Peter Zijlstra <[email protected]>
+ * Copyright ? 2009 Paul Mackerras, IBM Corp. <[email protected]>
*
* For licensing details see kernel-base/COPYING
*/


2009-04-30 06:24:54

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH] perf_counter: update copyright notice


* Paul Mackerras <[email protected]> wrote:

> This adds my name to the list of copyright holders on the core
> perf_counter.c, since I have contributed a significant amount of the
> code in there.
>
> Signed-off-by: Paul Mackerras <[email protected]>

applied, thanks Paul!

Ingo

2009-04-30 06:25:56

by Paul Mackerras

[permalink] [raw]
Subject: [tip:perfcounters/core] perf_counter: update copyright notice

Commit-ID: c5dd016cdf0a040e1de0b691e274fbfe642b2cdc
Gitweb: http://git.kernel.org/tip/c5dd016cdf0a040e1de0b691e274fbfe642b2cdc
Author: Paul Mackerras <[email protected]>
AuthorDate: Thu, 30 Apr 2009 09:48:16 +1000
Committer: Ingo Molnar <[email protected]>
CommitDate: Thu, 30 Apr 2009 08:23:11 +0200

perf_counter: update copyright notice

This adds my name to the list of copyright holders on the core
perf_counter.c, since I have contributed a significant amount of the
code in there.

Signed-off-by: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Robert Richter <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>


---
kernel/perf_counter.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kernel/perf_counter.c b/kernel/perf_counter.c
index a95a171..75f2b6c 100644
--- a/kernel/perf_counter.c
+++ b/kernel/perf_counter.c
@@ -4,6 +4,7 @@
* Copyright (C) 2008 Thomas Gleixner <[email protected]>
* Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar
* Copyright (C) 2008-2009 Red Hat, Inc., Peter Zijlstra <[email protected]>
+ * Copyright ? 2009 Paul Mackerras, IBM Corp. <[email protected]>
*
* For licensing details see kernel-base/COPYING
*/