Browse Source

Added modelines to source files.

These automatically switch a current vim indentation configuration to the one
laid out by HACKING.md.  This should make style violations by vim users more
rare, and you don't have to fiddle around with style settings when switching
to/from cjdns from other projects.
Micheal Smith 12 năm trước cách đây
mục cha
commit
69d4044b57
100 tập tin đã thay đổi với 100 bổ sung0 xóa
  1. 1 0
      admin/Admin.c
  2. 1 0
      admin/Admin.h
  3. 1 0
      admin/AuthorizedPasswords.c
  4. 1 0
      admin/AuthorizedPasswords.h
  5. 1 0
      admin/Configurator.c
  6. 1 0
      admin/Configurator.h
  7. 1 0
      benc/Dict.c
  8. 1 0
      benc/Dict.h
  9. 1 0
      benc/Int.h
  10. 1 0
      benc/List.c
  11. 1 0
      benc/List.h
  12. 1 0
      benc/Object.h
  13. 1 0
      benc/String.c
  14. 1 0
      benc/String.h
  15. 1 0
      benc/serialization/BencSerializer.h
  16. 1 0
      benc/serialization/json/JsonBencSerializer.c
  17. 1 0
      benc/serialization/json/JsonBencSerializer.h
  18. 1 0
      benc/serialization/standard/StandardBencSerializer.c
  19. 1 0
      benc/serialization/standard/StandardBencSerializer.h
  20. 1 0
      benc/serialization/standard/test/benc_serializeInteger_test.c
  21. 1 0
      benc/serialization/standard/test/benc_serializeList_test.c
  22. 1 0
      cjdroute.c
  23. 1 0
      contrib/http/HttpServer.c
  24. 1 0
      crypto/AddressCalc.c
  25. 1 0
      crypto/AddressCalc.h
  26. 1 0
      crypto/Crypto.c
  27. 1 0
      crypto/Crypto.h
  28. 1 0
      crypto/CryptoAuth.c
  29. 1 0
      crypto/CryptoAuth.h
  30. 1 0
      crypto/CryptoAuth_struct.h
  31. 1 0
      crypto/ReplayProtector.h
  32. 1 0
      crypto/test/CryptoAuth_test.c
  33. 1 0
      crypto/test/CryptoAuth_unit_test.c
  34. 1 0
      crypto/test/Exports.c
  35. 1 0
      crypto/test/Exports.h
  36. 1 0
      crypto/test/ReplayProtector_test.c
  37. 1 0
      dht/Address.h
  38. 1 0
      dht/AddressMapper.h
  39. 1 0
      dht/CJDHTConstants.c
  40. 1 0
      dht/CJDHTConstants.h
  41. 1 0
      dht/DHTMessage.h
  42. 1 0
      dht/DHTModule.h
  43. 1 0
      dht/DHTModuleRegistry.c
  44. 1 0
      dht/DHTModuleRegistry.h
  45. 1 0
      dht/ReplyModule.c
  46. 1 0
      dht/ReplyModule.h
  47. 1 0
      dht/SerializationModule.c
  48. 1 0
      dht/SerializationModule.h
  49. 1 0
      dht/dhtcore/DistanceNodeCollector.h
  50. 1 0
      dht/dhtcore/Janitor.c
  51. 1 0
      dht/dhtcore/Janitor.h
  52. 1 0
      dht/dhtcore/LinkStateNodeCollector.h
  53. 1 0
      dht/dhtcore/Node.h
  54. 1 0
      dht/dhtcore/NodeCollector.h
  55. 1 0
      dht/dhtcore/NodeHeader.h
  56. 1 0
      dht/dhtcore/NodeList.h
  57. 1 0
      dht/dhtcore/NodeStore.c
  58. 1 0
      dht/dhtcore/NodeStore.h
  59. 1 0
      dht/dhtcore/NodeStore_struct.h
  60. 1 0
      dht/dhtcore/RouterModule.c
  61. 1 0
      dht/dhtcore/RouterModule.h
  62. 1 0
      dht/dhtcore/RouterModule_admin.c
  63. 1 0
      dht/dhtcore/RouterModule_admin.h
  64. 1 0
      dht/dhtcore/RouterModule_struct.h
  65. 1 0
      dht/dhtcore/SearchStore.c
  66. 1 0
      dht/dhtcore/SearchStore.h
  67. 1 0
      dht/dhtcore/test/RouterModule_test_disabled.c
  68. 1 0
      dht/dhtcore/test/SearchStore_test.c
  69. 1 0
      dht/dhtcore/test/TestFramework.h
  70. 1 0
      dht/test/DHTModules_handleIncoming_test.c
  71. 1 0
      dht/test/DHTModules_handleOutgoing_test.c
  72. 1 0
      exception/AbortHandler.h
  73. 1 0
      exception/ExceptionHandler.h
  74. 1 0
      interface/Interface.h
  75. 1 0
      interface/InterfaceConnector.c
  76. 1 0
      interface/InterfaceConnector.h
  77. 1 0
      interface/InterfaceController.c
  78. 1 0
      interface/InterfaceController.h
  79. 1 0
      interface/InterfaceMap.h
  80. 1 0
      interface/SessionManager.c
  81. 1 0
      interface/SessionManager.h
  82. 1 0
      interface/TUNConfigurator.c
  83. 1 0
      interface/TUNConfigurator.h
  84. 1 0
      interface/TUNInterface.c
  85. 1 0
      interface/TUNInterface.h
  86. 1 0
      interface/TUNInterface_struct.h
  87. 1 0
      interface/UDPInterface.c
  88. 1 0
      interface/UDPInterface.h
  89. 1 0
      interface/test/InterfaceController_test.c
  90. 1 0
      io/ArrayReader.c
  91. 1 0
      io/ArrayReader.h
  92. 1 0
      io/ArrayWriter.c
  93. 1 0
      io/ArrayWriter.h
  94. 1 0
      io/EvBufferWriter.c
  95. 1 0
      io/EvBufferWriter.h
  96. 1 0
      io/FileReader.c
  97. 1 0
      io/FileReader.h
  98. 1 0
      io/FileWriter.c
  99. 1 0
      io/FileWriter.h
  100. 1 0
      io/Reader.h

