On Thu, May 3, 2018 at 12:48 PM, Dirk Hohndel dirk@hohndel.org wrote:
But if you do the same analysis for header files...
hohndel@rrmbpvm:~/src/linux[VMware-license-cleanup] $ git grep SPDX | grep .h: | cut -d: -f2 | sort | grep ^// | wc 549 1098 14823 hohndel@rrmbpvm:~/src/linux[VMware-license-cleanup] $ git grep SPDX | grep .h: | cut -d: -f2 | sort | grep ^/* | wc 7981 15962 215364
Right, Documentation/process/license-rules.rst says /* style should be used for .h files.