From 87da25240d71135400f38b6c0dbe666efd3be5a6 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 28 Dec 2013 16:57:54 -0700 Subject: [PATCH] Prepare rust-ssl to merge into rust-openssl --- LICENSE | 13 ------------- README.md | 2 -- error.rs => ssl/error.rs | 0 ffi.rs => ssl/ffi.rs | 0 lib.rs => ssl/lib.rs | 0 test.rs => ssl/test.rs | 0 {test => ssl/test}/cert.pem | 0 {test => ssl/test}/key.pem | 0 8 files changed, 15 deletions(-) delete mode 100644 LICENSE delete mode 100644 README.md rename error.rs => ssl/error.rs (100%) rename ffi.rs => ssl/ffi.rs (100%) rename lib.rs => ssl/lib.rs (100%) rename test.rs => ssl/test.rs (100%) rename {test => ssl/test}/cert.pem (100%) rename {test => ssl/test}/key.pem (100%) diff --git a/LICENSE b/LICENSE deleted file mode 100644 index fea12d25..00000000 --- a/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright 2013 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. diff --git a/README.md b/README.md deleted file mode 100644 index 2a55142d..00000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -rust-ssl -======== diff --git a/error.rs b/ssl/error.rs similarity index 100% rename from error.rs rename to ssl/error.rs diff --git a/ffi.rs b/ssl/ffi.rs similarity index 100% rename from ffi.rs rename to ssl/ffi.rs diff --git a/lib.rs b/ssl/lib.rs similarity index 100% rename from lib.rs rename to ssl/lib.rs diff --git a/test.rs b/ssl/test.rs similarity index 100% rename from test.rs rename to ssl/test.rs diff --git a/test/cert.pem b/ssl/test/cert.pem similarity index 100% rename from test/cert.pem rename to ssl/test/cert.pem diff --git a/test/key.pem b/ssl/test/key.pem similarity index 100% rename from test/key.pem rename to ssl/test/key.pem