From 48ec84c399314a1e8c0c2f61b6057e9608639b3d Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 16 Feb 2018 11:53:14 -0700 Subject: [PATCH] Prep for ownership transfer and rename --- Cargo.toml | 6 +++++- LICENSE | 13 +++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/Cargo.toml b/Cargo.toml index f14f6e9b4..5561f6d7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "silk" version = "0.1.0" -authors = ["Greg Fitzgerald "] +authors = [ + "Anatoly Yakovenko ", + "Greg Fitzgerald ", +] +license = "APACHE-2.0" [features] unstable = [] diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..cae77a0e8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright 2018 Anatoly Yakovenko and Greg Fitzgerald + +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.