From 369becac492c77f629023303fb369557f8d68738 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 5 Nov 2014 15:11:52 +0100 Subject: [PATCH 1/2] Path error --- build_2.4.2.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_2.4.2.bat b/build_2.4.2.bat index 96bf1d1..cd858ab 100644 --- a/build_2.4.2.bat +++ b/build_2.4.2.bat @@ -412,7 +412,7 @@ IF %DO_COPY_STUFF% == 1 ( @ECHO # COPYING %API_DIR% TO %APACHE_DIR%\srclib\apr-iconv\ xcopy /s/e/y %API_DIR% %APACHE_DIR%\srclib\apr-iconv\ @ECHO # COPYING %EXTERNAL_BIN_DIR%\openssl TO %APACHE_DIR%\srclib\openssl\ - xcopy /s/e/y %EXTERNAL_BIN_DIR%\openssl %APACHE_DIR%\srclib\apr-iconv\ + xcopy /s/e/y %EXTERNAL_BIN_DIR%\openssl %APACHE_DIR%\srclib\openssl\ @ECHO # COPYING %EXTERNAL_DOWNLOAD_DIR%\zlib TO %APACHE_DIR%\srclib\zlib\ xcopy /s/e/y %EXTERNAL_DOWNLOAD_DIR%\zlib %APACHE_DIR%\srclib\zlib\ @ECHO # COPYING %EXTERNAL_BIN_DIR%\pcre TO %APACHE_DIR%\srclib\pcre\ @@ -520,4 +520,4 @@ goto FINISH @REM RESTORE ORIGINAL PATH @REM @SET PATH=%PTH_ORG% @REM SET ORIG CD -cd %CURRENT_DIR% \ No newline at end of file +cd %CURRENT_DIR% From a41d9420132d3d5585adb85c7ea7f5ada0bab600 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 22 Apr 2015 11:38:04 +0200 Subject: [PATCH 2/2] Added LICENSE --- UNLICENSE | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 UNLICENSE diff --git a/UNLICENSE b/UNLICENSE new file mode 100644 index 0000000..cf1ab25 --- /dev/null +++ b/UNLICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to