Skip to content

Commit

Permalink
bump copyright year to 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaller committed Feb 11, 2025
1 parent e9e013c commit eae1122
Show file tree
Hide file tree
Showing 281 changed files with 284 additions and 284 deletions.
2 changes: 1 addition & 1 deletion EidosScribe/Base.lproj/EidosAboutWindow.xib
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cD8-Mz-qIr">
<rect key="frame" x="175" y="336" width="366" height="16"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Copyright © 2016-2024 Philipp Messer. All rights reserved." id="jZm-bw-sGW">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Copyright © 2016-2025 Philipp Messer. All rights reserved." id="jZm-bw-sGW">
<font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 4/7/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosAppDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 4/7/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosCocoaExtra.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 9/11/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosCocoaExtra.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 9/11/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosConsoleTextView.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 4/8/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
4 changes: 2 additions & 2 deletions EidosScribe/EidosConsoleTextView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 4/8/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down Expand Up @@ -199,7 +199,7 @@ - (void)showWelcomeMessage
NSString *versionString = [NSString stringWithFormat:@"Eidos version %s\n\nBy Benjamin C. Haller (", EIDOS_VERSION_STRING];
NSAttributedString *welcomeString1 = [[NSAttributedString alloc] initWithString:versionString attributes:outputAttrs]; // EIDOS VERSION
NSAttributedString *welcomeString2 = [[NSAttributedString alloc] initWithString:@"http://benhaller.com/" attributes:[NSDictionary eidosBaseAttributes:outputAttrs withHyperlink:@"http://benhaller.com/"]];
NSAttributedString *welcomeString3 = [[NSAttributedString alloc] initWithString:@").\nCopyright (c) 2016–2024 P. Messer. All rights reserved.\n\nEidos is free software with ABSOLUTELY NO WARRANTY.\nType license() for license and distribution details.\n\nGo to " attributes:outputAttrs];
NSAttributedString *welcomeString3 = [[NSAttributedString alloc] initWithString:@").\nCopyright (c) 2016–2025 P. Messer. All rights reserved.\n\nEidos is free software with ABSOLUTELY NO WARRANTY.\nType license() for license and distribution details.\n\nGo to " attributes:outputAttrs];
NSAttributedString *welcomeString4 = [[NSAttributedString alloc] initWithString:@"https://github.com/MesserLab/SLiM" attributes:[NSDictionary eidosBaseAttributes:outputAttrs withHyperlink:@"https://github.com/MesserLab/SLiM"]];
NSAttributedString *welcomeString5 = [[NSAttributedString alloc] initWithString:@" for source code,\ndocumentation, examples, and other information.\n\nWelcome to Eidos!\n\n---------------------------------------------------------\n\n" attributes:outputAttrs];

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosConsoleTextViewDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 9/11/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosConsoleWindowController.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 6/13/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosConsoleWindowController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 6/13/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosConsoleWindowControllerDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 9/10/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosHelpController.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 9/12/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosHelpController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 9/12/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosPrettyprinter.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 7/30/17.
// Copyright (c) 2017-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2017-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosPrettyprinter.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 7/30/17.
// Copyright (c) 2017-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2017-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosScribe-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016–2024 Philipp Messer, http://messerlab.org/slim/. All rights reserved.</string>
<string>Copyright © 2016–2025 Philipp Messer, http://messerlab.org/slim/. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosScribe_multi-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016–2024 Philipp Messer, http://messerlab.org/slim/. All rights reserved.</string>
<string>Copyright © 2016–2025 Philipp Messer, http://messerlab.org/slim/. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosTextView.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 6/14/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosTextView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 6/14/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosTextViewDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 9/10/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosValueWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 5/31/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosValueWrapper.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 5/31/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosVariableBrowserController.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 6/13/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosVariableBrowserController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 6/13/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosVariableBrowserControllerDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 9/11/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// EidosScribe
//
// Created by Ben Haller on 4/7/15.
// Copyright (c) 2015-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMAbout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 8/2/2019.
// Copyright (c) 2019-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2019-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMAbout.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 8/2/2019.
// Copyright (c) 2019-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2019-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMAbout.ui
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Copyright © 2016–2024 Philipp Messer. All rights reserved.</string>
<string>Copyright © 2016–2025 Philipp Messer. All rights reserved.</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMAppDelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 7/13/2019.
// Copyright (c) 2019-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2019-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 7/13/2019.
// Copyright (c) 2019-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2019-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMChromosomeWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 7/28/2019.
// Copyright (c) 2019-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2019-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMChromosomeWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 7/28/2019.
// Copyright (c) 2019-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2019-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMChromosomeWidget_GL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 8/25/2024.
// Copyright (c) 2024 Philipp Messer. All rights reserved.
// Copyright (c) 2024-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMChromosomeWidget_QT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 8/25/2024.
// Copyright (c) 2024 Philipp Messer. All rights reserved.
// Copyright (c) 2024-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
4 changes: 2 additions & 2 deletions QtSLiM/QtSLiMConsoleTextEdit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 12/6/2019.
// Copyright (c) 2019-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2019-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down Expand Up @@ -100,7 +100,7 @@ void QtSLiMConsoleTextEdit::showWelcome(void)
QString welcomeMessage;
welcomeMessage = welcomeMessage + "Eidos version " + EIDOS_VERSION_STRING + NEWLINE + NEWLINE; // EIDOS VERSION
welcomeMessage += "By Benjamin C. Haller (http://benhaller.com/)." + NEWLINE;
welcomeMessage += "Copyright (c) 2016–2024 P. Messer. All rights reserved." + NEWLINE + NEWLINE;
welcomeMessage += "Copyright (c) 2016–2025 P. Messer. All rights reserved." + NEWLINE + NEWLINE;
welcomeMessage += "Eidos is free software with ABSOLUTELY NO WARRANTY." + NEWLINE;
welcomeMessage += "Type license() for license and distribution details." + NEWLINE + NEWLINE;
welcomeMessage += "Go to https://github.com/MesserLab/SLiM for source code," + NEWLINE;
Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMConsoleTextEdit.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 12/6/2019.
// Copyright (c) 2019-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2019-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMDebugOutputWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 02/06/2021.
// Copyright (c) 2021-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2021-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMDebugOutputWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 02/06/2021.
// Copyright (c) 2021-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2021-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMEidosConsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 12/6/2019.
// Copyright (c) 2019-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2019-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMEidosConsole.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 12/6/2019.
// Copyright (c) 2019-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2019-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiMEidosConsole_glue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SLiM
//
// Created by Ben Haller on 12/6/2019.
// Copyright (c) 2019-2024 Philipp Messer. All rights reserved.
// Copyright (c) 2019-2025 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//

Expand Down
Loading

0 comments on commit eae1122

Please sign in to comment.