kernel/include/linux/crc16.h
.. .. @@ -1,3 +1,4 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-only */1 2 /* 2 3 * crc16.h - CRC-16 routine 3 4 * .. .. @@ -7,9 +8,6 @@ 7 8 * Init 0 8 9 * 9 10 * Copyright (c) 2005 Ben Gardner <bgardner@wabtec.com> 10 - *11 - * This source code is licensed under the GNU General Public License,12 - * Version 2. See the file COPYING for more details.13 11 */ 14 12 15 13 #ifndef __CRC16_H