Universalising name & bumping copyright

This commit is contained in:
Adsooi 2021-06-18 23:56:22 +02:00
parent e8442a4115
commit 83646baee0
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
22 changed files with 32 additions and 32 deletions

6
run.py
View file

@ -1,6 +1,6 @@
"""
* Logarithmic Plotter - Create graphs with logarithm scales.
* Copyright (C) 2020 Ad5001
* LogarithmPlotter - Create graphs with logarithm scales.
* Copyright (C) 2021 Ad5001
*
* 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
@ -102,7 +102,7 @@ class Helper(QObject):
app = QApplication(argv)
app.setApplicationName("Logarithmic Plotter")
app.setApplicationName("LogarithmPlotter")
app.setOrganizationName("Ad5001")
app.setWindowIcon(QIcon(os.path.realpath(os.path.join(os.getcwd(), "logplotter.svg"))))
engine = QQmlApplicationEngine()