summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/s3c2440/crt0.S')
-rw-r--r--firmware/target/arm/s3c2440/crt0.S6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/target/arm/s3c2440/crt0.S b/firmware/target/arm/s3c2440/crt0.S
index efdb3f7248..6df8e4215d 100644
--- a/firmware/target/arm/s3c2440/crt0.S
+++ b/firmware/target/arm/s3c2440/crt0.S
@@ -13,8 +13,10 @@
13 * Copyright (c) 2003, Daniel Palffy (dpalffy (at) rainstorm.org) 13 * Copyright (c) 2003, Daniel Palffy (dpalffy (at) rainstorm.org)
14 * Copyright (c) 2005, Bernard Leach <leachbj@bouncycastle.org> 14 * Copyright (c) 2005, Bernard Leach <leachbj@bouncycastle.org>
15 * 15 *
16 * All files in this archive are subject to the GNU General Public License. 16 * This program is free software; you can redistribute it and/or
17 * See the file COPYING in the source tree root for full license agreement. 17 * modify it under the terms of the GNU General Public License
18 * as published by the Free Software Foundation; either version 2
19 * of the License, or (at your option) any later version.
18 * 20 *
19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
20 * KIND, either express or implied. 22 * KIND, either express or implied.