+ 1 - 0
admin/Admin.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
admin/Admin.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
admin/AuthorizedPasswords.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
admin/AuthorizedPasswords.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
admin/Configurator.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
admin/Configurator.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/Dict.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/Dict.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/Int.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/List.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/List.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/Object.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/String.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/String.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/serialization/BencSerializer.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/serialization/json/JsonBencSerializer.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/serialization/json/JsonBencSerializer.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/serialization/standard/StandardBencSerializer.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/serialization/standard/StandardBencSerializer.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/serialization/standard/test/benc_serializeInteger_test.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
benc/serialization/standard/test/benc_serializeList_test.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
cjdroute.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
contrib/http/HttpServer.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/AddressCalc.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/AddressCalc.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/Crypto.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/Crypto.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/CryptoAuth.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/CryptoAuth.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/CryptoAuth_struct.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/ReplayProtector.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/test/CryptoAuth_test.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/test/CryptoAuth_unit_test.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/test/Exports.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/test/Exports.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
crypto/test/ReplayProtector_test.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/Address.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/AddressMapper.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/CJDHTConstants.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/CJDHTConstants.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/DHTMessage.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/DHTModule.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/DHTModuleRegistry.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/DHTModuleRegistry.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/ReplyModule.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/ReplyModule.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/SerializationModule.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/SerializationModule.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/DistanceNodeCollector.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/Janitor.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/Janitor.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/LinkStateNodeCollector.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/Node.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/NodeCollector.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/NodeHeader.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/NodeList.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/NodeStore.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/NodeStore.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/NodeStore_struct.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/RouterModule.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/RouterModule.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/RouterModule_admin.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/RouterModule_admin.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/RouterModule_struct.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/SearchStore.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/SearchStore.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/test/RouterModule_test_disabled.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/test/SearchStore_test.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/dhtcore/test/TestFramework.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/test/DHTModules_handleIncoming_test.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
dht/test/DHTModules_handleOutgoing_test.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
exception/AbortHandler.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
exception/ExceptionHandler.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/Interface.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/InterfaceConnector.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/InterfaceConnector.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/InterfaceController.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/InterfaceController.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/InterfaceMap.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/SessionManager.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/SessionManager.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/TUNConfigurator.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/TUNConfigurator.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/TUNInterface.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/TUNInterface.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/TUNInterface_struct.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/UDPInterface.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/UDPInterface.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
interface/test/InterfaceController_test.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
io/ArrayReader.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
io/ArrayReader.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
io/ArrayWriter.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
io/ArrayWriter.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
io/EvBufferWriter.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
io/EvBufferWriter.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
io/FileReader.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
io/FileReader.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
io/FileWriter.c

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
io/FileWriter.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

+ 1 - 0
io/Reader.h

@@ -1,3 +1,4 @@
+/* vim: set expandtab ts=4 sw=4: */
 /*
  * You may redistribute this program and/or modify it under the terms of
  * the GNU General Public License as published by the Free Software Foundation,

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác