mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
[DCCP]: Update contact details and copyright
Just updating copyright and contacts Signed off by: Ian McDonald <ian.mcdonald@jandi.co.nz> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f3166c0717
commit
e6bccd3573
11 changed files with 16 additions and 16 deletions
2
CREDITS
2
CREDITS
|
@ -2209,7 +2209,7 @@ S: (address available on request)
|
||||||
S: USA
|
S: USA
|
||||||
|
|
||||||
N: Ian McDonald
|
N: Ian McDonald
|
||||||
E: iam4@cs.waikato.ac.nz
|
E: ian.mcdonald@jandi.co.nz
|
||||||
E: imcdnzl@gmail.com
|
E: imcdnzl@gmail.com
|
||||||
W: http://wand.net.nz/~iam4
|
W: http://wand.net.nz/~iam4
|
||||||
W: http://imcdnzl.blogspot.com
|
W: http://imcdnzl.blogspot.com
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* net/dccp/ccids/ccid3.c
|
* net/dccp/ccids/ccid3.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
|
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
|
||||||
* Copyright (c) 2005-6 Ian McDonald <imcdnzl@gmail.com>
|
* Copyright (c) 2005-6 Ian McDonald <ian.mcdonald@jandi.co.nz>
|
||||||
*
|
*
|
||||||
* An implementation of the DCCP protocol
|
* An implementation of the DCCP protocol
|
||||||
*
|
*
|
||||||
|
@ -1230,7 +1230,7 @@ static __exit void ccid3_module_exit(void)
|
||||||
}
|
}
|
||||||
module_exit(ccid3_module_exit);
|
module_exit(ccid3_module_exit);
|
||||||
|
|
||||||
MODULE_AUTHOR("Ian McDonald <iam4@cs.waikato.ac.nz>, "
|
MODULE_AUTHOR("Ian McDonald <ian.mcdonald@jandi.co.nz>, "
|
||||||
"Arnaldo Carvalho de Melo <acme@ghostprotocols.net>");
|
"Arnaldo Carvalho de Melo <acme@ghostprotocols.net>");
|
||||||
MODULE_DESCRIPTION("DCCP TFRC CCID3 CCID");
|
MODULE_DESCRIPTION("DCCP TFRC CCID3 CCID");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
/*
|
/*
|
||||||
* net/dccp/ccids/ccid3.h
|
* 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
|
* An implementation of the DCCP protocol
|
||||||
*
|
*
|
||||||
* This code has been developed by the University of Waikato WAND
|
* This code has been developed by the University of Waikato WAND
|
||||||
* research group. For further information please see http://www.wand.net.nz/
|
* research group. For further information please see http://www.wand.net.nz/
|
||||||
* or e-mail Ian McDonald - iam4@cs.waikato.ac.nz
|
* or e-mail Ian McDonald - ian.mcdonald@jandi.co.nz
|
||||||
*
|
*
|
||||||
* This code also uses code from Lulea University, rereleased as GPL by its
|
* This code also uses code from Lulea University, rereleased as GPL by its
|
||||||
* authors:
|
* authors:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* net/dccp/ccids/lib/loss_interval.c
|
* net/dccp/ccids/lib/loss_interval.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
|
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
|
||||||
* Copyright (c) 2005 Ian McDonald <iam4@cs.waikato.ac.nz>
|
* Copyright (c) 2005-6 Ian McDonald <ian.mcdonald@jandi.co.nz>
|
||||||
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
|
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* net/dccp/ccids/lib/loss_interval.h
|
* net/dccp/ccids/lib/loss_interval.h
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
|
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
|
||||||
* Copyright (c) 2005 Ian McDonald <iam4@cs.waikato.ac.nz>
|
* Copyright (c) 2005 Ian McDonald <ian.mcdonald@jandi.co.nz>
|
||||||
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
|
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
/*
|
/*
|
||||||
* net/dccp/packet_history.c
|
* 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
|
* An implementation of the DCCP protocol
|
||||||
*
|
*
|
||||||
* This code has been developed by the University of Waikato WAND
|
* This code has been developed by the University of Waikato WAND
|
||||||
* research group. For further information please see http://www.wand.net.nz/
|
* research group. For further information please see http://www.wand.net.nz/
|
||||||
* or e-mail Ian McDonald - iam4@cs.waikato.ac.nz
|
* or e-mail Ian McDonald - ian.mcdonald@jandi.co.nz
|
||||||
*
|
*
|
||||||
* This code also uses code from Lulea University, rereleased as GPL by its
|
* This code also uses code from Lulea University, rereleased as GPL by its
|
||||||
* authors:
|
* authors:
|
||||||
|
@ -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);
|
EXPORT_SYMBOL_GPL(dccp_tx_hist_purge);
|
||||||
|
|
||||||
MODULE_AUTHOR("Ian McDonald <iam4@cs.waikato.ac.nz>, "
|
MODULE_AUTHOR("Ian McDonald <ian.mcdonald@jandi.co.nz>, "
|
||||||
"Arnaldo Carvalho de Melo <acme@ghostprotocols.net>");
|
"Arnaldo Carvalho de Melo <acme@ghostprotocols.net>");
|
||||||
MODULE_DESCRIPTION("DCCP TFRC library");
|
MODULE_DESCRIPTION("DCCP TFRC library");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
/*
|
/*
|
||||||
* net/dccp/packet_history.h
|
* 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
|
* An implementation of the DCCP protocol
|
||||||
*
|
*
|
||||||
* This code has been developed by the University of Waikato WAND
|
* This code has been developed by the University of Waikato WAND
|
||||||
* research group. For further information please see http://www.wand.net.nz/
|
* research group. For further information please see http://www.wand.net.nz/
|
||||||
* or e-mail Ian McDonald - iam4@cs.waikato.ac.nz
|
* or e-mail Ian McDonald - ian.mcdonald@jandi.co.nz
|
||||||
*
|
*
|
||||||
* This code also uses code from Lulea University, rereleased as GPL by its
|
* This code also uses code from Lulea University, rereleased as GPL by its
|
||||||
* authors:
|
* authors:
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* net/dccp/ccids/lib/tfrc.h
|
* net/dccp/ccids/lib/tfrc.h
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
|
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
|
||||||
* Copyright (c) 2005 Ian McDonald <iam4@cs.waikato.ac.nz>
|
* Copyright (c) 2005 Ian McDonald <ian.mcdonald@jandi.co.nz>
|
||||||
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
|
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
|
||||||
* Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon
|
* Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* net/dccp/ccids/lib/tfrc_equation.c
|
* net/dccp/ccids/lib/tfrc_equation.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
|
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
|
||||||
* Copyright (c) 2005 Ian McDonald <iam4@cs.waikato.ac.nz>
|
* Copyright (c) 2005 Ian McDonald <ian.mcdonald@jandi.co.nz>
|
||||||
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
|
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
|
||||||
* Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon
|
* Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon
|
||||||
*
|
*
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* An implementation of the DCCP protocol
|
* An implementation of the DCCP protocol
|
||||||
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
|
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
|
||||||
* Copyright (c) 2005 Ian McDonald <iam4@cs.waikato.ac.nz>
|
* Copyright (c) 2005-6 Ian McDonald <ian.mcdonald@jandi.co.nz>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* 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
|
* under the terms of the GNU General Public License version 2 as
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* An implementation of the DCCP protocol
|
* An implementation of the DCCP protocol
|
||||||
* Copyright (c) 2005 Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>
|
* Copyright (c) 2005 Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>
|
||||||
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
|
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
|
||||||
* Copyright (c) 2005 Ian McDonald <iam4@cs.waikato.ac.nz>
|
* Copyright (c) 2005 Ian McDonald <ian.mcdonald@jandi.co.nz>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
|
Loading…
Reference in a new issue