Skip to content

Commit 73d1745

Browse files
authored
Merge pull request #4382 from AndersLundgren/patch-1
Update cmain.S license
2 parents c74013e + 0167cbd commit 73d1745

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

cmsis/TOOLCHAIN_IAR/cmain.S

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,27 @@
33
* Part two of the system initialization code, contains C-level
44
* initialization, thumb-2 only variant.
55
*
6-
* Copyright 2006 IAR Systems. All rights reserved.
7-
*
86
* $Revision: 59783 $
97
*
108
**************************************************/
9+
/* Copyright 2008-2017, IAR Systems AB.
10+
This source code is the property of IAR Systems. The source code may only
11+
be used together with the IAR Embedded Workbench. Redistribution and use
12+
in source and binary forms, with or without modification, is permitted
13+
provided that the following conditions are met:
14+
- Redistributions of source code, in whole or in part, must retain the
15+
above copyright notice, this list of conditions and the disclaimer below.
16+
- IAR Systems name may not be used to endorse or promote products
17+
derived from this software without specific prior written permission.
1118
19+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
20+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
21+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
22+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
23+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
24+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
25+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
26+
*/
1227

1328
; --------------------------------------------------
1429
; Module ?cmain, C-level initialization.

0 commit comments

Comments
 (0)