diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2013-01-15 09:08:07 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2013-01-15 09:08:07 -0800 |
commit | 79c92288755ef534283df4a0ad8ac4c713c7fa03 (patch) | |
tree | ea7b1be583c5785c1ad6181b2a6e2f48b94d5a40 | |
parent | 5974aa2156eadf87ac3bfb7bf84380445940a05c (diff) |
313.18313.18
-rw-r--r-- | nvLegacy.h | 23 | ||||
-rw-r--r-- | version.mk | 2 |
2 files changed, 19 insertions, 6 deletions
@@ -1,11 +1,24 @@ /* - * nvLegacy.h + * Copyright (c) 2005, 2006, 2012 NVIDIA Corporation * - * Copyright (c) 2006, Nvidia Corporation. All rights reserved. + * 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 INFORMATION CONTAINED HEREIN IS PROPRIETARY AND CONFIDENTIAL TO - * NVIDIA, CORPORATION. USE, REPRODUCTION OR DISCLOSURE TO ANY THIRD PARTY - * IS SUBJECT TO WRITTEN PRE-APPROVAL BY NVIDIA, CORPORATION. + * The above copyright notice and this permission notice (including the next + * paragraph) 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 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. */ #ifndef __NV_LEGACY_H @@ -1 +1 @@ -NVIDIA_VERSION = 313.09 +NVIDIA_VERSION = 313.18 |