File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- //
2
- // Copyright (c) Microsoft. All rights reserved.
3
- // Licensed under the MIT license. See LICENSE file in the project root for full license information.
4
- //
1
+ // -------------------------------------------------------------------------------------------------------
2
+ // ChakraCore/Pal
3
+ // Contains portions (c) copyright Microsoft, portions copyright (c) the .NET Foundation and Contributors
4
+ // and edits (c) copyright the ChakraCore Contributors.
5
+ // See THIRD-PARTY-NOTICES.txt in the project root for .NET Foundation license
6
+ // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
7
+ // -------------------------------------------------------------------------------------------------------
5
8
6
9
/* ++
7
10
@@ -19,9 +22,9 @@ Module Name:
19
22
20
23
--*/
21
24
25
+ #include < math.h>
22
26
#include " pal/palinternal.h"
23
27
#include " pal/dbgmsg.h"
24
- #include < math.h>
25
28
26
29
#if HAVE_IEEEFP_H
27
30
#include < ieeefp.h>
You can’t perform that action at this time.
0 commit comments