Signed-off-by: Leandro Sales <leandro@xxxxxxxxxxxxxxxxxxxx> diff -uprN dccp-ccid4.base/net/dccp/ccids/ccid4.c dccp-ccid4/net/dccp/ccids/ccid4.c --- dccp-ccid4.base/net/dccp/ccids/ccid4.c 2007-09-20 11:45:30.000000000 -0300 +++ dccp-ccid4/net/dccp/ccids/ccid4.c 2007-09-20 13:57:32.000000000 -0300 @@ -1,15 +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@xxxxxxxxxxx> * * An implementation of the DCCP protocol * + * 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 University of Helsinki + * For further information please see + * http://embedded.ufcg.edu.br/ <leandro@xxxxxxxxxxxxxxxxxxxx> + * http://www.iki.fi/ <wnd@xxxxxx> + * + * 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@xxxxxxxxxxx * * This code also uses code from Lulea University, rereleased as GPL by its * authors: diff -uprN dccp-ccid4.base/net/dccp/ccids/ccid4.h dccp-ccid4/net/dccp/ccids/ccid4.h --- dccp-ccid4.base/net/dccp/ccids/ccid4.h 2007-09-20 11:45:30.000000000 -0300 +++ dccp-ccid4/net/dccp/ccids/ccid4.h 2007-09-20 13:55:52.000000000 -0300 @@ -3,12 +3,23 @@ /* * net/dccp/ccids/ccid4.h * + * 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 * + * 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 University of Helsinki + * For further information please see + * http://embedded.ufcg.edu.br/ <leandro@xxxxxxxxxxxxxxxxxxxx> + * http://www.iki.fi/ <wnd@xxxxxx> + * + * 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@xxxxxxxxxxx - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html