Skip to content

Commit 77e8a9c

Browse files
committed
Add licenses for Rust-Openssl and Rust-PHF
1 parent b353a41 commit 77e8a9c

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

THIRD_PARTY

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,48 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5353
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5454
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5555
SOFTWARE.
56+
57+
-------------------------------------------------------------------------------
58+
59+
* The Rust-Openssl library
60+
61+
Copyright 2011 Google Inc.
62+
2013 Jack Lloyd
63+
2013-2014 Steven Fackler
64+
65+
Licensed under the Apache License, Version 2.0 (the "License");
66+
you may not use this file except in compliance with the License.
67+
You may obtain a copy of the License at
68+
69+
http://www.apache.org/licenses/LICENSE-2.0
70+
71+
Unless required by applicable law or agreed to in writing, software
72+
distributed under the License is distributed on an "AS IS" BASIS,
73+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
74+
See the License for the specific language governing permissions and
75+
limitations under the License.
76+
77+
-------------------------------------------------------------------------------
78+
79+
* The Rust-PHF library
80+
81+
The MIT License (MIT)
82+
83+
Copyright (c) 2014 Steven Fackler
84+
85+
Permission is hereby granted, free of charge, to any person obtaining a copy of
86+
this software and associated documentation files (the "Software"), to deal in
87+
the Software without restriction, including without limitation the rights to
88+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
89+
the Software, and to permit persons to whom the Software is furnished to do so,
90+
subject to the following conditions:
91+
92+
The above copyright notice and this permission notice shall be included in all
93+
copies or substantial portions of the Software.
94+
95+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
96+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
97+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
98+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
99+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
100+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)