From b5dc847b66e83ed4931f51743c4c86be3dc08dc6 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 1 Nov 2012 00:20:17 +0000 Subject: [PATCH] - added new byte order code --- .../shared_lib/include/platform/common/byte_order.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/shared_lib/include/platform/common/byte_order.h b/source/shared_lib/include/platform/common/byte_order.h index 5726dec60..781f5fa2f 100644 --- a/source/shared_lib/include/platform/common/byte_order.h +++ b/source/shared_lib/include/platform/common/byte_order.h @@ -1,3 +1,14 @@ +// ============================================================== +// This file is part of MegaGlest (www.megaglest.org) +// +// Copyright (C) 2012 Mark Vejvoda +// +// You can redistribute this code and/or modify it under +// the terms of the GNU General Public License as published +// by the Free Software Foundation; either version 2 of the +// License, or (at your option) any later version +// ============================================================== + #ifndef BYTE_ORDER_H #define BYTE_ORDER_H