* [PATCH] trivial: use (C) instead of \251
@ 2010-04-28 9:30 Tejun Heo
2010-04-28 18:42 ` Harald Arnesen
` (2 more replies)
0 siblings, 3 replies; 17+ messages in thread
From: Tejun Heo @ 2010-04-28 9:30 UTC (permalink / raw)
To: trivial, lkml; +Cc: Paul Mackerras
[-- Attachment #1: Type: text/plain, Size: 976 bytes --]
The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and
causes annoying problems with some editors and tools. Use (C)
instead.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Paul Mackerras <paulus@au1.ibm.com>
---
I'm not really sure this would survive transport over mail in
appliable form, attaching the patch too just in case.
kernel/perf_event.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/perf_event.c b/kernel/perf_event.c
index 2f3fbf8..827ec53 100644
--- a/kernel/perf_event.c
+++ b/kernel/perf_event.c
@@ -4,7 +4,7 @@
* Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de>
* Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar
* Copyright (C) 2008-2009 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
- * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
+ * Copyright (C) 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
*
* For licensing details see kernel-base/COPYING
*/
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 910 bytes --]
Subject: [PATCH] trivial: use (C) instead of \251
The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and
causes annoying problems with some editors and tools. Use (C)
instead.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Paul Mackerras <paulus@au1.ibm.com>
---
kernel/perf_event.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/perf_event.c b/kernel/perf_event.c
index 2f3fbf8..827ec53 100644
--- a/kernel/perf_event.c
+++ b/kernel/perf_event.c
@@ -4,7 +4,7 @@
* Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de>
* Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar
* Copyright (C) 2008-2009 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
- * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
+ * Copyright (C) 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
*
* For licensing details see kernel-base/COPYING
*/
^ permalink raw reply related [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-28 9:30 [PATCH] trivial: use (C) instead of \251 Tejun Heo
@ 2010-04-28 18:42 ` Harald Arnesen
2010-04-28 20:20 ` Tejun Heo
2010-04-28 21:55 ` Paul Mackerras
2010-04-28 22:41 ` Jiri Kosina
2 siblings, 1 reply; 17+ messages in thread
From: Harald Arnesen @ 2010-04-28 18:42 UTC (permalink / raw)
To: Tejun Heo; +Cc: trivial, lkml, Paul Mackerras
Tejun Heo <tj@kernel.org> writes:
> The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and
> causes annoying problems with some editors and tools. Use (C)
> instead.
Why do we need anything there at all?
--
Hilsen Harald.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-28 18:42 ` Harald Arnesen
@ 2010-04-28 20:20 ` Tejun Heo
2010-04-29 10:34 ` Harald Arnesen
0 siblings, 1 reply; 17+ messages in thread
From: Tejun Heo @ 2010-04-28 20:20 UTC (permalink / raw)
To: Harald Arnesen; +Cc: trivial, lkml, Paul Mackerras
On 04/28/2010 08:42 PM, Harald Arnesen wrote:
> Tejun Heo <tj@kernel.org> writes:
>
>> The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and
>> causes annoying problems with some editors and tools. Use (C)
>> instead.
>
> Why do we need anything there at all?
We don't necessarily need it but it's also pretty rude to strip
other's copyright notices and other entries use (C), so.... :-)
--
tejun
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-28 9:30 [PATCH] trivial: use (C) instead of \251 Tejun Heo
2010-04-28 18:42 ` Harald Arnesen
@ 2010-04-28 21:55 ` Paul Mackerras
2010-04-29 5:32 ` Tejun Heo
2010-04-28 22:41 ` Jiri Kosina
2 siblings, 1 reply; 17+ messages in thread
From: Paul Mackerras @ 2010-04-28 21:55 UTC (permalink / raw)
To: Tejun Heo; +Cc: trivial, lkml
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-28 9:30 [PATCH] trivial: use (C) instead of \251 Tejun Heo
2010-04-28 18:42 ` Harald Arnesen
2010-04-28 21:55 ` Paul Mackerras
@ 2010-04-28 22:41 ` Jiri Kosina
2010-04-29 4:57 ` Paul Mackerras
2010-04-30 7:55 ` Ingo Molnar
2 siblings, 2 replies; 17+ messages in thread
From: Jiri Kosina @ 2010-04-28 22:41 UTC (permalink / raw)
To: Tejun Heo; +Cc: lkml, Paul Mackerras
On Wed, 28 Apr 2010, Tejun Heo wrote:
> The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and
> causes annoying problems with some editors and tools. Use (C)
> instead.
>
> Signed-off-by: Tejun Heo <tj@kernel.org>
> Cc: Paul Mackerras <paulus@au1.ibm.com>
> ---
> I'm not really sure this would survive transport over mail in
> appliable form, attaching the patch too just in case.
It didn't survive :) But it was easy enough to fix by hand. Applied,
thanks Tejun.
> kernel/perf_event.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/perf_event.c b/kernel/perf_event.c
> index 2f3fbf8..827ec53 100644
> --- a/kernel/perf_event.c
> +++ b/kernel/perf_event.c
> @@ -4,7 +4,7 @@
> * Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de>
> * Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar
> * Copyright (C) 2008-2009 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
> - * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
> + * Copyright (C) 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
> *
> * For licensing details see kernel-base/COPYING
> */
>
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-28 22:41 ` Jiri Kosina
@ 2010-04-29 4:57 ` Paul Mackerras
2010-04-29 5:35 ` Tejun Heo
2010-04-30 7:55 ` Ingo Molnar
1 sibling, 1 reply; 17+ messages in thread
From: Paul Mackerras @ 2010-04-29 4:57 UTC (permalink / raw)
To: Jiri Kosina; +Cc: Tejun Heo, lkml
On Thu, Apr 29, 2010 at 12:41:33AM +0200, Jiri Kosina wrote:
> On Wed, 28 Apr 2010, Tejun Heo wrote:
>
> > The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and
> > causes annoying problems with some editors and tools. Use (C)
> > instead.
> >
> > Signed-off-by: Tejun Heo <tj@kernel.org>
> > Cc: Paul Mackerras <paulus@au1.ibm.com>
> > ---
> > I'm not really sure this would survive transport over mail in
> > appliable form, attaching the patch too just in case.
>
> It didn't survive :) But it was easy enough to fix by hand. Applied,
> thanks Tejun.
I tried to reply to this earlier but I think my reply vanished due to
a mail problem.
I don't want "(C)" in there because our lawyers tell me that it is
legally meaningless, but "Copyright" on its own is good enough.
So I would prefer that you either remove the (C) entirely or convert
the copyright symbol to proper UTF-8 (0xc2 0xa9).
Thanks,
Paul.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-28 21:55 ` Paul Mackerras
@ 2010-04-29 5:32 ` Tejun Heo
0 siblings, 0 replies; 17+ messages in thread
From: Tejun Heo @ 2010-04-29 5:32 UTC (permalink / raw)
To: Paul Mackerras; +Cc: trivial, lkml
Hello,
On 04/28/2010 11:55 PM, Paul Mackerras wrote:
> Trouble is, the lawyers tell us that "(C)" is legally meaningless.
Ah... okay.
> However, "Copyright" on its own is enough, so if the copyright symbol
> annoys you, we could just remove it.
That's relieving. It sure is an annoyance for anyone who's not on
latin-1. It's an outright invalid character and as you've seen it's
not easy to even send a patch changing it. IMHO, if it were something
which couldn't be avoided at all, encoding it using utf-8 would be
much more appropriate.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-29 4:57 ` Paul Mackerras
@ 2010-04-29 5:35 ` Tejun Heo
0 siblings, 0 replies; 17+ messages in thread
From: Tejun Heo @ 2010-04-29 5:35 UTC (permalink / raw)
To: Paul Mackerras; +Cc: Jiri Kosina, lkml
Hello,
On 04/29/2010 06:57 AM, Paul Mackerras wrote:
> I don't want "(C)" in there because our lawyers tell me that it is
> legally meaningless, but "Copyright" on its own is good enough.
The other lines contain the (C) so if it's not harming, let's leave it
like that. It might be legally meaningless but is textually /
aesthetically meaningful to your fellow coders. :-)
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-28 20:20 ` Tejun Heo
@ 2010-04-29 10:34 ` Harald Arnesen
0 siblings, 0 replies; 17+ messages in thread
From: Harald Arnesen @ 2010-04-29 10:34 UTC (permalink / raw)
To: Tejun Heo; +Cc: trivial, lkml, Paul Mackerras
Tejun Heo <tj@kernel.org> writes:
> On 04/28/2010 08:42 PM, Harald Arnesen wrote:
>> Tejun Heo <tj@kernel.org> writes:
>>
>>> The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and
>>> causes annoying problems with some editors and tools. Use (C)
>>> instead.
>>
>> Why do we need anything there at all?
>
> We don't necessarily need it but it's also pretty rude to strip
> other's copyright notices and other entries use (C), so.... :-)
I meant that:
Copyright © somename
Copyright (C) somename
Copyright somename
all have the same legal meaning.
--
Hilsen Harald.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-28 22:41 ` Jiri Kosina
2010-04-29 4:57 ` Paul Mackerras
@ 2010-04-30 7:55 ` Ingo Molnar
2010-04-30 7:59 ` Tejun Heo
2010-04-30 8:01 ` Jiri Kosina
1 sibling, 2 replies; 17+ messages in thread
From: Ingo Molnar @ 2010-04-30 7:55 UTC (permalink / raw)
To: Jiri Kosina; +Cc: Tejun Heo, lkml, Paul Mackerras
* Jiri Kosina <jkosina@suse.cz> wrote:
> On Wed, 28 Apr 2010, Tejun Heo wrote:
>
> > The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and
> > causes annoying problems with some editors and tools. Use (C)
> > instead.
> >
> > Signed-off-by: Tejun Heo <tj@kernel.org>
> > Cc: Paul Mackerras <paulus@au1.ibm.com>
> > ---
> > I'm not really sure this would survive transport over mail in
> > appliable form, attaching the patch too just in case.
>
> It didn't survive :) But it was easy enough to fix by hand. Applied,
> thanks Tejun.
NAK.
A similar patch was sent a few weeks ago, it was objected to and rejected -
the copyright character was used for legal reasons.
Jiri, in the future please dont apply 'trivial' patches that involve
subsystems that i co-maintain and which is not acked by any of the subsystem
maintainers.
Thanks,
Ingo
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-30 7:55 ` Ingo Molnar
@ 2010-04-30 7:59 ` Tejun Heo
2010-04-30 22:18 ` H. Peter Anvin
2010-04-30 8:01 ` Jiri Kosina
1 sibling, 1 reply; 17+ messages in thread
From: Tejun Heo @ 2010-04-30 7:59 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Jiri Kosina, lkml, Paul Mackerras
Hello,
On 04/30/2010 09:55 AM, Ingo Molnar wrote:
> A similar patch was sent a few weeks ago, it was objected to and rejected -
> the copyright character was used for legal reasons.
Paul says that "Copyright" is enough, so what are the legal reasons?
Also, if the copyright designator absolutely has to be there, then can
it be in UTF-8 at least?
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-30 7:55 ` Ingo Molnar
2010-04-30 7:59 ` Tejun Heo
@ 2010-04-30 8:01 ` Jiri Kosina
2010-04-30 8:37 ` Ingo Molnar
1 sibling, 1 reply; 17+ messages in thread
From: Jiri Kosina @ 2010-04-30 8:01 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Tejun Heo, lkml, Paul Mackerras
On Fri, 30 Apr 2010, Ingo Molnar wrote:
> > > The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and
> > > causes annoying problems with some editors and tools. Use (C)
> > > instead.
> > >
> > > Signed-off-by: Tejun Heo <tj@kernel.org>
> > > Cc: Paul Mackerras <paulus@au1.ibm.com>
> > > ---
> > > I'm not really sure this would survive transport over mail in
> > > appliable form, attaching the patch too just in case.
> >
> > It didn't survive :) But it was easy enough to fix by hand. Applied,
> > thanks Tejun.
>
> NAK.
>
> A similar patch was sent a few weeks ago, it was objected to and rejected -
> the copyright character was used for legal reasons.
Well, Paul himself stated that according to their lawyer department,
"Copyright" (which is there) is enough. So it made sense to remove invalid
(at least in some sense) character.
Also zillion of other files copyrighted by Paul contain "Copyright (C)".
If we really want this character there then, why not rather in UTF-8, so
that it works flawlessly?
> Jiri, in the future please dont apply 'trivial' patches that involve
> subsystems that i co-maintain and which is not acked by any of the subsystem
> maintainers.
OK, as you wish.
--
Jiri Kosina
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-30 8:01 ` Jiri Kosina
@ 2010-04-30 8:37 ` Ingo Molnar
2010-04-30 9:04 ` Jiri Kosina
0 siblings, 1 reply; 17+ messages in thread
From: Ingo Molnar @ 2010-04-30 8:37 UTC (permalink / raw)
To: Jiri Kosina; +Cc: Tejun Heo, lkml, Paul Mackerras
* Jiri Kosina <jkosina@suse.cz> wrote:
> On Fri, 30 Apr 2010, Ingo Molnar wrote:
>
> > > > The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and
> > > > causes annoying problems with some editors and tools. Use (C)
> > > > instead.
> > > >
> > > > Signed-off-by: Tejun Heo <tj@kernel.org>
> > > > Cc: Paul Mackerras <paulus@au1.ibm.com>
> > > > ---
> > > > I'm not really sure this would survive transport over mail in
> > > > appliable form, attaching the patch too just in case.
> > >
> > > It didn't survive :) But it was easy enough to fix by hand. Applied,
> > > thanks Tejun.
> >
> > NAK.
> >
> > A similar patch was sent a few weeks ago, it was objected to and rejected -
> > the copyright character was used for legal reasons.
>
> Well, Paul himself stated that according to their lawyer department,
> "Copyright" (which is there) is enough. So it made sense to remove invalid
> (at least in some sense) character.
>
> Also zillion of other files copyrighted by Paul contain "Copyright (C)".
>
> If we really want this character there then, why not rather in UTF-8, so
> that it works flawlessly?
It might be fine but i havent seen Paul reply to this thread - and this is my
point: _you_ should have waited for an ack from Paul (who is co-maintaining
that file) before applying it. The commit doesnt have it:
commit 62006c58a9a2d8b72b5b65301965bc444d43e22c
Author: Tejun Heo <tj@kernel.org>
Date: Wed Apr 28 11:30:31 2010 +0200
trivial: use (C) instead of \251
The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and
causes annoying problems with some editors and tools. Use (C)
instead.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Paul Mackerras <paulus@au1.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
We dont just go and change people's copyright notices, no matter how trivial
it may seem ...
Thanks,
Ingo
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-30 8:37 ` Ingo Molnar
@ 2010-04-30 9:04 ` Jiri Kosina
2010-04-30 9:28 ` Ingo Molnar
2010-05-01 0:34 ` Paul Mackerras
0 siblings, 2 replies; 17+ messages in thread
From: Jiri Kosina @ 2010-04-30 9:04 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Tejun Heo, lkml, Paul Mackerras
On Fri, 30 Apr 2010, Ingo Molnar wrote:
> > Well, Paul himself stated that according to their lawyer department,
> > "Copyright" (which is there) is enough. So it made sense to remove invalid
> > (at least in some sense) character.
> >
> > Also zillion of other files copyrighted by Paul contain "Copyright (C)".
> >
> > If we really want this character there then, why not rather in UTF-8, so
> > that it works flawlessly?
>
> It might be fine but i havent seen Paul reply to this thread - and this is my
> point: _you_ should have waited for an ack from Paul (who is co-maintaining
> that file) before applying it. The commit doesnt have it:
I got Pauls reply as "as soon as there is `Copyright', it's fine". If I
misunderstood it, sorry for that, and I'll drop the patch.
Paul, could you please send explicit Acked-by: or Naked-by:, so that
everything is in line?
Thanks,
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-30 9:04 ` Jiri Kosina
@ 2010-04-30 9:28 ` Ingo Molnar
2010-05-01 0:34 ` Paul Mackerras
1 sibling, 0 replies; 17+ messages in thread
From: Ingo Molnar @ 2010-04-30 9:28 UTC (permalink / raw)
To: Jiri Kosina; +Cc: Tejun Heo, lkml, Paul Mackerras
* Jiri Kosina <jkosina@suse.cz> wrote:
> On Fri, 30 Apr 2010, Ingo Molnar wrote:
>
> > > Well, Paul himself stated that according to their lawyer department,
> > > "Copyright" (which is there) is enough. So it made sense to remove invalid
> > > (at least in some sense) character.
> > >
> > > Also zillion of other files copyrighted by Paul contain "Copyright (C)".
> > >
> > > If we really want this character there then, why not rather in UTF-8, so
> > > that it works flawlessly?
> >
> > It might be fine but i havent seen Paul reply to this thread - and this is my
> > point: _you_ should have waited for an ack from Paul (who is co-maintaining
> > that file) before applying it. The commit doesnt have it:
>
> I got Pauls reply as "as soon as there is `Copyright', it's fine". [...]
If lkml was not Cc:-ed to that reply (which appears to be the case) then it's
worth asking for / waiting for an explicit ack.
> [...] If I misunderstood it, sorry for that, and I'll drop the patch.
>
> Paul, could you please send explicit Acked-by: or Naked-by:, so that
> everything is in line?
And in that case my NAK is moot.
Thanks,
Ingo
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-30 7:59 ` Tejun Heo
@ 2010-04-30 22:18 ` H. Peter Anvin
0 siblings, 0 replies; 17+ messages in thread
From: H. Peter Anvin @ 2010-04-30 22:18 UTC (permalink / raw)
To: Tejun Heo; +Cc: Ingo Molnar, Jiri Kosina, lkml, Paul Mackerras
On 04/30/2010 12:59 AM, Tejun Heo wrote:
> Hello,
>
> On 04/30/2010 09:55 AM, Ingo Molnar wrote:
>> A similar patch was sent a few weeks ago, it was objected to and rejected -
>> the copyright character was used for legal reasons.
>
> Paul says that "Copyright" is enough, so what are the legal reasons?
>
> Also, if the copyright designator absolutely has to be there, then can
> it be in UTF-8 at least?
>
> Thanks.
>
Transcoding to UTF-8 would seem appropriate. On the other hand, I am
most definitely not a lawyer.
-hpa
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] trivial: use (C) instead of \251
2010-04-30 9:04 ` Jiri Kosina
2010-04-30 9:28 ` Ingo Molnar
@ 2010-05-01 0:34 ` Paul Mackerras
1 sibling, 0 replies; 17+ messages in thread
From: Paul Mackerras @ 2010-05-01 0:34 UTC (permalink / raw)
To: Jiri Kosina; +Cc: Ingo Molnar, Tejun Heo, lkml, Paul Mackerras
On Fri, Apr 30, 2010 at 11:04:46AM +0200, Jiri Kosina wrote:
> On Fri, 30 Apr 2010, Ingo Molnar wrote:
>
> > > Well, Paul himself stated that according to their lawyer department,
> > > "Copyright" (which is there) is enough. So it made sense to remove invalid
> > > (at least in some sense) character.
> > >
> > > Also zillion of other files copyrighted by Paul contain "Copyright (C)".
> > >
> > > If we really want this character there then, why not rather in UTF-8, so
> > > that it works flawlessly?
> >
> > It might be fine but i havent seen Paul reply to this thread - and this is my
> > point: _you_ should have waited for an ack from Paul (who is co-maintaining
> > that file) before applying it. The commit doesnt have it:
>
> I got Pauls reply as "as soon as there is `Copyright', it's fine". If I
> misunderstood it, sorry for that, and I'll drop the patch.
>
> Paul, could you please send explicit Acked-by: or Naked-by:, so that
> everything is in line?
Nacked-by: Paul Mackerras <paulus@samba.org>
Please apply the patch I just sent that changes the encoding to
UTF-8.
I take your point that there are lots of other copyright notices in
the kernel with "(C)", including mine, and I'm not for a moment
suggesting that they are all invalid. Nevertheless, it seems that it
is better to use the proper copyright symbol rather than "(C)" for new
code, so I'd like to keep the copyright symbol here.
Paul.
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2010-05-01 0:34 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-28 9:30 [PATCH] trivial: use (C) instead of \251 Tejun Heo
2010-04-28 18:42 ` Harald Arnesen
2010-04-28 20:20 ` Tejun Heo
2010-04-29 10:34 ` Harald Arnesen
2010-04-28 21:55 ` Paul Mackerras
2010-04-29 5:32 ` Tejun Heo
2010-04-28 22:41 ` Jiri Kosina
2010-04-29 4:57 ` Paul Mackerras
2010-04-29 5:35 ` Tejun Heo
2010-04-30 7:55 ` Ingo Molnar
2010-04-30 7:59 ` Tejun Heo
2010-04-30 22:18 ` H. Peter Anvin
2010-04-30 8:01 ` Jiri Kosina
2010-04-30 8:37 ` Ingo Molnar
2010-04-30 9:04 ` Jiri Kosina
2010-04-30 9:28 ` Ingo Molnar
2010-05-01 0:34 ` Paul Mackerras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox