Skip to content

Commit

Permalink
[DCCP]: Update contact details and copyright
Browse files Browse the repository at this point in the history
Just updating copyright and contacts

Signed off by: Ian McDonald <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
imcdnzl authored and davem330 committed Aug 27, 2006
1 parent f3166c0 commit e6bccd3
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -2209,7 +2209,7 @@ S: (address available on request)
S: USA

N: Ian McDonald
E: [email protected].nz
E: [email protected].nz
E: [email protected]
W: http://wand.net.nz/~iam4
W: http://imcdnzl.blogspot.com
Expand Down
4 changes: 2 additions & 2 deletions net/dccp/ccids/ccid3.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* net/dccp/ccids/ccid3.c
*
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
* Copyright (c) 2005-6 Ian McDonald <[email protected]>
* Copyright (c) 2005-6 Ian McDonald <[email protected]>
*
* An implementation of the DCCP protocol
*
Expand Down Expand Up @@ -1230,7 +1230,7 @@ static __exit void ccid3_module_exit(void)
}
module_exit(ccid3_module_exit);

MODULE_AUTHOR("Ian McDonald <[email protected].nz>, "
MODULE_AUTHOR("Ian McDonald <[email protected].nz>, "
"Arnaldo Carvalho de Melo <[email protected]>");
MODULE_DESCRIPTION("DCCP TFRC CCID3 CCID");
MODULE_LICENSE("GPL");
Expand Down
4 changes: 2 additions & 2 deletions net/dccp/ccids/ccid3.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* net/dccp/ccids/ccid3.h
*
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
* Copyright (c) 2005-6 The University of Waikato, Hamilton, New Zealand.
*
* An implementation of the DCCP protocol
*
* This code has been developed by the University of Waikato WAND
* research group. For further information please see http://www.wand.net.nz/
* or e-mail Ian McDonald - [email protected].nz
* or e-mail Ian McDonald - [email protected].nz
*
* This code also uses code from Lulea University, rereleased as GPL by its
* authors:
Expand Down
2 changes: 1 addition & 1 deletion net/dccp/ccids/lib/loss_interval.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* net/dccp/ccids/lib/loss_interval.c
*
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
* Copyright (c) 2005 Ian McDonald <[email protected].nz>
* Copyright (c) 2005-6 Ian McDonald <[email protected].nz>
* Copyright (c) 2005 Arnaldo Carvalho de Melo <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion net/dccp/ccids/lib/loss_interval.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* net/dccp/ccids/lib/loss_interval.h
*
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
* Copyright (c) 2005 Ian McDonald <[email protected].nz>
* Copyright (c) 2005 Ian McDonald <[email protected].nz>
* Copyright (c) 2005 Arnaldo Carvalho de Melo <[email protected]>
*
* This program is free software; you can redistribute it and/or modify it
Expand Down
6 changes: 3 additions & 3 deletions net/dccp/ccids/lib/packet_history.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* net/dccp/packet_history.c
*
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
* Copyright (c) 2005-6 The University of Waikato, Hamilton, New Zealand.
*
* An implementation of the DCCP protocol
*
* This code has been developed by the University of Waikato WAND
* research group. For further information please see http://www.wand.net.nz/
* or e-mail Ian McDonald - [email protected].nz
* or e-mail Ian McDonald - [email protected].nz
*
* This code also uses code from Lulea University, rereleased as GPL by its
* authors:
Expand Down Expand Up @@ -391,7 +391,7 @@ void dccp_tx_hist_purge(struct dccp_tx_hist *hist, struct list_head *list)

EXPORT_SYMBOL_GPL(dccp_tx_hist_purge);

MODULE_AUTHOR("Ian McDonald <[email protected].nz>, "
MODULE_AUTHOR("Ian McDonald <[email protected].nz>, "
"Arnaldo Carvalho de Melo <[email protected]>");
MODULE_DESCRIPTION("DCCP TFRC library");
MODULE_LICENSE("GPL");
4 changes: 2 additions & 2 deletions net/dccp/ccids/lib/packet_history.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* net/dccp/packet_history.h
*
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
* Copyright (c) 2005-6 The University of Waikato, Hamilton, New Zealand.
*
* An implementation of the DCCP protocol
*
* This code has been developed by the University of Waikato WAND
* research group. For further information please see http://www.wand.net.nz/
* or e-mail Ian McDonald - [email protected].nz
* or e-mail Ian McDonald - [email protected].nz
*
* This code also uses code from Lulea University, rereleased as GPL by its
* authors:
Expand Down
2 changes: 1 addition & 1 deletion net/dccp/ccids/lib/tfrc.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* net/dccp/ccids/lib/tfrc.h
*
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
* Copyright (c) 2005 Ian McDonald <[email protected].nz>
* Copyright (c) 2005 Ian McDonald <[email protected].nz>
* Copyright (c) 2005 Arnaldo Carvalho de Melo <[email protected]>
* Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon
*
Expand Down
2 changes: 1 addition & 1 deletion net/dccp/ccids/lib/tfrc_equation.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* net/dccp/ccids/lib/tfrc_equation.c
*
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
* Copyright (c) 2005 Ian McDonald <[email protected].nz>
* Copyright (c) 2005 Ian McDonald <[email protected].nz>
* Copyright (c) 2005 Arnaldo Carvalho de Melo <[email protected]>
* Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon
*
Expand Down
2 changes: 1 addition & 1 deletion net/dccp/dccp.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* An implementation of the DCCP protocol
* Copyright (c) 2005 Arnaldo Carvalho de Melo <[email protected]>
* Copyright (c) 2005 Ian McDonald <[email protected].nz>
* Copyright (c) 2005-6 Ian McDonald <[email protected].nz>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as
Expand Down
2 changes: 1 addition & 1 deletion net/dccp/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* An implementation of the DCCP protocol
* Copyright (c) 2005 Aristeu Sergio Rozanski Filho <[email protected]>
* Copyright (c) 2005 Arnaldo Carvalho de Melo <[email protected]>
* Copyright (c) 2005 Ian McDonald <[email protected].nz>
* Copyright (c) 2005 Ian McDonald <[email protected].nz>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand Down

0 comments on commit e6bccd3

Please sign in to comment.