X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fnet%2Ffirmnet.c;h=ee8b31847121e29be90779d1e245b2b017563dcb;hb=4bc38ea2ba218ad082162de7ff3dfeadd5b66561;hp=50af0b0021b9f5a64760ffa2457395a124adf29f;hpb=460d9286145ec5a4b471e1ede75fc62f074ddfe5;p=libfirm diff --git a/ir/net/firmnet.c b/ir/net/firmnet.c index 50af0b002..ee8b31847 100644 --- a/ir/net/firmnet.c +++ b/ir/net/firmnet.c @@ -1,3 +1,34 @@ +/* + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. + */ + +/** + * @file + * @brief TCP/IP handling (Windows and Unix like systems) + * @author Christian Wuerdig, implementation copied from liblpp created by Sebastian Hack + * @date 17.11.2006 + * @version $Id$ + */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* HAVE_CONFIG_H */ + #include "firmnet_t.h" #ifdef _WIN32