|
3 | 3 | * Part two of the system initialization code, contains C-level
|
4 | 4 | * initialization, thumb-2 only variant.
|
5 | 5 | *
|
6 |
| - * Copyright 2006 IAR Systems. All rights reserved. |
7 |
| - * |
8 | 6 | * $Revision: 59783 $
|
9 | 7 | *
|
10 | 8 | **************************************************/
|
| 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. |
11 | 18 |
|
| 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 | +*/ |
12 | 27 |
|
13 | 28 | ; --------------------------------------------------
|
14 | 29 | ; Module ?cmain, C-level initialization.
|
|
0 commit comments