1- /******************************************************************************
1+ /*========================== begin_copyright_notice ============================
22
3- Copyright (c) Intel Corporation (2013).
3+ Copyright (c) 2013-2021 Intel Corporation
44
5- INTEL MAKES NO WARRANTY OF ANY KIND REGARDING THE CODE. THIS CODE IS
6- LICENSED ON AN "AS IS" BASIS AND INTEL WILL NOT PROVIDE ANY SUPPORT,
7- ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES. INTEL DOES NOT
8- PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY
9- DISCLAIMS ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY
10- PARTICULAR PURPOSE, OR ANY OTHER WARRANTY. Intel disclaims all liability,
11- including liability for infringement of any proprietary rights, relating to
12- use of the code. No license, express or implied, by estoppel or otherwise,
13- to any intellectual property rights is granted herein.
5+ Permission is hereby granted, free of charge, to any person obtaining a copy
6+ of this software and associated documentation files (the "Software"),
7+ to deal in the Software without restriction, including without limitation
8+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
9+ and/or sell copies of the Software, and to permit persons to whom
10+ the Software is furnished to do so, subject to the following conditions:
1411
15- File Name: usc.rc
12+ The above copyright notice and this permission notice shall be included
13+ in all copies or substantial portions of the Software.
1614
17- Abstract: Sets igc32.dll name and file description
15+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21+ IN THE SOFTWARE.
1822
23+ ============================= end_copyright_notice ===========================*/
1924
20- ******************************************************************************/
25+ // Sets igc32.dll name and file description
2126
2227#include <winver.h>
2328#include "..\install\intcver.h"
2429
25-
2630#if defined(_WIN64)
2731 #define VER_ORIGINALNAME "igc64.dll"
2832#else
@@ -34,6 +38,4 @@ Abstract: Sets igc32.dll name and file description
3438#define VER_FILEDESCRIPTION "Intel Graphics Shader Compiler for Intel(R) Graphics Accelerator"
3539#define VER_INTERNALNAME "IGC"
3640
37-
38-
3941#include "..\inc\verinfo.ver"
0 commit comments