-
-
Notifications
You must be signed in to change notification settings - Fork 328
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
'Update' file headers: license notices, \file and other minor changes #1793
Conversation
03d8eaa
to
6b140fe
Compare
6b140fe
to
41e4ae5
Compare
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.
I have found small issue with repeated word. Please check my comment. ^__^
41e4ae5
to
861df8c
Compare
Congratulations 🎉. DeepCode analyzed your code in 18.71 seconds and we found no issues. Enjoy a moment of no bugs ☀️. 👉 View analysis in DeepCode’s Dashboard | Configure the bot |
I have plans to some other minor changes in files headers.
|
I think all header changes better to make in one PR, #include reorder in another. |
The PR is looks good now! I think it is ready to merge! ^__^ |
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.
Looks good!
I agree, those header changes are good to go with single PR, and includes in separate one. ^_^ |
Any decision or other proposal for Copyright statements?
The AUTHORS or AUTHORS.md file may begin with, as for Google suggestion,
|
d60015e
to
bfef733
Compare
I (still?) didn't remove those lines from
Maybe the entire folder should be deleted anyway. |
I still will fix the But I don't know what to do with copyright statements as I told here #1793 (comment) – if we'll do something about it. I think we should go for options 3 or 4, because probably we would need the explicit permission of the listed authors to remove their explicit names from there (some licenses require to retain the copyright notices – I'm not sure about GPLv2). |
9a444eb
to
e31de4c
Compare
The fixes/adaptations until now (check
The last one I need opinions from you @morevnaproject @ice0 (please see my previous posts). |
As I have no decision about copyright notices/authors, I'll stop this PR here. |
@morevnaproject @rodolforg |
OK |
Absolutely agree ^__^ |
In order to follow GNU suggestion stated here: http://www.gnu.org/licenses/gpl-howto.html
In order to follow GNU suggestion stated here: http://www.gnu.org/licenses/gpl-howto.html
In order to follow GNU suggestion stated here: http://www.gnu.org/licenses/gpl-howto.html
In order to follow GNU suggestion stated here: http://www.gnu.org/licenses/gpl-howto.html
It was useful and used in CVS and SVN ages, not in git. Those 'old' versioning systems replace the $Id$ with the current version id on checkout, but git doesn't do it.
It was useful and used in CVS and SVN ages, not in git. Those 'old' versioning systems replace the $Id$ with the current version id on checkout, but git doesn't do it.
It was useful and used in CVS and SVN ages, not in git. Those 'old' versioning systems replace the $Id$ with the current version id on checkout, but git doesn't do it.
It was useful and used in CVS and SVN ages, not in git. Those 'old' versioning systems replace the $Id$ with the current version id on checkout, but git doesn't do it.
and some respective \brief (error due to copy and paste) These are special commands for Doxygen documentation generator.
and some respective \brief (error due to copy and paste) These are special commands for Doxygen documentation generator.
and set some \brief (already existent, but not annotated as so). These are special commands for Doxygen documentation generator.
It should be a file contents description, but they use the template file description
or replace it with \note doxygen command when not empty
45ec289
to
2ce2609
Compare
Rebased then ;) |
Merged. Thank you! |
Regarding the copyright statement, should we/I do something? XD
|
I suggest to go with 4. |
I'm okay with it. |
I think there is no harm if we leave their names in file. But I do not mind if you will remove my name. ^__^ |
I don't care about mine too. |
The fixes/adaptations in source code file headers (check
synfig-core/src/modules/lyr_std/freetime.cpp
for example):$Id$
– useful in CVS/SVN era, not used since project migrated to Git\file
doxygen command – it was added in some files, specially on ETL folder=== N O T E S =========
sections of file headers.The license notices were changed to follow the GNU suggestion of how to do it:
http://www.gnu.org/licenses/gpl-howto.html (section "The license notices").
I kept the indentation of each original header, although I don't see why use tabular here.