diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-11-25 22:08:02 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-11-25 22:08:02 -0600 |
commit | feaf7812e80af2646d1098d2d6af5e828c6e7dde (patch) | |
tree | 1a70e08bb77842dd3b113385ef3787cc1faa3f33 /interfaz | |
parent | 6623f6c35f08b08a1e4dddfc3209acdaa57dcc8d (diff) | |
download | javanol-feaf7812e80af2646d1098d2d6af5e828c6e7dde.tar.gz javanol-feaf7812e80af2646d1098d2d6af5e828c6e7dde.tar.bz2 javanol-feaf7812e80af2646d1098d2d6af5e828c6e7dde.zip |
Se añade README, licencia y graphable.py (oops)
Diffstat (limited to 'interfaz')
-rw-r--r-- | interfaz/main.py | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/interfaz/main.py b/interfaz/main.py index b6c5ac9..2d12af5 100644 --- a/interfaz/main.py +++ b/interfaz/main.py @@ -277,9 +277,26 @@ Profesor: I.S.C. Ricardo González González Tecnológico Nacional de México en Celaya''') self.about_dialog.set_authors([ "Iván Alejandro Ávalos Díaz (18032572)", - "Edgar Alexis Martínez López (18030817)" + "Edgar Alexis López Martínez (18030817)" ]) self.about_dialog.set_logo_icon_name('applications-development') + self.about_dialog.set_license( + '''Copyright (C) 2022 Iván Alejandro Ávalos Díaz <avalos@disroot.org>, + Edgar Alexis López Martínez <edgarmlmp@gmail.com> + +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/>. + ''') self.about_dialog.show() def analisis_lexico(self, button): |