Closed Felipegalind0 closed 6 months ago
This is awesome! Thanks! Can you please add the license and copyright information at the top of the the new file you have created (controls_dialog.py) ? See for example: https://github.com/Abe404/root_painter/blob/master/painter/src/main/python/assign_corrections.py
Kind regards, Abraham
Note: This addresses https://github.com/Abe404/root_painter/issues/81
I’m glad you like it, I definitely think it will make it easier for newbies to get started
Copyright notice added per your request
if you’d like me to address another issue please just let me know
Thanks for the swift response. I should have been a bit clearer regarding the copyright notice. I'm doing it on a per file basis (I think that's how it works legally). For this file it is only you who should be listed and the year should be 2024.
""" This file is part of RootPainter.
Copyright (C) 2024 Felipe Galindo
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. """
""" [Brief description of what this file does] """
The breif description is entirely optional :) I think the code is short and self explanatory.
Oops, my bad, it should be OK now :D