aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorJacques Nadeau <jacques@apache.org>2014-09-03 09:30:56 -0700
committerJacques Nadeau <jacques@apache.org>2014-09-03 22:19:45 -0700
commit686eb9ef6d5dd425ae2eff4d2da58014b050fe6b (patch)
tree4edcd6ccd25b236a4b1cacd899550833410715db /LICENSE
parent09b00b1b7d2f65038a7d0da63bac89ab8ba8b4df (diff)
DRILL-1372: Separate category B licenses into their own directory in the binary distribution.
Adding a statement about the category B licensed software in the NOTICE files and adding the appropriate reference to MIT licensed source in the LICENSE file for the source distribution.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE32
1 files changed, 32 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 6b0b1270f..83b0fb9c8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -201,3 +201,35 @@
See the License for the specific language governing permissions and
limitations under the License.
+---------------------------------------------------------------------------
+This product includes source licensed under the MIT license
+
+The source files are located at contrib/native/client/src/clientlib/y2038/
+in the source distribution. The four files carry this license are:
+time64.c
+time64.h
+time64_config.h
+time64_limits.h
+
+Copyright (c) 2007-2010 Michael G Schwern
+
+This software originally derived from Paul Sheer's pivotal_gmtime_r.c.
+
+The MIT License:
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTIO