Parcourir la source

-bringing copyright tags up to FSF standard

Christian Grothoff il y a 9 ans
Parent
commit
c2d9d1e64c
100 fichiers modifiés avec 119 ajouts et 112 suppressions
  1. 1 1
      contrib/test_gnunet_prefix.c
  2. 1 1
      contrib/timeout_watchdog.c
  3. 1 1
      contrib/timeout_watchdog_w32.c
  4. 1 1
      src/arm/arm.h
  5. 1 1
      src/arm/arm_api.c
  6. 1 1
      src/arm/arm_monitor_api.c
  7. 1 1
      src/arm/gnunet-arm.c
  8. 1 1
      src/arm/gnunet-service-arm.c
  9. 1 1
      src/arm/mockup-service.c
  10. 1 1
      src/arm/test_arm_api.c
  11. 1 1
      src/arm/test_exponential_backoff.c
  12. 1 1
      src/arm/test_gnunet_service_arm.c
  13. 1 1
      src/ats-tests/ats-testing-experiment.c
  14. 1 1
      src/ats-tests/ats-testing-log.c
  15. 1 1
      src/ats-tests/ats-testing-preferences.c
  16. 1 1
      src/ats-tests/ats-testing-traffic.c
  17. 1 1
      src/ats-tests/ats-testing.c
  18. 1 1
      src/ats-tests/ats-testing.h
  19. 1 1
      src/ats-tests/gnunet-ats-sim.c
  20. 1 1
      src/ats-tests/gnunet-solver-eval.c
  21. 1 1
      src/ats-tests/perf_ats.c
  22. 1 1
      src/ats-tests/perf_ats.h
  23. 1 1
      src/ats-tests/perf_ats_logging.c
  24. 1 1
      src/ats-tool/gnunet-ats.c
  25. 1 1
      src/ats/ats.h
  26. 1 1
      src/ats/ats_api_connectivity.c
  27. 1 1
      src/ats/ats_api_performance.c
  28. 1 1
      src/ats/ats_api_scanner.c
  29. 1 1
      src/ats/ats_api_scheduling.c
  30. 1 1
      src/ats/gnunet-ats-solver-eval.c
  31. 1 1
      src/ats/gnunet-ats-solver-eval.h
  32. 1 1
      src/ats/gnunet-service-ats.c
  33. 1 1
      src/ats/gnunet-service-ats.h
  34. 1 1
      src/ats/gnunet-service-ats_addresses.c
  35. 1 2
      src/ats/gnunet-service-ats_addresses.h
  36. 1 1
      src/ats/gnunet-service-ats_connectivity.c
  37. 1 1
      src/ats/gnunet-service-ats_connectivity.h
  38. 1 1
      src/ats/gnunet-service-ats_feedback.c
  39. 1 1
      src/ats/gnunet-service-ats_feedback.h
  40. 10 8
      src/ats/gnunet-service-ats_normalization.c
  41. 6 4
      src/ats/gnunet-service-ats_normalization.h
  42. 1 1
      src/ats/gnunet-service-ats_performance.c
  43. 1 1
      src/ats/gnunet-service-ats_performance.h
  44. 1 1
      src/ats/gnunet-service-ats_plugins.c
  45. 1 1
      src/ats/gnunet-service-ats_plugins.h
  46. 1 1
      src/ats/gnunet-service-ats_preferences.c
  47. 1 1
      src/ats/gnunet-service-ats_preferences.h
  48. 1 1
      src/ats/gnunet-service-ats_reservations.c
  49. 1 1
      src/ats/gnunet-service-ats_reservations.h
  50. 1 1
      src/ats/gnunet-service-ats_scheduling.c
  51. 1 1
      src/ats/gnunet-service-ats_scheduling.h
  52. 1 1
      src/ats/perf_ats_solver.c
  53. 1 1
      src/ats/plugin_ats_mlp.c
  54. 1 1
      src/ats/plugin_ats_proportional.c
  55. 6 2
      src/ats/plugin_ats_ril.c
  56. 1 1
      src/ats/test_ats_api_bandwidth_consumption.c
  57. 1 1
      src/ats/test_ats_api_common.c
  58. 1 1
      src/ats/test_ats_api_common.h
  59. 1 1
      src/ats/test_ats_api_delayed_service_performance_list_all_addresses.c
  60. 1 1
      src/ats/test_ats_api_delayed_service_performance_monitor.c
  61. 1 1
      src/ats/test_ats_api_delayed_service_scheduling_add_address.c
  62. 1 1
      src/ats/test_ats_api_performance_list_all_addresses.c
  63. 1 1
      src/ats/test_ats_api_performance_list_all_addresses_active.c
  64. 1 1
      src/ats/test_ats_api_performance_list_peer_addresses.c
  65. 1 1
      src/ats/test_ats_api_performance_monitor.c
  66. 1 1
      src/ats/test_ats_api_performance_monitor_initial_callback.c
  67. 1 1
      src/ats/test_ats_api_scheduling_add_address.c
  68. 1 1
      src/ats/test_ats_api_scheduling_add_address_duplicate.c
  69. 1 1
      src/ats/test_ats_api_scheduling_add_address_inbound.c
  70. 1 1
      src/ats/test_ats_api_scheduling_add_session.c
  71. 1 1
      src/ats/test_ats_api_scheduling_destroy_address.c
  72. 1 1
      src/ats/test_ats_api_scheduling_init.c
  73. 1 1
      src/ats/test_ats_mlp_averaging.c
  74. 1 1
      src/ats/test_ats_simplistic_pref_aging.c
  75. 1 1
      src/ats/test_ats_solver_add_address.c
  76. 1 1
      src/ats/test_ats_solver_add_address_and_request.c
  77. 1 1
      src/ats/test_ats_solver_alternative_after_delete_address.c
  78. 1 1
      src/ats/test_ats_solver_convergence.c
  79. 1 1
      src/ats/test_ats_solver_preferences.c
  80. 1 1
      src/ats/test_ats_solver_request_and_add_address.c
  81. 1 1
      src/ats/test_ats_solver_request_and_delete_address.c
  82. 1 1
      src/block/block.c
  83. 1 1
      src/block/plugin_block_template.c
  84. 1 1
      src/block/plugin_block_test.c
  85. 1 1
      src/cadet/cadet.h
  86. 1 1
      src/cadet/cadet_api.c
  87. 1 1
      src/cadet/cadet_common.c
  88. 1 1
      src/cadet/cadet_path.c
  89. 1 1
      src/cadet/cadet_path.h
  90. 1 1
      src/cadet/cadet_protocol.h
  91. 1 1
      src/cadet/cadet_test_lib.c
  92. 1 1
      src/cadet/cadet_test_lib.h
  93. 1 1
      src/cadet/cadet_tunnel_tree.c
  94. 1 1
      src/cadet/cadet_tunnel_tree.h
  95. 1 1
      src/cadet/gnunet-cadet-profiler.c
  96. 1 1
      src/cadet/gnunet-cadet.c
  97. 1 1
      src/cadet/gnunet-service-cadet.c
  98. 1 1
      src/cadet/gnunet-service-cadet_channel.c
  99. 1 1
      src/cadet/gnunet-service-cadet_channel.h
  100. 1 1
      src/cadet/gnunet-service-cadet_connection.c

