From 6844d749d9f80bb48364f75d43c38b64dd5f222f Mon Sep 17 00:00:00 2001 From: Kyle Lemons Date: Fri, 7 Dec 2012 20:56:40 -0500 Subject: [PATCH] Add LICENSE file (CDDL-1.0) --- LICENSE | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8b8db71 --- /dev/null +++ b/LICENSE @@ -0,0 +1,17 @@ +Copyright 2010 Kyle Lemons +Copyright 2011 Google, Inc. (for changes on or after Feb. 22, 2011) + +The accompanying software is licensed under the Common Development and +Distribution License, Version 1.0 (CDDL-1.0, the "License"); you may not use +any part of this software except in compliance with the License. + +You may obtain a copy of the License at + http://opensource.org/licenses/CDDL-1.0 +More information about the CDDL can be found at + http://hub.opensolaris.org/bin/view/Main/licensing_faq + +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. \ No newline at end of file