Replies: 4 comments 4 replies
|
we could actually shrink it to one line |
0 replies
|
+1 for one liner. |
1 reply
|
This could also be another option: I think we could avoid writing the "check license.txt" since we've copyright and @license a few lines below |
2 replies
|
For the benefit of all watching this discussion, Sven has updated his PR with a new proposal that moves the bulk of the text to COPYING.txt: #4467 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everybody,
at the moment every file in our repo has this docblock
I notice a few things:
@licenselink (last line) needs a small update since opensource.org changed their pages URLs (they've redirects so it's not a real problem)@license, and the first line of text also states that the file is under OSL. So we've written that the file is OSL 3 times in a few lines of text, do we really need that?Do you think we can make this text/docblock better and smaller?
Symfony does it this way:
Wordpress doesn't seem to have a license docblock https://github.com/WordPress/WordPress/blob/master/wp-login.php
Laravel neither https://github.com/laravel/framework/blob/10.x/src/Illuminate/Conditionable/HigherOrderWhenProxy.php
Magento 2 has this:
All reactions