From feaf7812e80af2646d1098d2d6af5e828c6e7dde Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Fri, 25 Nov 2022 22:08:02 -0600 Subject: Se añade README, licencia y graphable.py (oops) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaz/main.py | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'interfaz/main.py') 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 , + Edgar Alexis López Martínez + +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 . + ''') self.about_dialog.show() def analisis_lexico(self, button): -- cgit v1.2.3