If we revert that one, with devscript 2.15.5, I can get the digia copyright back:
[Copyright: 2014 Digia Plc and/or its subsidiary(-ies)]
I'm unsure about that change (and ther other optimization related into that commit). I guess we can introduce one test for that use case. Opening the bug in debian BTS for this.
After some analysis, it started in 2.15.5.
The commit creating it is https:/ /anonscm. debian. org/cgit/ collab- maint/devscript s.git/commit/ ?id=97ac51f5456 8728618695b9290 7a8ac4b87a1709, more especially, due to this change: copyright_ disindicator_ regex%ix) { disindicator_ regex) {
- if ($match !~ m%^\s*$
+ if ($match !~ $copyright_
If we revert that one, with devscript 2.15.5, I can get the digia copyright back:
[Copyright: 2014 Digia Plc and/or its subsidiary(-ies)]
I'm unsure about that change (and ther other optimization related into that commit). I guess we can introduce one test for that use case. Opening the bug in debian BTS for this.