kernel/scripts/coccinelle/misc/warn.cocci
.. .. @@ -1,8 +1,9 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /// Use WARN(1,...) rather than printk followed by WARN_ON(1) 2 3 /// 3 4 // Confidence: High 4 -// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2.5 -// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2.5 +// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.6 +// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.6 7 // URL: http://coccinelle.lip6.fr/ 7 8 // Comments: 8 9 // Options: --no-includes --include-headers