- Timestamp:
- Aug 30, 2007 9:55:08 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/HappyHttp.h
r4436 r4441 1 /** @file 2 * 3 * VBox frontends: Qt GUI ("VirtualBox"): 4 * HappyHTTP library. 5 * Modified for VirtualBox. Original copyright below. 6 */ 7 8 /* 9 * Copyright (C) 2006-2007 innotek GmbH 10 * 11 * This file is part of VirtualBox Open Source Edition (OSE), as 12 * available from http://www.virtualbox.org. This file is free software; 13 * you can redistribute it and/or modify it under the terms of the GNU 14 * General Public License as published by the Free Software Foundation, 15 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 16 * distribution. VirtualBox OSE is distributed in the hope that it will 17 * be useful, but WITHOUT ANY WARRANTY of any kind. 18 */ 19 1 20 /* 2 21 * HappyHTTP - a simple HTTP library -
trunk/src/VBox/Frontends/VirtualBox/src/HappyHttp.cpp
r4440 r4441 1 /** @file 2 * 3 * VBox frontends: Qt GUI ("VirtualBox"): 4 * HappyHTTP library. 5 * Modified for VirtualBox. Original copyright below. 6 */ 7 8 /* 9 * Copyright (C) 2006-2007 innotek GmbH 10 * 11 * This file is part of VirtualBox Open Source Edition (OSE), as 12 * available from http://www.virtualbox.org. This file is free software; 13 * you can redistribute it and/or modify it under the terms of the GNU 14 * General Public License as published by the Free Software Foundation, 15 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 16 * distribution. VirtualBox OSE is distributed in the hope that it will 17 * be useful, but WITHOUT ANY WARRANTY of any kind. 18 */ 19 20 1 21 /* 2 22 * HappyHTTP - a simple HTTP library
Note:
See TracChangeset
for help on using the changeset viewer.