diff options
| author | Steven Fackler <[email protected]> | 2015-02-13 23:24:40 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-02-13 23:24:40 -0800 |
| commit | aa5b59f0344a2504890c59777387116f91cdb232 (patch) | |
| tree | 6fea9aedb91b315cb5c081e49e4ae10070594a2b /openssl | |
| parent | Add OpenSSL license to THIRD_PARTY (diff) | |
| download | rust-openssl-aa5b59f0344a2504890c59777387116f91cdb232.tar.xz rust-openssl-aa5b59f0344a2504890c59777387116f91cdb232.zip | |
Move openssl license to openssl
Diffstat (limited to 'openssl')
| -rw-r--r-- | openssl/LICENSE | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/openssl/LICENSE b/openssl/LICENSE new file mode 100644 index 00000000..808903ae --- /dev/null +++ b/openssl/LICENSE @@ -0,0 +1,15 @@ +Copyright 2011 Google Inc. + 2013 Jack Lloyd + 2013-2014 Steven Fackler + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. |