diff options
| author | 2008-09-18 02:11:05 +0000 | |
|---|---|---|
| committer | 2008-09-18 02:11:05 +0000 | |
| commit | bccfea66cb4e2cb9aacd6820e5a9ded7f688cd5a (patch) | |
| tree | 0688f5465dbdd795373cbb539b7c239fd70cfb71 /src/kvilib/net | |
| parent | added doxygen comments (diff) | |
| download | KVIrc-bccfea66cb4e2cb9aacd6820e5a9ded7f688cd5a.tar.gz KVIrc-bccfea66cb4e2cb9aacd6820e5a9ded7f688cd5a.tar.bz2 KVIrc-bccfea66cb4e2cb9aacd6820e5a9ded7f688cd5a.zip | |
fixed license template for kvilib
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2478 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/kvilib/net')
| -rw-r--r-- | src/kvilib/net/kvi_dns.cpp | 2 | ||||
| -rw-r--r-- | src/kvilib/net/kvi_dns.h | 2 | ||||
| -rw-r--r-- | src/kvilib/net/kvi_http.cpp | 2 | ||||
| -rw-r--r-- | src/kvilib/net/kvi_http.h | 2 | ||||
| -rw-r--r-- | src/kvilib/net/kvi_netutils.cpp | 12 | ||||
| -rw-r--r-- | src/kvilib/net/kvi_netutils.h | 5 | ||||
| -rw-r--r-- | src/kvilib/net/kvi_socket.cpp | 4 | ||||
| -rw-r--r-- | src/kvilib/net/kvi_socket.h | 2 | ||||
| -rw-r--r-- | src/kvilib/net/kvi_sockettype.h | 2 | ||||
| -rw-r--r-- | src/kvilib/net/kvi_ssl.cpp | 2 | ||||
| -rw-r--r-- | src/kvilib/net/kvi_ssl.h | 4 | ||||
| -rw-r--r-- | src/kvilib/net/kvi_url.cpp | 5 | ||||
| -rw-r--r-- | src/kvilib/net/kvi_url.h | 4 |
13 files changed, 25 insertions, 23 deletions
diff --git a/src/kvilib/net/kvi_dns.cpp b/src/kvilib/net/kvi_dns.cpp index a6ec22d1c..48b625358 100644 --- a/src/kvilib/net/kvi_dns.cpp +++ b/src/kvilib/net/kvi_dns.cpp @@ -4,7 +4,7 @@ // Creation date : Sat Jul 21 2000 17:19:31 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2007 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/kvilib/net/kvi_dns.h b/src/kvilib/net/kvi_dns.h index 06a968fae..64dfa956a 100644 --- a/src/kvilib/net/kvi_dns.h +++ b/src/kvilib/net/kvi_dns.h @@ -7,7 +7,7 @@ // Creation date : Sat Jul 21 2000 13:59:11 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2007 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/kvilib/net/kvi_http.cpp b/src/kvilib/net/kvi_http.cpp index 750243518..9578a8637 100644 --- a/src/kvilib/net/kvi_http.cpp +++ b/src/kvilib/net/kvi_http.cpp @@ -4,7 +4,7 @@ // Creation date : Sat Aug 17 13:43:32 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-2006 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/kvilib/net/kvi_http.h b/src/kvilib/net/kvi_http.h index 075213152..078b89579 100644 --- a/src/kvilib/net/kvi_http.h +++ b/src/kvilib/net/kvi_http.h @@ -6,7 +6,7 @@ // Creation date : Sat Aug 17 13:43:31 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-2007 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/kvilib/net/kvi_netutils.cpp b/src/kvilib/net/kvi_netutils.cpp index 5708e54c3..5d6f4ae42 100644 --- a/src/kvilib/net/kvi_netutils.cpp +++ b/src/kvilib/net/kvi_netutils.cpp @@ -4,7 +4,7 @@ // Creation date : Sun Jun 18 2000 18:37:27 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -22,16 +22,12 @@ // //============================================================================= -// AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARGH! -// This effect is caused by the combination of broken CVS installation and -// the ugly windows "text mode" files - #define _KVI_NETUTILS_CPP_ #define NTDDI_VERSION NTDDI_WINXP #ifndef _WIN32_WINNT - #define _WIN32_WINNT _WIN32_WINNT_WINXP + #define _WIN32_WINNT _WIN32_WINNT_WINXP #endif #include "kvi_netutils.h" @@ -41,9 +37,8 @@ #if !defined(COMPILE_ON_WINDOWS) && !defined(COMPILE_ON_MINGW) #include <sys/time.h> // struct timeval - #include <unistd.h> + #include <unistd.h> #include <netdb.h> - #endif #ifdef COMPILE_ON_WINDOWS @@ -56,7 +51,6 @@ #ifdef COMPILE_GET_INTERFACE_ADDRESS #include <sys/ioctl.h> #include <net/if.h> - #endif //COMPILE_GET_INTERFACE_ADDRESS #ifndef HAVE_INET_ATON diff --git a/src/kvilib/net/kvi_netutils.h b/src/kvilib/net/kvi_netutils.h index e1979a597..bf5631d69 100644 --- a/src/kvilib/net/kvi_netutils.h +++ b/src/kvilib/net/kvi_netutils.h @@ -1,12 +1,12 @@ #ifndef _KVI_NETUTILS_H_ #define _KVI_NETUTILS_H_ - +//============================================================================= // // File : kvi_netutlis.h // Creation date : Sun Jun 18 2000 18:37:27 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -22,6 +22,7 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= #include "kvi_settings.h" #include "kvi_inttypes.h" diff --git a/src/kvilib/net/kvi_socket.cpp b/src/kvilib/net/kvi_socket.cpp index 2302d87e6..33d1c9e6b 100644 --- a/src/kvilib/net/kvi_socket.cpp +++ b/src/kvilib/net/kvi_socket.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : kvi_socket.cpp // Creation date : Thu Sep 20 03:50:24 2001 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,6 +20,7 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= #define _KVI_SOCKET_CPP_ diff --git a/src/kvilib/net/kvi_socket.h b/src/kvilib/net/kvi_socket.h index 948f20220..a201a49d5 100644 --- a/src/kvilib/net/kvi_socket.h +++ b/src/kvilib/net/kvi_socket.h @@ -6,7 +6,7 @@ // Creation date : Thu Sep 20 03:50:22 2001 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/kvilib/net/kvi_sockettype.h b/src/kvilib/net/kvi_sockettype.h index 6e9eff81a..50cfb6215 100644 --- a/src/kvilib/net/kvi_sockettype.h +++ b/src/kvilib/net/kvi_sockettype.h @@ -6,7 +6,7 @@ // Creation date : Thu Sep 20 05:41:46 2001 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/kvilib/net/kvi_ssl.cpp b/src/kvilib/net/kvi_ssl.cpp index 043542f75..5675be2bc 100644 --- a/src/kvilib/net/kvi_ssl.cpp +++ b/src/kvilib/net/kvi_ssl.cpp @@ -4,7 +4,7 @@ // Creation date : Mon May 27 2002 21:36:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-2004 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/kvilib/net/kvi_ssl.h b/src/kvilib/net/kvi_ssl.h index c8ee8a299..b74057a0c 100644 --- a/src/kvilib/net/kvi_ssl.h +++ b/src/kvilib/net/kvi_ssl.h @@ -1,11 +1,12 @@ #ifndef _KVI_SSL_H_ #define _KVI_SSL_H_ +//============================================================================= // // File : kvi_ssl.h // Creation date : Mon May 27 2002 21:36:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -21,6 +22,7 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= #include "kvi_settings.h" diff --git a/src/kvilib/net/kvi_url.cpp b/src/kvilib/net/kvi_url.cpp index e84cf6ea4..83967112e 100644 --- a/src/kvilib/net/kvi_url.cpp +++ b/src/kvilib/net/kvi_url.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : kvi_url.cpp // Creation date : Sat Aug 17 14:09:18 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,7 +20,7 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // - +//============================================================================= diff --git a/src/kvilib/net/kvi_url.h b/src/kvilib/net/kvi_url.h index e58e2ae9e..a88481106 100644 --- a/src/kvilib/net/kvi_url.h +++ b/src/kvilib/net/kvi_url.h @@ -1,11 +1,12 @@ #ifndef _KVI_URL_H_ #define _KVI_URL_H_ +//============================================================================= // // File : kvi_url.h // Creation date : Sat Aug 17 14:09:16 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -21,6 +22,7 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= #include "kvi_string.h" #include "kvi_heapobject.h" |
