SQLiter icon indicating copy to clipboard operation
SQLiter copied to clipboard

Add copyright and license sentences into build scripts

Open vdshb opened this issue 5 months ago • 2 comments

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.

vdshb avatar Oct 02 '25 13:10 vdshb

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.

JakeWharton avatar Oct 02 '25 13:10 JakeWharton

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.

vdshb avatar Oct 03 '25 12:10 vdshb