aboutsummaryrefslogtreecommitdiff
path: root/interfaz/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'interfaz/main.py')
-rw-r--r--interfaz/main.py19
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):