License of generated shell completion files #5394
-
| 
         So far I've used  The question is: what's the license of completions generated by clap_complete ? Is it a "substantial portion of the software" ?Should I add an MIT/spdx header to them ? Or are they public domain ?  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| 
         Not a lawyer but I would consider the generated code to not be substantive enough for the copyright to be from   | 
  
Beta Was this translation helpful? Give feedback.
Not a lawyer but I would consider the generated code to not be substantive enough for the copyright to be from
clap_completebut instead it would be your application's license as that is where the "interesting" parts come from.