.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /// Check for constants that are added but are used elsewhere as bitmasks |
---|
2 | 3 | /// The results should be checked manually to ensure that the nonzero |
---|
3 | 4 | /// bits in the two constants are actually disjoint. |
---|
4 | 5 | /// |
---|
5 | 6 | // Confidence: Moderate |
---|
6 | | -// Copyright: (C) 2013 Julia Lawall, INRIA/LIP6. GPLv2. |
---|
7 | | -// Copyright: (C) 2013 Gilles Muller, INRIA/LIP6. GPLv2. |
---|
| 7 | +// Copyright: (C) 2013 Julia Lawall, INRIA/LIP6. |
---|
| 8 | +// Copyright: (C) 2013 Gilles Muller, INRIA/LIP6. |
---|
8 | 9 | // URL: http://coccinelle.lip6.fr/ |
---|
9 | 10 | // Comments: |
---|
10 | 11 | // Options: --no-includes --include-headers |
---|