.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /// Find bit operations that include the same argument more than once |
---|
2 | 3 | //# One source of false positives is when the argument performs a side |
---|
3 | 4 | //# effect. Another source of false positives is when a neutral value |
---|
.. | .. |
---|
5 | 6 | //# same structure as other similar expressions |
---|
6 | 7 | /// |
---|
7 | 8 | // Confidence: Moderate |
---|
8 | | -// Copyright: (C) 2010 Nicolas Palix, DIKU. GPLv2. |
---|
9 | | -// Copyright: (C) 2010 Julia Lawall, DIKU. GPLv2. |
---|
10 | | -// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6. GPLv2. |
---|
| 9 | +// Copyright: (C) 2010 Nicolas Palix, DIKU. |
---|
| 10 | +// Copyright: (C) 2010 Julia Lawall, DIKU. |
---|
| 11 | +// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6. |
---|
11 | 12 | // URL: http://coccinelle.lip6.fr/ |
---|
12 | 13 | // Comments: |
---|
13 | 14 | // Options: --no-includes --include-headers |
---|