kiwix / kiwix-apple

Kiwix for offline access on iOS and macOS
https://apple.kiwix.org
GNU Lesser General Public License v3.0
434 stars 69 forks source link

GPLv3 compliant headers #719

Closed kelson42 closed 1 month ago

kelson42 commented 1 month ago

Fixes #575... and strips trailing white spaces over all files.

rgaudin commented 1 month ago

Header looks good but given how you had to consistently strip white spaces (as we do on other projects), I'm worried that hanging white space are the default or common way to do in Swift. This should be look into first. You did not mention this change in your PR description 😉

Also, before merging it's important that @BPerlakiH sets up this template he mentioned so new files are created in accordance to this.

kelson42 commented 1 month ago

@BPerlakiH Please complete directly in this PR with your templating solution.

BPerlakiH commented 1 month ago

Updated with the Xcode template and some post action that was required for XcodeGen. The commenting style was updated to match the format supported by Xcode.