* [PATCH] fix Steven's Copyright typos
@ 2011-01-24 20:12 Uwe Kleine-König
2011-02-17 15:42 ` Jiri Kosina
0 siblings, 1 reply; 4+ messages in thread
From: Uwe Kleine-König @ 2011-01-24 20:12 UTC (permalink / raw)
To: linux-kernel; +Cc: Steven Rostedt
OK, the copyright allows you to write a copy, still I think the lawyers
prefer the correct spelling.
Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
scripts/kconfig/streamline_config.pl | 2 +-
tools/testing/ktest/ktest.pl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
index fd81fc3..a4fe923 100644
--- a/scripts/kconfig/streamline_config.pl
+++ b/scripts/kconfig/streamline_config.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# Copywrite 2005-2009 - Steven Rostedt
+# Copyright 2005-2009 - Steven Rostedt
# Licensed under the terms of the GNU GPL License version 2
#
# It's simple enough to figure out how this works.
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index e1c62ee..ba7c63a 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# Copywrite 2010 - Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
+# Copyright 2010 - Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
# Licensed under the terms of the GNU GPL License version 2
#
--
1.7.2.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] fix Steven's Copyright typos
2011-01-24 20:12 [PATCH] fix Steven's Copyright typos Uwe Kleine-König
@ 2011-02-17 15:42 ` Jiri Kosina
2011-02-17 19:51 ` Uwe Kleine-König
2011-02-17 20:02 ` Steven Rostedt
0 siblings, 2 replies; 4+ messages in thread
From: Jiri Kosina @ 2011-02-17 15:42 UTC (permalink / raw)
To: Uwe Kleine-König; +Cc: linux-kernel, Steven Rostedt
On Mon, 24 Jan 2011, Uwe Kleine-König wrote:
> OK, the copyright allows you to write a copy, still I think the lawyers
> prefer the correct spelling.
>
> Cc: Steven Rostedt <rostedt@goodmis.org>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
> scripts/kconfig/streamline_config.pl | 2 +-
> tools/testing/ktest/ktest.pl | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
> index fd81fc3..a4fe923 100644
> --- a/scripts/kconfig/streamline_config.pl
> +++ b/scripts/kconfig/streamline_config.pl
> @@ -1,6 +1,6 @@
> #!/usr/bin/perl -w
> #
> -# Copywrite 2005-2009 - Steven Rostedt
> +# Copyright 2005-2009 - Steven Rostedt
> # Licensed under the terms of the GNU GPL License version 2
> #
> # It's simple enough to figure out how this works.
> diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
> index e1c62ee..ba7c63a 100755
> --- a/tools/testing/ktest/ktest.pl
> +++ b/tools/testing/ktest/ktest.pl
> @@ -1,6 +1,6 @@
> #!/usr/bin/perl -w
> #
> -# Copywrite 2010 - Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
> +# Copyright 2010 - Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
> # Licensed under the terms of the GNU GPL License version 2
> #
I prefer not to fiddle with anything surrounding the Copyright lines
without explicit permission of the copyright holder.
Steven? :)
Thanks,
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] fix Steven's Copyright typos
2011-02-17 15:42 ` Jiri Kosina
@ 2011-02-17 19:51 ` Uwe Kleine-König
2011-02-17 20:02 ` Steven Rostedt
1 sibling, 0 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2011-02-17 19:51 UTC (permalink / raw)
To: Jiri Kosina; +Cc: linux-kernel, Steven Rostedt
Hi Jiri,
On Thu, Feb 17, 2011 at 04:42:56PM +0100, Jiri Kosina wrote:
> On Mon, 24 Jan 2011, Uwe Kleine-König wrote:
>
> > OK, the copyright allows you to write a copy, still I think the lawyers
> > prefer the correct spelling.
> >
> > Cc: Steven Rostedt <rostedt@goodmis.org>
> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > ---
> > scripts/kconfig/streamline_config.pl | 2 +-
> > tools/testing/ktest/ktest.pl | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
> > index fd81fc3..a4fe923 100644
> > --- a/scripts/kconfig/streamline_config.pl
> > +++ b/scripts/kconfig/streamline_config.pl
> > @@ -1,6 +1,6 @@
> > #!/usr/bin/perl -w
> > #
> > -# Copywrite 2005-2009 - Steven Rostedt
> > +# Copyright 2005-2009 - Steven Rostedt
> > # Licensed under the terms of the GNU GPL License version 2
> > #
> > # It's simple enough to figure out how this works.
> > diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
> > index e1c62ee..ba7c63a 100755
> > --- a/tools/testing/ktest/ktest.pl
> > +++ b/tools/testing/ktest/ktest.pl
> > @@ -1,6 +1,6 @@
> > #!/usr/bin/perl -w
> > #
> > -# Copywrite 2010 - Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
> > +# Copyright 2010 - Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
> > # Licensed under the terms of the GNU GPL License version 2
> > #
>
> I prefer not to fiddle with anything surrounding the Copyright lines
> without explicit permission of the copyright holder.
the patch is already in tip
Thanks
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] fix Steven's Copyright typos
2011-02-17 15:42 ` Jiri Kosina
2011-02-17 19:51 ` Uwe Kleine-König
@ 2011-02-17 20:02 ` Steven Rostedt
1 sibling, 0 replies; 4+ messages in thread
From: Steven Rostedt @ 2011-02-17 20:02 UTC (permalink / raw)
To: Jiri Kosina; +Cc: Uwe Kleine-König, linux-kernel
On Thu, 2011-02-17 at 16:42 +0100, Jiri Kosina wrote:
> On Mon, 24 Jan 2011, Uwe Kleine-König wrote:
>
> > OK, the copyright allows you to write a copy, still I think the lawyers
> > prefer the correct spelling.
> >
> > Cc: Steven Rostedt <rostedt@goodmis.org>
> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > ---
> > scripts/kconfig/streamline_config.pl | 2 +-
> > tools/testing/ktest/ktest.pl | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
> > index fd81fc3..a4fe923 100644
> > --- a/scripts/kconfig/streamline_config.pl
> > +++ b/scripts/kconfig/streamline_config.pl
> > @@ -1,6 +1,6 @@
> > #!/usr/bin/perl -w
> > #
> > -# Copywrite 2005-2009 - Steven Rostedt
> > +# Copyright 2005-2009 - Steven Rostedt
> > # Licensed under the terms of the GNU GPL License version 2
> > #
> > # It's simple enough to figure out how this works.
> > diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
> > index e1c62ee..ba7c63a 100755
> > --- a/tools/testing/ktest/ktest.pl
> > +++ b/tools/testing/ktest/ktest.pl
> > @@ -1,6 +1,6 @@
> > #!/usr/bin/perl -w
> > #
> > -# Copywrite 2010 - Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
> > +# Copyright 2010 - Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
> > # Licensed under the terms of the GNU GPL License version 2
> > #
>
> I prefer not to fiddle with anything surrounding the Copyright lines
> without explicit permission of the copyright holder.
>
> Steven? :)
Hi Jiri,
Thanks for the concern, but I'm the one that pulled them in. And I
talked with Uwe about this on IRC before hand.
-- Steve
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-02-17 20:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-24 20:12 [PATCH] fix Steven's Copyright typos Uwe Kleine-König
2011-02-17 15:42 ` Jiri Kosina
2011-02-17 19:51 ` Uwe Kleine-König
2011-02-17 20:02 ` Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®