diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2007-08-30 16:37:17 -0700 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2007-09-04 17:12:26 -0700 |
commit | f01a004ab5dbcd6ddb1ab3dbb5546aba0ff65535 (patch) | |
tree | 79c4d43375c2ca8fe3da31067c009c670fcda784 /dummy_drv_video/object_heap.c | |
parent | 067e333cab15fc98d7808511fa64989debfcc264 (diff) |
Explicit license text
Diffstat (limited to 'dummy_drv_video/object_heap.c')
-rw-r--r-- | dummy_drv_video/object_heap.c | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/dummy_drv_video/object_heap.c b/dummy_drv_video/object_heap.c index af7ad17..5e85064 100644 --- a/dummy_drv_video/object_heap.c +++ b/dummy_drv_video/object_heap.c @@ -1,5 +1,25 @@ /* - * @COPYRIGHT@ Intel Confidential - Unreleased Software + * Copyright (c) 2007 Intel 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, sub license, 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 (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 NON-INFRINGEMENT. + * IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS 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. */ #include "object_heap.h" |