mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
Add license header to armsrc/ldscript
This commit is contained in:
parent
845ea63b7c
commit
e949e6a63e
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
/*
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
||||||
|
at your option, any later version. See the LICENSE.txt file for the text of
|
||||||
|
the license.
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
Linker script for the ARM binary
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
*/
|
||||||
INCLUDE ../common/ldscript.common
|
INCLUDE ../common/ldscript.common
|
||||||
|
|
||||||
ENTRY(Vector)
|
ENTRY(Vector)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue