We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some file headers match the old file header format, e. g.:
// // Unowned.swift // HandySwift // // Created by Murat Yilmaz on 19.05.18. // Copyright © 2018 Flinesoft. All rights reserved. //
instead of:
// // Created by Murat Yilmaz on 19.05.18. // Copyright © 2018 Flinesoft. All rights reserved. //
Is this intentional, or should we adjust old headers to the new format?
The text was updated successfully, but these errors were encountered:
We've even gone further and now just use this (see here):
// Copyright © 2018 Flinesoft. All rights reserved.
There's no intention behind that, it's just a leftover. Feel free to fix! 💯
Sorry, something went wrong.
Will create a PR soon ;)
Merge pull request #34 from Flinesoft/work/#31-file-headers
46cf615
File Headers
fredpi
Successfully merging a pull request may close this issue.
Some file headers match the old file header format, e. g.:
instead of:
Is this intentional, or should we adjust old headers to the new format?
The text was updated successfully, but these errors were encountered: