1
- /******************************************************************************
1
+ /*========================== begin_copyright_notice ============================
2
2
3
- Copyright (c) Intel Corporation (2013).
3
+ Copyright (c) 2013-2021 Intel Corporation
4
4
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:
14
11
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.
16
14
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.
18
22
23
+ ============================= end_copyright_notice ===========================*/
19
24
20
- ******************************************************************************/
25
+ // Sets igc32.dll name and file description
21
26
22
27
#include <winver.h>
23
28
#include "..\install\intcver.h"
24
29
25
-
26
30
#if defined(_WIN64)
27
31
#define VER_ORIGINALNAME "igc64.dll"
28
32
#else
@@ -34,6 +38,4 @@ Abstract: Sets igc32.dll name and file description
34
38
#define VER_FILEDESCRIPTION "Intel Graphics Shader Compiler for Intel(R) Graphics Accelerator"
35
39
#define VER_INTERNALNAME "IGC"
36
40
37
-
38
-
39
41
#include "..\inc\verinfo.ver"
0 commit comments