diff options
Diffstat (limited to 'include/linux/mISDNhw.h')
| -rw-r--r-- | include/linux/mISDNhw.h | 11 | 
1 files changed, 1 insertions, 10 deletions
| diff --git a/include/linux/mISDNhw.h b/include/linux/mISDNhw.h index 9d96d5d4dfed..ef4f8eb02eac 100644 --- a/include/linux/mISDNhw.h +++ b/include/linux/mISDNhw.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */  /*   *   * Author	Karsten Keil <[email protected]> @@ -5,16 +6,6 @@   *   Basic declarations for the mISDN HW channels   *   * Copyright 2008  by Karsten Keil <[email protected]> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * 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. - *   */  #ifndef MISDNHW_H |