X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=contrib%2Fitmdump.c;h=e7523d9bc2b72275636258cbd5c8a109072fa522;hb=b2f6b231177240af6693340e4e00d16c1e512692;hp=88099040a6dcb24bf0c67c38303ef7263d4e9927;hpb=b19505a34377c2bade1aa129108b0c6aec577512;p=fw%2Fopenocd diff --git a/contrib/itmdump.c b/contrib/itmdump.c index 88099040a..e7523d9bc 100644 --- a/contrib/itmdump.c +++ b/contrib/itmdump.c @@ -1,19 +1,6 @@ -/* - * Copyright (C) 2010 by David Brownell - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or (at - * your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ +// SPDX-License-Identifier: GPL-3.0-or-later + +/* Copyright (C) 2010 by David Brownell */ /* * Simple utility to parse and dump ARM Cortex-M3 SWO trace output. Once the