hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/ucb1400.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Register definitions and functions for:
34 * Philips UCB1400 driver
....@@ -10,10 +11,6 @@
1011 * Spliting done by: Marek Vasut <marek.vasut@gmail.com>
1112 * If something doesn't work and it worked before spliting, e-mail me,
1213 * dont bother Nicolas please ;-)
13
- *
14
- * This program is free software; you can redistribute it and/or modify
15
- * it under the terms of the GNU General Public License version 2 as
16
- * published by the Free Software Foundation.
1714 *
1815 * This code is heavily based on ucb1x00-*.c copyrighted by Russell King
1916 * covering the UCB1100, UCB1200 and UCB1300.. Support for the UCB1400 has