Add copyright and license sentences into build scripts
I'd like to reuse your code from
- https://github.com/touchlab/SQLiter/blob/main/sqliter-driver/build.gradle.kts
- https://github.com/touchlab/SQLiter/blob/main/sqliter-driver/src/nativeInterop/cinterop/sqlite3.def
Would you mind to add copyright/license block into these files to clearer mention copyright holder?
It would be also nice to add company or developer name into LICENCE file (currently there are placeholders there).
I can create a PR to ease this code improvements.
It would be also nice to add company or developer name into LICENCE file (currently there are placeholders there).
That part of the license is the template you use to apply it elsewhere. You're not supposed to modify it.
It would be also nice to add company or developer name into LICENCE file (currently there are placeholders there).
That part of the license is the template you use to apply it elsewhere. You're not supposed to modify it.
Probably I was wrong. I'm just looking to the part of text I supoose to mention in my code to keep Touchlab and @kpgalligan happy about it. I thought it must be mentioned in LICENCE file in the appendix text if it's not in files themselves.