Closed ERussel closed 5 years ago
AFAIK we need to put license header to all code files. What is a code file and where to find this rule — might be the questions you'll ask but I can't find them now. Maybe somewhere in wiki.hyperledger.org.
As for now — you can try using grep as Mikhail did here: https://github.com/hyperledger/iroha/pull/1944
@ERussel any updates?
@neewy, license headers added to all implemented source code, except those generated by protobuf utility. How do think should we also add license header to them?
@ERussel generated code should not be stored in repo usually. We don't need to put there license headers anyway.
@ERussel generated code should not be stored in repo usually. We don't need to put there license headers anyway.
I decided that it will be simpler for library user. In this case he/she needs only XCode and just adds library as a dependency to a project. Otherwise we need to require also additional cli tools to be installed.