| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /// Compare pointer-typed values to NULL rather than 0 |
|---|
| 2 | 3 | /// |
|---|
| 3 | 4 | //# This makes an effort to choose between !x and x == NULL. !x is used |
|---|
| .. | .. |
|---|
| 7 | 8 | //# include path. |
|---|
| 8 | 9 | // |
|---|
| 9 | 10 | // Confidence: High |
|---|
| 10 | | -// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2. |
|---|
| 11 | | -// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2. |
|---|
| 11 | +// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. |
|---|
| 12 | +// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. |
|---|
| 12 | 13 | // URL: http://coccinelle.lip6.fr/ |
|---|
| 13 | 14 | // Requires: 1.0.0 |
|---|
| 14 | 15 | // Options: |
|---|