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