@@ -5,7 +5,7 @@ Microsoft is offering you a license to use the following components with C++ RES
5
5
6
6
1. OpenSSL version 1.0.1i (http://www.openssl.org/)
7
7
2. Websocket++ version 0.3.0 (http://www.zaphoyd.com/websocketpp/)
8
-
8
+ 3. Boost version 1.55 (http://www.boost.org/)
9
9
10
10
%% OpenSSL NOTICES, INFORMATION, AND LICENSE BEGIN HERE
11
11
=========================================
@@ -64,4 +64,30 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
64
64
=========================================
65
65
END OF Websocket++ NOTICES, INFORMATION, AND LICENSE
66
66
67
-
67
+ %% Boost NOTICES, INFORMATION, AND LICENSE BEGIN HERE
68
+ =========================================
69
+ Boost Software License - Version 1.0 - August 17th, 2003
70
+
71
+ Permission is hereby granted, free of charge, to any person or organization
72
+ obtaining a copy of the software and accompanying documentation covered by
73
+ this license (the "Software") to use, reproduce, display, distribute,
74
+ execute, and transmit the Software, and to prepare derivative works of the
75
+ Software, and to permit third-parties to whom the Software is furnished to
76
+ do so, all subject to the following:
77
+
78
+ The copyright notices in the Software and this entire statement, including
79
+ the above license grant, this restriction and the following disclaimer,
80
+ must be included in all copies of the Software, in whole or in part, and
81
+ all derivative works of the Software, unless such copies or derivative
82
+ works are solely in the form of machine-executable object code generated by
83
+ a source language processor.
84
+
85
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
86
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
87
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
88
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
89
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
90
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
91
+ DEALINGS IN THE SOFTWARE.
92
+ =========================================
93
+ END OF Boost NOTICES, INFORMATION, AND LICENSE
0 commit comments