diff --git a/activity_browser/static/startscreen/welcome.html b/activity_browser/static/startscreen/welcome.html index 9c394b412..b75a2a558 100644 --- a/activity_browser/static/startscreen/welcome.html +++ b/activity_browser/static/startscreen/welcome.html @@ -97,20 +97,8 @@

Contributing

page on contributing for more detailed instructions.

Copyright and License

-Copyright (c) 2016-2023, Bernhard Steubing (Leiden University)
+For copyright information please see the copyright on this page.

Copyright and License

-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 http://www.gnu.org/licenses/. +For license information please see the copyright on this page.

diff --git a/activity_browser/ui/menu_bar.py b/activity_browser/ui/menu_bar.py index e1088e2c6..f31687715 100644 --- a/activity_browser/ui/menu_bar.py +++ b/activity_browser/ui/menu_bar.py @@ -120,15 +120,8 @@ def about(self): Activity Browser - a graphical interface for Brightway2.

Application version: {}

All development happens on github.

-Main developers:
-- Bernhard Steubing (CML Leiden University)
-- Jonathan Kidner (CML Leiden University)

-For copyright information please see the copyright on http://www.gnu.org/licenses/. +For copyright information please see the copyright on this page.

+For license information please see the copyright on this page.

""" msgBox = QtWidgets.QMessageBox(parent=self.window) msgBox.setWindowTitle('About the Activity Browser')