| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /// Find duplicate field initializations. This has a high rate of false |
|---|
| 2 | 3 | /// positives due to #ifdefs, which Coccinelle is not aware of in a structure |
|---|
| 3 | 4 | /// initialization. |
|---|
| 4 | 5 | /// |
|---|
| 5 | 6 | // Confidence: Low |
|---|
| 6 | | -// Copyright: (C) 2010-2012 Nicolas Palix. GPLv2. |
|---|
| 7 | | -// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6. GPLv2. |
|---|
| 8 | | -// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6. GPLv2. |
|---|
| 7 | +// Copyright: (C) 2010-2012 Nicolas Palix. |
|---|
| 8 | +// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6. |
|---|
| 9 | +// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6. |
|---|
| 9 | 10 | // URL: http://coccinelle.lip6.fr/ |
|---|
| 10 | 11 | // Comments: requires at least Coccinelle 0.2.4, lex or parse error otherwise |
|---|
| 11 | 12 | // Options: --no-includes --include-headers |
|---|