Skip to content

Commit 83215b3

Browse files
committed
further copyright shift work
1 parent 16852c1 commit 83215b3

38 files changed

Lines changed: 6 additions & 6000 deletions

QtSLiM/QtSLiMAbout.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<item>
155155
<widget class="QLabel" name="label_2">
156156
<property name="text">
157-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;By Benjamin C. Haller, &lt;a href=&quot;http://benhaller.com/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://benhaller.com/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
157+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;By Benjamin C. Haller and Philipp W. Messer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
158158
</property>
159159
<property name="openExternalLinks">
160160
<bool>true</bool>

QtSLiM/QtSLiMConsoleTextEdit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void QtSLiMConsoleTextEdit::showWelcome(void)
9999

100100
QString welcomeMessage;
101101
welcomeMessage = welcomeMessage + "Eidos version " + EIDOS_VERSION_STRING + NEWLINE + NEWLINE; // EIDOS VERSION
102-
welcomeMessage += "By Benjamin C. Haller (http://benhaller.com/)." + NEWLINE;
102+
welcomeMessage += "By Benjamin C. Haller and Philipp W. Messer." + NEWLINE;
103103
welcomeMessage += "Copyright (c) 2016–2025 Benjamin C. Haller." + NEWLINE;
104104
welcomeMessage += "All rights reserved." + NEWLINE + NEWLINE;
105105
welcomeMessage += "Eidos is free software with ABSOLUTELY NO WARRANTY." + NEWLINE;

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GitHub Actions | Fedora Copr | Conda
2222
License
2323
----------
2424

25-
Copyright (c) 2016-2024 Philipp Messer. All rights reserved.
25+
Copyright (c) 2016-2025 Benjamin C. Haller. All rights reserved.
2626

2727
SLiM 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.
2828

@@ -33,7 +33,7 @@ You should have received a copy of the GNU General Public License along with SLi
3333
Development & Feedback
3434
-----------------------------------
3535

36-
SLiM is under active development, and our goal is to make it as broadly useful as possible. If you have feedback or feature requests, or if you are interested in contributing to SLiM, please contact Philipp Messer at [messer@cornell.edu](mailto:messer@cornell.edu). Please note that Philipp is also looking for graduate students and postdocs.
36+
SLiM is a product of the Messer Lab, [http://messerlab.org/](http://messerlab.org/), by Benjamin C. Haller and Philipp W. Messer. SLiM is under active development, and our goal is to make it as broadly useful as possible. If you have feedback or feature requests, or if you are interested in contributing to SLiM, please contact Ben Haller at [bhaller@mac.com](mailto:bhaller@mac.com). Please note that Philipp is also looking for graduate students and postdocs.
3737

3838
Installation
3939
------------

SLiMgui/ScriptMod.h

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)