X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=contrib%2Fitmdump.c;fp=contrib%2Fitmdump.c;h=f31e1ff756aba9a6de653e1297af695eaff81823;hp=88099040a6dcb24bf0c67c38303ef7263d4e9927;hb=2d48b8e012cf99f53cdd2a9130167c075717c7d7;hpb=25a374a187d760eddb87cbe639cb885b159b74b4 diff --git a/contrib/itmdump.c b/contrib/itmdump.c index 88099040a6..f31e1ff756 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