mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08: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
|
||||
|
||||
ENTRY(Vector)
|
||||
|
|
Loading…
Reference in a new issue