kernel/include/linux/cnt32_to_63.h
.. .. @@ -1,13 +1,10 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-only */1 2 /* 2 3 * Extend a 32-bit counter to 63 bits 3 4 * 4 5 * Author: Nicolas Pitre 5 6 * Created: December 3, 2006 6 7 * Copyright: MontaVista Software, Inc. 7 - *8 - * This program is free software; you can redistribute it and/or modify9 - * it under the terms of the GNU General Public License version 210 - * as published by the Free Software Foundation.11 8 */ 12 9 13 10 #ifndef __LINUX_CNT32_TO_63_H__