All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
@ 2007-10-31 23:21 Leandro
  2007-11-01 12:22 ` [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel Tommi Saviranta
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Leandro @ 2007-10-31 23:21 UTC (permalink / raw)
  To: dccp

[CCID-4] Adjustments of the ccid-4 copyright and kernel module authors

Signed-off-by: Leandro Melo de Sales <leandro@embedded.ufcg.edu.br>
Signed-off-by: Tommi Saviranta <wnd@iki.fi>

Index: leandro.new/net/dccp/ccids/ccid4.c
=================================--- leandro.new.orig/net/dccp/ccids/ccid4.c
+++ leandro.new/net/dccp/ccids/ccid4.c
@@ -1,14 +1,26 @@
 /*
  *  net/dccp/ccids/ccid4.c
  *
+ *  Copyright (c) 2007   Federal University of Campina Grande, Paraiba, BR.
+ *  Copyright (c) 2007   University of Helsinki, Finland.
  *  Copyright (c) 2007   The University of Aberdeen, Scotland, UK
  *  Copyright (c) 2005-7 The University of Waikato, Hamilton, New Zealand.
- *  Copyright (c) 2005-7 Ian McDonald <ian.mcdonald@jandi.co.nz>
  *
  *  An implementation of the DCCP protocol
  *
- *  This code has been developed by the University of Waikato WAND
+ *  Copyrithg (c) 2007 Leandro Sales, Tommi Saviranta
+ *
+ *  This code has been developed by the Federal University of Campina Grande
+ *  Embedded Systems and Pervasive Computing Lab and the Department of Computer
+ *  Science at the University of Helsinki. For further information please see
+ *  http://embedded.ufcg.edu.br/ <leandroal@gmail.com>
+ *  http://www.iki.fi/ <wnd@iki.fi>
+ *
+ *  Copyrithg (c) 2005-7 Ian McDonald
+ *
+ *  This code is based on code developed by the University of Waikato WAND
  *  research group. For further information please see http://www.wand.net.nz/
+ *  or e-mail Ian McDonald - ian.mcdonald@jandi.co.nz
  *
  *  This code also uses code from Lulea University, rereleased as GPL by its
  *  authors:
@@ -960,8 +972,8 @@ static __exit void ccid4_module_exit(voi
 }
 module_exit(ccid4_module_exit);
 
-MODULE_AUTHOR("Ian McDonald <ian.mcdonald@jandi.co.nz>, "
-	      "Arnaldo Carvalho de Melo <acme@ghostprotocols.net>");
+MODULE_AUTHOR("Leandro Melo de Sales <leandroal@gmail.com>, "
+	      "Tommi Saviranta <wnd@iki.fi>");
 MODULE_DESCRIPTION("DCCP TFRC CCID4 CCID");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("net-dccp-ccid-4");
Index: leandro.new/net/dccp/ccids/ccid4.h
=================================--- leandro.new.orig/net/dccp/ccids/ccid4.h
+++ leandro.new/net/dccp/ccids/ccid4.h
@@ -1,14 +1,26 @@
 #ifndef _DCCP_CCID4_H_
 #define _DCCP_CCID4_H_
 /*
- *  net/dccp/ccids/ccid4.h
+ *  net/dccp/ccids/ccid4.c
  *
+ *  Copyright (c) 2007   Federal University of Campina Grande, Paraiba, BR.
+ *  Copyright (c) 2007   University of Helsinki, Finland.
  *  Copyright (c) 2007   The University of Aberdeen, Scotland, UK
  *  Copyright (c) 2005-7 The University of Waikato, Hamilton, New Zealand.
  *
  *  An implementation of the DCCP protocol
  *
- *  This code has been developed by the University of Waikato WAND
+ *  Copyrithg (c) 2007 Leandro Sales, Tommi Saviranta
+ *
+ *  This code has been developed by the Federal University of Campina Grande
+ *  Embedded Systems and Pervasive Computing Lab and the Department of Computer
+ *  Science at the University of Helsinki. For further information please see
+ *  http://embedded.ufcg.edu.br/ <leandroal@gmail.com>
+ *  http://www.iki.fi/ <wnd@iki.fi>
+ *
+ *  Copyrithg (c) 2005-7 Ian McDonald
+ *
+ *  This code is based on code developed by the University of Waikato WAND
  *  research group. For further information please see http://www.wand.net.nz/
  *  or e-mail Ian McDonald - ian.mcdonald@jandi.co.nz
  *

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel
  2007-10-31 23:21 [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors Leandro
@ 2007-11-01 12:22 ` Tommi Saviranta
  2007-11-01 12:24 ` Arnaldo Carvalho de Melo
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Tommi Saviranta @ 2007-11-01 12:22 UTC (permalink / raw)
  To: dccp

On Wed, Oct 31, 2007 at 20:21:53 -0300, Leandro wrote:
> [CCID-4] Adjustments of the ccid-4 copyright and kernel module authors
> 
> Signed-off-by: Leandro Melo de Sales <leandro@embedded.ufcg.edu.br>
> Signed-off-by: Tommi Saviranta <wnd@iki.fi>
> 
> Index: leandro.new/net/dccp/ccids/ccid4.h
> =================================> --- leandro.new.orig/net/dccp/ccids/ccid4.h
> +++ leandro.new/net/dccp/ccids/ccid4.h
> @@ -1,14 +1,26 @@
>  #ifndef _DCCP_CCID4_H_
>  #define _DCCP_CCID4_H_
>  /*
> - *  net/dccp/ccids/ccid4.h
> + *  net/dccp/ccids/ccid4.c

Is this intentional? ccid2.h and ccid3.h both have ccidX.h.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel
  2007-10-31 23:21 [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors Leandro
  2007-11-01 12:22 ` [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel Tommi Saviranta
@ 2007-11-01 12:24 ` Arnaldo Carvalho de Melo
  2007-11-01 12:34 ` Tommi Saviranta
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Arnaldo Carvalho de Melo @ 2007-11-01 12:24 UTC (permalink / raw)
  To: dccp

Em Thu, Nov 01, 2007 at 02:22:49PM +0200, Tommi Saviranta escreveu:
> On Wed, Oct 31, 2007 at 20:21:53 -0300, Leandro wrote:
> > [CCID-4] Adjustments of the ccid-4 copyright and kernel module authors
> > 
> > Signed-off-by: Leandro Melo de Sales <leandro@embedded.ufcg.edu.br>
> > Signed-off-by: Tommi Saviranta <wnd@iki.fi>
> > 
> > Index: leandro.new/net/dccp/ccids/ccid4.h
> > =================================> > --- leandro.new.orig/net/dccp/ccids/ccid4.h
> > +++ leandro.new/net/dccp/ccids/ccid4.h
> > @@ -1,14 +1,26 @@
> >  #ifndef _DCCP_CCID4_H_
> >  #define _DCCP_CCID4_H_
> >  /*
> > - *  net/dccp/ccids/ccid4.h
> > + *  net/dccp/ccids/ccid4.c
> 
> Is this intentional? ccid2.h and ccid3.h both have ccidX.h.

I suggest just removing the file name altogether. Dave Jones has been
doing this and I agree with him that the names in these files are not
useful.

- Arnaldo

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel
  2007-10-31 23:21 [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors Leandro
  2007-11-01 12:22 ` [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel Tommi Saviranta
  2007-11-01 12:24 ` Arnaldo Carvalho de Melo
@ 2007-11-01 12:34 ` Tommi Saviranta
  2007-11-01 16:14 ` [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors Łeandro Sales
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Tommi Saviranta @ 2007-11-01 12:34 UTC (permalink / raw)
  To: dccp

On Thu, Nov 01, 2007 at 10:24:44 -0200, Arnaldo Carvalho de Melo wrote:
> Em Thu, Nov 01, 2007 at 02:22:49PM +0200, Tommi Saviranta escreveu:
> > On Wed, Oct 31, 2007 at 20:21:53 -0300, Leandro wrote:
> > > - *  net/dccp/ccids/ccid4.h
> > > + *  net/dccp/ccids/ccid4.c
> > 
> > Is this intentional? ccid2.h and ccid3.h both have ccidX.h.
> 
> I suggest just removing the file name altogether. Dave Jones has been
> doing this and I agree with him that the names in these files are not
> useful.

Agreed.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
  2007-10-31 23:21 [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors Leandro
                   ` (2 preceding siblings ...)
  2007-11-01 12:34 ` Tommi Saviranta
@ 2007-11-01 16:14 ` Łeandro Sales
  2007-11-03  0:35 ` Ian McDonald
  2007-11-08  9:57 ` Gerrit Renker
  5 siblings, 0 replies; 7+ messages in thread
From: Łeandro Sales @ 2007-11-01 16:14 UTC (permalink / raw)
  To: dccp

2007/11/1, Tommi Saviranta <wnd@iki.fi>:
> On Thu, Nov 01, 2007 at 10:24:44 -0200, Arnaldo Carvalho de Melo wrote:
> > Em Thu, Nov 01, 2007 at 02:22:49PM +0200, Tommi Saviranta escreveu:
> > > On Wed, Oct 31, 2007 at 20:21:53 -0300, Leandro wrote:
> > > > - *  net/dccp/ccids/ccid4.h
> > > > + *  net/dccp/ccids/ccid4.c
> > >
> > > Is this intentional? ccid2.h and ccid3.h both have ccidX.h.
> >
> > I suggest just removing the file name altogether. Dave Jones has been
> > doing this and I agree with him that the names in these files are not
> > useful.
>
> Agreed.
>
>

It was not intentional, it was a wrong copy & paste operation, and I
already notice this, but I didn't want to release a patch just to fix
this, then I fix and when I provide new changes, I would include this
one, but since Arnaldo mentioned that this can be removed, and you
agreed, I will remove it in the next patch set.

[]s
Leandro.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
  2007-10-31 23:21 [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors Leandro
                   ` (3 preceding siblings ...)
  2007-11-01 16:14 ` [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors Łeandro Sales
@ 2007-11-03  0:35 ` Ian McDonald
  2007-11-08  9:57 ` Gerrit Renker
  5 siblings, 0 replies; 7+ messages in thread
From: Ian McDonald @ 2007-11-03  0:35 UTC (permalink / raw)
  To: dccp

On 11/1/07, Leandro <leandroal@gmail.com> wrote:
> + *  Copyrithg (c) 2007 Leandro Sales, Tommi Saviranta

Misspelling of copyright - this has been done several times in this patch.
-- 
Web1: http://wand.net.nz/~iam4/
Web2: http://www.jandi.co.nz
Blog: http://iansblog.jandi.co.nz

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
  2007-10-31 23:21 [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors Leandro
                   ` (4 preceding siblings ...)
  2007-11-03  0:35 ` Ian McDonald
@ 2007-11-08  9:57 ` Gerrit Renker
  5 siblings, 0 replies; 7+ messages in thread
From: Gerrit Renker @ 2007-11-08  9:57 UTC (permalink / raw)
  To: dccp

Quoting Ian McDonald:
| > + *  Copyrithg (c) 2007 Leandro Sales, Tommi Saviranta
| 
| Misspelling of copyright - this has been done several times in this patch.

I have done 	s/Copyrithg/Copyright/g  here.

If you want to take out the filenames in the comments as well, as suggested by
Arnaldo/Tommi, email me. Otherwise, I'll just wait for new patches.

Gerrit

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-11-08  9:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-31 23:21 [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors Leandro
2007-11-01 12:22 ` [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel Tommi Saviranta
2007-11-01 12:24 ` Arnaldo Carvalho de Melo
2007-11-01 12:34 ` Tommi Saviranta
2007-11-01 16:14 ` [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors Łeandro Sales
2007-11-03  0:35 ` Ian McDonald
2007-11-08  9:57 ` Gerrit Renker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.