.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /// Many iterators have the property that the first argument is always bound |
---|
2 | 3 | /// to a real list element, never NULL. |
---|
3 | 4 | //# False positives arise for some iterators that do not have this property, |
---|
.. | .. |
---|
6 | 7 | //# or return). |
---|
7 | 8 | /// |
---|
8 | 9 | // Confidence: Moderate |
---|
9 | | -// Copyright: (C) 2010-2012 Nicolas Palix. GPLv2. |
---|
10 | | -// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6. GPLv2. |
---|
11 | | -// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6. GPLv2. |
---|
| 10 | +// Copyright: (C) 2010-2012 Nicolas Palix. |
---|
| 11 | +// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6. |
---|
| 12 | +// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6. |
---|
12 | 13 | // URL: http://coccinelle.lip6.fr/ |
---|
13 | 14 | // Comments: |
---|
14 | 15 | // Options: --no-includes --include-headers |
---|