+ 1 - 1
contrib/test_gnunet_prefix.c

@@ -1,6 +1,6 @@
 /*
       This file is part of GNUnet
-     (C) 2011, 2014 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011, 2014 Christian Grothoff (and other contributing authors)
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published

+ 1 - 1
contrib/timeout_watchdog.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet
-     (C) 2010 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
contrib/timeout_watchdog_w32.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet
-     (C) 2010 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/arm/arm.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/arm/arm_api.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009, 2010, 2012, 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2010, 2012, 2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/arm/arm_monitor_api.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009, 2010, 2012, 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2010, 2012, 2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/arm/gnunet-arm.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009, 2012, 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2012, 2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/arm/gnunet-service-arm.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009, 2010, 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2010, 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/arm/mockup-service.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2007, 2008, 2009 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2007, 2008, 2009 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/arm/test_arm_api.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009, 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/arm/test_exponential_backoff.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/arm/test_gnunet_service_arm.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009, 2014 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2014 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats-tests/ats-testing-experiment.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats-tests/ats-testing-log.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats-tests/ats-testing-preferences.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats-tests/ats-testing-traffic.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats-tests/ats-testing.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats-tests/ats-testing.h

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats-tests/gnunet-ats-sim.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats-tests/gnunet-solver-eval.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats-tests/perf_ats.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats-tests/perf_ats.h

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats-tests/perf_ats_logging.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats-tool/gnunet-ats.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2009--2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2009--2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/ats.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010-2015 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/ats_api_connectivity.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010-2015 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/ats_api_performance.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010,2011 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/ats_api_scanner.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010-2015 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/ats_api_scheduling.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010-2015 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-ats-solver-eval.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-ats-solver-eval.h

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_addresses.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011-2015 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011-2015 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 2
src/ats/gnunet-service-ats_addresses.h

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011-2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011-2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published
@@ -349,7 +349,6 @@ struct ATS_Address
 extern struct GNUNET_CONTAINER_MultiPeerMap *GSA_addresses;
 
 
-
 /**
  * Initialize address subsystem. The addresses subsystem manages the addresses
  * known and current performance information.

+ 1 - 1
src/ats/gnunet-service-ats_connectivity.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011-2015 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_connectivity.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011-2015 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_feedback.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011-2015 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_feedback.h

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011-2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011-2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 10 - 8
src/ats/gnunet-service-ats_normalization.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011-2015 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011-2015 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published
@@ -74,8 +74,7 @@ static struct Property properties[GNUNET_ATS_QualityPropertiesCount];
  *
  * @param cls ignored
  * @param address the address
- * @return pointer to the values, can be indexed with GNUNET_ATS_PreferenceKind,
- * default preferences if peer does not exist
+ * @return pointer to the values, can be indexed with GNUNET_ATS_PreferenceKind
  */
 const double *
 GAS_normalization_get_properties (void *cls,
@@ -100,7 +99,7 @@ GAS_normalization_get_properties (void *cls,
  *
  * @param address the address
  * @param atsi the ats information
- * @return the new average or GNUNET_ATS_VALUE_UNDEFINED
+ * @return the new average or #GNUNET_ATS_VALUE_UNDEFINED
  */
 static uint32_t
 property_average (struct ATS_Address *address,
@@ -252,9 +251,12 @@ normalize_address (void *cls,
 
   LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Normalize `%s' address %p's '%s' with value %u to range [%u..%u] = %.3f\n",
-       GNUNET_i2s (&address->peer), address,
+       GNUNET_i2s (&address->peer),
+       address,
        GNUNET_ATS_print_property_type (p->atsi_type),
-       address->atsin[p->prop_type].avg, p->min, p->max,
+       address->atsin[p->prop_type].avg,
+       p->min,
+       p->max,
        address->atsin[p->prop_type].norm);
   GAS_normalized_property_changed (address,
 				   p->atsi_type,
@@ -350,8 +352,8 @@ GAS_normalization_normalize_property (struct ATS_Address *address,
                                       uint32_t atsi_count)
 {
   struct Property *cur_prop;
-  int c1;
-  int c2;
+  unsigned int c1;
+  unsigned int c2;
   uint32_t current_type;
   uint32_t current_val;
   unsigned int existing_properties[] = GNUNET_ATS_QualityProperties;

+ 6 - 4
src/ats/gnunet-service-ats_normalization.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -28,6 +28,9 @@
 #define GNUNET_SERVICE_ATS_NORMALIZATION_H
 #include "gnunet_ats_service.h"
 
+/**
+ * Value we return for a normalized quality score if we have no data.
+ */
 #define DEFAULT_REL_QUALITY 1.0
 
 
@@ -37,8 +40,7 @@
  *
  * @param cls ignored
  * @param address the address
- * @return pointer to the values, can be indexed with GNUNET_ATS_PreferenceKind,
- * default preferences if peer does not exist
+ * @return pointer to the values, can be indexed with GNUNET_ATS_PreferenceKind
  */
 const double *
 GAS_normalization_get_properties (void *cls,
@@ -46,7 +48,7 @@ GAS_normalization_get_properties (void *cls,
 
 
 /**
- * Update and normalize a atsi performance information
+ * Update and normalize a @a atsi performance information
  *
  * @param address the address to update
  * @param atsi the array of performance information

+ 1 - 1
src/ats/gnunet-service-ats_performance.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011-2015 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_performance.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011-2015 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_plugins.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011-2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011-2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_plugins.h

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011-2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011-2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_preferences.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011-2015 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_preferences.h

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011-2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011-2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_reservations.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_reservations.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_scheduling.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011-2014 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011-2014 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/gnunet-service-ats_scheduling.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/perf_ats_solver.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010,2011 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/plugin_ats_mlp.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011-2014 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011-2014 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/plugin_ats_proportional.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011-2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011-2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 6 - 2
src/ats/plugin_ats_ril.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011-2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011-2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published
@@ -2824,7 +2824,11 @@ libgnunet_plugin_ats_ril_init (void *cls)
     cur->type = c;
     cur->bw_in_available = env->in_quota[c];
     cur->bw_out_available = env->out_quota[c];
-    LOG(GNUNET_ERROR_TYPE_DEBUG, "init()  Quotas for %s network:  IN %llu - OUT %llu\n", GNUNET_ATS_print_network_type(cur->type), cur->bw_in_available/1024, cur->bw_out_available/1024);
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+         "init()  Quotas for %s network:  IN %llu - OUT %llu\n",
+         GNUNET_ATS_print_network_type(cur->type),
+         cur->bw_in_available/1024,
+         cur->bw_out_available/1024);
   }
 
   LOG(GNUNET_ERROR_TYPE_DEBUG, "init()  Parameters:\n");

+ 1 - 1
src/ats/test_ats_api_bandwidth_consumption.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010,2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_common.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010,2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_common.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010,2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_delayed_service_performance_list_all_addresses.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010,2011 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_delayed_service_performance_monitor.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010,2011 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_delayed_service_scheduling_add_address.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010,2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_performance_list_all_addresses.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010,2011 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_performance_list_all_addresses_active.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010,2011 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_performance_list_peer_addresses.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010,2011 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_performance_monitor.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010,2011 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_performance_monitor_initial_callback.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010,2011 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_scheduling_add_address.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010,2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_scheduling_add_address_duplicate.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010,2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_scheduling_add_address_inbound.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010,2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_scheduling_add_session.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010,2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_scheduling_destroy_address.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010,2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_api_scheduling_init.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010,2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_mlp_averaging.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010,2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_simplistic_pref_aging.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010,2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_solver_add_address.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_solver_add_address_and_request.c

@@ -6,7 +6,7 @@
     GNUNET_SCHEDULER_add_now (end_badly, NULL);
   }
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_solver_alternative_after_delete_address.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_solver_convergence.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_solver_preferences.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_solver_request_and_add_address.c

@@ -6,7 +6,7 @@
     GNUNET_SCHEDULER_add_now (end_badly, NULL);
   }
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/ats/test_ats_solver_request_and_delete_address.c

@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

+ 1 - 1
src/block/block.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/block/plugin_block_template.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet
-     (C) 2010 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/block/plugin_block_test.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet
-     (C) 2010 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/cadet.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001 - 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001 - 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/cadet_api.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
      by the Free Software Foundation; either version 3, or (at your

+ 1 - 1
src/cadet/cadet_common.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/cadet_path.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001 - 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001 - 2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/cadet_path.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001 - 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001 - 2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/cadet_protocol.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001 - 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001 - 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/cadet_test_lib.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/cadet_test_lib.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/cadet_tunnel_tree.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001 - 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001 - 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/cadet_tunnel_tree.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001 - 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001 - 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/gnunet-cadet-profiler.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/gnunet-cadet.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/gnunet-service-cadet.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001-2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001-2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/gnunet-service-cadet_channel.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/gnunet-service-cadet_channel.h

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

+ 1 - 1
src/cadet/gnunet-service-cadet_connection.c

@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001-2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001-2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff