treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505
[sfrench/cifs-2.6.git] / scripts / coccinelle / misc / array_size.cocci
index 09520f0941f0118c43f15f265784b38dcac8999e..4d2518749696b733f22a2ddb324352b5efb2d631 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
 ///
 //# This makes an effort to find cases where ARRAY_SIZE can be used such as
@@ -6,7 +7,7 @@
 //# division of the two sizeofs by ARRAY_SIZE.
 //
 // Confidence: High
-// Copyright: (C) 2014 Himangi Saraogi.  GPLv2.
+// Copyright: (C) 2014 Himangi Saraogi.
 // Comments:
 // Options: --no-includes --include-headers