26 Jul
2018
26 Jul
'18
6:31 p.m.
On Thu, Jul 26, 2018 at 10:36:08AM -0500, Pierre-Louis Bossart wrote:
Ah, makes sense. if that's alright I'll use the following style then.
.h files
/* SPDX-License-Identifier: GPL-2.0 */ /*
- Copyright(c) 2015-17 Intel Corporation.
*/
Yup.
.c files // SPDX-License-Identifier: GPL-2.0 /*
- Copyright(c) 2015-17 Intel Corporation.
*/
Lots of people are doing that, I do prefer that the entire comment ends up C++ so it looks a bit more consistent but most people are happy with that.