... | ... | @@ -146,7 +146,7 @@ __Final testing!__ |
|
|
* __Update copyright:__ Check if every file has the correct and not the outdated copyright notice. You
|
|
|
can list files that contain the old notice with executing
|
|
|
```
|
|
|
grep - rl " Copyright " -- include =\*.{cc,hh}
|
|
|
grep -rl " Copyright " -- include =\*.{cc,hh}
|
|
|
```
|
|
|
in the DuMu<sup>x</sup> root directory.
|
|
|
|
... | ... | |