diff options
Diffstat (limited to 'sys-utils/lsirq.c')
| -rw-r--r-- | sys-utils/lsirq.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys-utils/lsirq.c b/sys-utils/lsirq.c index ba281a7913..36164c96bb 100644 --- a/sys-utils/lsirq.c +++ b/sys-utils/lsirq.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: LGPL-2.1-or-later + * * lsirq - utility to display kernel interrupt information. * * Copyright (C) 2019 zhenwei pi <pizhenwei@bytedance.com> @@ -8,15 +10,6 @@ * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <ctype.h> #include <errno.h> |
