diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-19 13:43:20 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-19 13:43:20 +0000 |
commit | bb5fe91d23b0938baa3c4f0e92a83df659df216a (patch) | |
tree | 407c5cea3c05703455e80ff2fe81130cba883216 /src/nat | |
parent | 71e181512d1cd61d3865f93f5b85b208b5720ba5 (diff) |
-fix (C) notices
Diffstat (limited to 'src/nat')
-rw-r--r-- | src/nat/gnunet-helper-nat-client-windows.c | 2 | ||||
-rw-r--r-- | src/nat/gnunet-helper-nat-client.c | 2 | ||||
-rw-r--r-- | src/nat/gnunet-helper-nat-server-windows.c | 2 | ||||
-rw-r--r-- | src/nat/gnunet-helper-nat-server.c | 2 | ||||
-rw-r--r-- | src/nat/gnunet-nat-server.c | 2 | ||||
-rw-r--r-- | src/nat/gnunet-nat.c | 2 | ||||
-rw-r--r-- | src/nat/nat.c | 2 | ||||
-rw-r--r-- | src/nat/nat.h | 2 | ||||
-rw-r--r-- | src/nat/nat_auto.c | 2 | ||||
-rw-r--r-- | src/nat/nat_mini.c | 2 | ||||
-rw-r--r-- | src/nat/nat_stun.c | 2 | ||||
-rw-r--r-- | src/nat/nat_stun.h | 2 | ||||
-rw-r--r-- | src/nat/nat_test.c | 2 | ||||
-rw-r--r-- | src/nat/test_nat.c | 2 | ||||
-rw-r--r-- | src/nat/test_nat_mini.c | 2 | ||||
-rw-r--r-- | src/nat/test_nat_test.c | 2 | ||||
-rw-r--r-- | src/nat/test_stun.c | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/src/nat/gnunet-helper-nat-client-windows.c b/src/nat/gnunet-helper-nat-client-windows.c index e2324b08e4..fd2fbd7161 100644 --- a/src/nat/gnunet-helper-nat-client-windows.c +++ b/src/nat/gnunet-helper-nat-client-windows.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2010 Christian Grothoff (and other contributing authors) + Copyright (C) 2010 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/gnunet-helper-nat-client.c b/src/nat/gnunet-helper-nat-client.c index cb5e838887..d9129afb08 100644 --- a/src/nat/gnunet-helper-nat-client.c +++ b/src/nat/gnunet-helper-nat-client.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2010 Christian Grothoff (and other contributing authors) + Copyright (C) 2010 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/gnunet-helper-nat-server-windows.c b/src/nat/gnunet-helper-nat-server-windows.c index bb9356d1df..97e04e5f19 100644 --- a/src/nat/gnunet-helper-nat-server-windows.c +++ b/src/nat/gnunet-helper-nat-server-windows.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2010 Christian Grothoff (and other contributing authors) + Copyright (C) 2010 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/gnunet-helper-nat-server.c b/src/nat/gnunet-helper-nat-server.c index 95b46fd6c8..8c3df749d1 100644 --- a/src/nat/gnunet-helper-nat-server.c +++ b/src/nat/gnunet-helper-nat-server.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2010 Christian Grothoff (and other contributing authors) + Copyright (C) 2010 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/gnunet-nat-server.c b/src/nat/gnunet-nat-server.c index 66b5ee3dab..31a8f294bb 100644 --- a/src/nat/gnunet-nat-server.c +++ b/src/nat/gnunet-nat-server.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2011 Christian Grothoff (and other contributing authors) + Copyright (C) 2011 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/gnunet-nat.c b/src/nat/gnunet-nat.c index 0c8fc1f5cf..fcd61a1366 100644 --- a/src/nat/gnunet-nat.c +++ b/src/nat/gnunet-nat.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2015 Christian Grothoff (and other contributing authors) + Copyright (C) 2015 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/nat.c b/src/nat/nat.c index a2c1d4ac4d..57961ffafa 100644 --- a/src/nat/nat.c +++ b/src/nat/nat.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2009, 2010, 2011 Christian Grothoff (and other contributing authors) + Copyright (C) 2009, 2010, 2011 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/nat.h b/src/nat/nat.h index 44cd81d42a..0cf90f1be3 100644 --- a/src/nat/nat.h +++ b/src/nat/nat.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2011 Christian Grothoff (and other contributing authors) + Copyright (C) 2011 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/nat_auto.c b/src/nat/nat_auto.c index 9d0ee55161..9fab8bf675 100644 --- a/src/nat/nat_auto.c +++ b/src/nat/nat_auto.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2015 Christian Grothoff (and other contributing authors) + Copyright (C) 2015 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/nat_mini.c b/src/nat/nat_mini.c index 45f2e02fe6..aa29ff07bc 100644 --- a/src/nat/nat_mini.c +++ b/src/nat/nat_mini.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2011-2014 Christian Grothoff (and other contributing authors) + Copyright (C) 2011-2014 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/nat_stun.c b/src/nat/nat_stun.c index ee5ded8ef8..4aa9094ea3 100644 --- a/src/nat/nat_stun.c +++ b/src/nat/nat_stun.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2009, 2015 Christian Grothoff (and other contributing authors) + Copyright (C) 2009, 2015 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/nat_stun.h b/src/nat/nat_stun.h index d79fd9ad23..f8d99b1642 100644 --- a/src/nat/nat_stun.h +++ b/src/nat/nat_stun.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2009, 2015 Christian Grothoff (and other contributing authors) + Copyright (C) 2009, 2015 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/nat_test.c b/src/nat/nat_test.c index 80eff71c09..32cf6c42cd 100644 --- a/src/nat/nat_test.c +++ b/src/nat/nat_test.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2011 Christian Grothoff (and other contributing authors) + Copyright (C) 2011 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/test_nat.c b/src/nat/test_nat.c index 4e097386a6..de8ff8c13e 100644 --- a/src/nat/test_nat.c +++ b/src/nat/test_nat.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2009, 2011 Christian Grothoff (and other contributing authors) + Copyright (C) 2009, 2011 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/test_nat_mini.c b/src/nat/test_nat_mini.c index bb0fa07a0e..1819d5e91f 100644 --- a/src/nat/test_nat_mini.c +++ b/src/nat/test_nat_mini.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2009, 2011 Christian Grothoff (and other contributing authors) + Copyright (C) 2009, 2011 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/test_nat_test.c b/src/nat/test_nat_test.c index 165147f0e7..c0cce6e45b 100644 --- a/src/nat/test_nat_test.c +++ b/src/nat/test_nat_test.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2009, 2011, 2014 Christian Grothoff (and other contributing authors) + Copyright (C) 2009, 2011, 2014 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/nat/test_stun.c b/src/nat/test_stun.c index 5855addd7d..a856fa9714 100644 --- a/src/nat/test_stun.c +++ b/src/nat/test_stun.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2009, 2015 Christian Grothoff (and other contributing authors) + Copyright (C) 2009, 2015 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published |