-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
[License] change license to Dual-License with GPL and Data Definition Commercial License (DDCL) #423
Conversation
…s Commercial License (DDCL)
…s Commercial License (DDCL)
…s Commercial License (DDCL)
…s Commercial License (DDCL)
@aarongerig please approve once you are fine with it |
public function __construct( | ||
) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dpfaffenbauer This seems to be a weird CS rule. Empty constructor should not be split across two lines and with that indentation IMO. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty constructor per-se should not exist.
We use the same CS rule in CoreShop. I actually only added it for the License headers :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, then that's fine with me. :)
No description provided.