Am 22.12.2017 um 11:34 schrieb Türk, Jan:
On Wed, Dec 20, 2017 at 02:47:04PM +0100, jan.tuerk@emtrion.com wrote:
- SPDX-License-Identifier: GPL-2.0
You have this.
Also, the rules around this are getting a bit stricter saying the SPDX tag should be the first line of the file using a C++ style comment.
I'll change it for v3 of this patch however it will end up like this: //SPDX-License...
I would've expected:
// SPDX-License...
/*
- Copyright
Cheers, Andreas