]> Dogcows Code - chaz/yoink/blobdiff - src/moof/network.hh
fixed documentation about where to find licenses
[chaz/yoink] / src / moof / network.hh
index 38502d3393e0cac32c52d3e3c7c12036738874fb..7a544e6e107cd234ff68795ae999b6baf8baa401 100644 (file)
@@ -1,27 +1,25 @@
 
-/*]  Copyright (c) 2009-2010, Charles McGarvey  [**************************
+/*]  Copyright (c) 2009-2011, Charles McGarvey  [*****************************
 **]  All rights reserved.
 *
-* vi:ts=4 sw=4 tw=75
-*
 * Distributable under the terms and conditions of the 2-clause BSD license;
 * see the file COPYING for a complete text of the license.
 *
-**************************************************************************/
+*****************************************************************************/
 
 #ifndef _MOOF_NETWORK_HH_
 #define _MOOF_NETWORK_HH_
 
+#include <string>
+#include <vector>
+
+
 /**
  * \file network.hh
  * Builds a high-level protocol and match-making system on top of network
  * sockets for multiplayer support.
  */
 
-#include <string>
-#include <vector>
-
-
 namespace moof {
 
 
This page took 0.01705 seconds and 4 git commands to generate.