tcl: add SPDX tag
[fw/openocd] / tcl / chip / atmel / at91 / pmc.tcl
index 584acb80bdf2e34360301ca4a7ec7d1deca659c7..0f997cad547520938c14fe865f5e5da92aabe227 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 
 if [info exists AT91C_MAINOSC_FREQ] {
     # user set this... let it be.
@@ -14,4 +15,3 @@ if [info exists AT91C_SLOWOSC_FREQ] {
     set AT91C_SLOWOSC_FREQ 32768
 }
 global AT91C_SLOWOSC_FREQ
-