hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /// Unsigned expressions cannot be lesser than zero. Presence of
23 /// comparisons 'unsigned (<|<=|>|>=) 0' often indicates a bug,
34 /// usually wrong type of variable.
....@@ -11,7 +12,7 @@
1112 /// result is used to avoid false positives difficult to detect by other ways
1213 ///
1314 // Confidence: Average
14
-// Copyright: (C) 2015 Andrzej Hajda, Samsung Electronics Co., Ltd. GPLv2.
15
+// Copyright: (C) 2015 Andrzej Hajda, Samsung Electronics Co., Ltd.
1516 // URL: http://coccinelle.lip6.fr/
1617 // Options: --all-includes
1718