hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/include/linux/cnt32_to_63.h
....@@ -1,13 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Extend a 32-bit counter to 63 bits
34 *
45 * Author: Nicolas Pitre
56 * Created: December 3, 2006
67 * Copyright: MontaVista Software, Inc.
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2
10
- * as published by the Free Software Foundation.
118 */
129
1310 #ifndef __LINUX_CNT32_TO_63_H__