patacongo commented on issue #528: sched/mqueue:  Correct/update license 
headers.
URL: https://github.com/apache/incubator-nuttx/pull/528#issuecomment-597188315
 
 
   > The word COPYRIGHT will appear in the BSD license, but not other form of 
the word copyright should appear in the file. I think if there is only one 
Copyright and the name matches, we can change the license.
   
   No, the word copyright appears in the BSD license too:
   
       $ grep -ci COPYRIGHT sched/init/nx_start.c
       5
   
   Five total as follows:
   
       $ grep -c COPYRIGHT sched/init/nx_start.c
       2
       
       $ grep -c copyright sched/init/nx_start.c
       2
       
       $ grep -c Copyright sched/init/nx_start.c
       1
   
   But the word Copright will appear only once on a file that we can safely 
modify

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to