treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178
[linux-2.6-block.git] / tools / spi / spidev_test.c
index 4c12e6aea5d5d0d10c60aa4aee76ab25ce225af4..3559e7646256144d5fb0fc6a8b2c7708a9cbc103 100644 (file)
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * SPI testing utility (using spidev driver)
  *
  * Copyright (c) 2007  MontaVista Software, Inc.
  * Copyright (c) 2007  Anton Vorontsov <avorontsov@ru.mvista.com>
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License.
- *
  * Cross-compile with cross-gcc -I/path/to/cross-kernel/include
  */