From f7dda6c2cefa5f44e3e75e7220df486555bedcca Mon Sep 17 00:00:00 2001 From: Jared Casper Date: Fri, 20 Apr 2018 12:55:43 -0700 Subject: [PATCH] Clarify which files are under which license. --- LICENSE | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/LICENSE b/LICENSE index 83c9903..43dfe3b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,5 @@ +Unless otherwise stated, all files are released under the following license: + * Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,3 +25,10 @@ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +Files from the Boost library are under their own +license found in src/boost/LICENSE_1_0.txt. + +Header files from the NVIDIA Video Codec SDK in src/nvidia are also +under their own license which is contained at the top of each header.