Skip to content

Commit 16852c1

Browse files
committed
shift copyrights as discussed
1 parent 1c54e95 commit 16852c1

285 files changed

Lines changed: 297 additions & 296 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

EidosSLiMTests/EidosTests.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SLiM
44
//
55
// Created by Ben Haller on 1/27/17.
6-
// Copyright (c) 2017-2022 Philipp Messer. All rights reserved.
6+
// Copyright (c) 2017-2022 Benjamin C. Haller. All rights reserved.
77
// A product of the Messer Lab, http://messerlab.org/slim/
88
//
99

EidosSLiMTests/SLiMTests.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SLiM
44
//
55
// Created by Ben Haller on 1/27/17.
6-
// Copyright (c) 2017-2022 Philipp Messer. All rights reserved.
6+
// Copyright (c) 2017-2022 Benjamin C. Haller. All rights reserved.
77
// A product of the Messer Lab, http://messerlab.org/slim/
88
//
99

EidosScribe/Base.lproj/EidosAboutWindow.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
</textFieldCell>
6060
</textField>
6161
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cD8-Mz-qIr">
62-
<rect key="frame" x="175" y="336" width="366" height="16"/>
63-
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Copyright © 2016-2025 Philipp Messer. All rights reserved." id="jZm-bw-sGW">
62+
<rect key="frame" x="175" y="336" width="389" height="16"/>
63+
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Copyright © 2016-2025 Benjamin C. Haller. All rights reserved." id="jZm-bw-sGW">
6464
<font key="font" metaFont="system"/>
6565
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
6666
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>

EidosScribe/EidosAppDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// EidosScribe
44
//
55
// Created by Ben Haller on 4/7/15.
6-
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
6+
// Copyright (c) 2015-2025 Benjamin C. Haller. All rights reserved.
77
// A product of the Messer Lab, http://messerlab.org/slim/
88
//
99

EidosScribe/EidosAppDelegate.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// EidosScribe
44
//
55
// Created by Ben Haller on 4/7/15.
6-
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
6+
// Copyright (c) 2015-2025 Benjamin C. Haller. All rights reserved.
77
// A product of the Messer Lab, http://messerlab.org/slim/
88
//
99

EidosScribe/EidosCocoaExtra.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SLiM
44
//
55
// Created by Ben Haller on 9/11/15.
6-
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
6+
// Copyright (c) 2015-2025 Benjamin C. Haller. All rights reserved.
77
// A product of the Messer Lab, http://messerlab.org/slim/
88
//
99

EidosScribe/EidosCocoaExtra.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SLiM
44
//
55
// Created by Ben Haller on 9/11/15.
6-
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
6+
// Copyright (c) 2015-2025 Benjamin C. Haller. All rights reserved.
77
// A product of the Messer Lab, http://messerlab.org/slim/
88
//
99

EidosScribe/EidosConsoleTextView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// EidosScribe
44
//
55
// Created by Ben Haller on 4/8/15.
6-
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
6+
// Copyright (c) 2015-2025 Benjamin C. Haller. All rights reserved.
77
// A product of the Messer Lab, http://messerlab.org/slim/
88
//
99

EidosScribe/EidosConsoleTextView.mm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// EidosScribe
44
//
55
// Created by Ben Haller on 4/8/15.
6-
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
6+
// Copyright (c) 2015-2025 Benjamin C. Haller. All rights reserved.
77
// A product of the Messer Lab, http://messerlab.org/slim/
88
//
99

@@ -199,9 +199,9 @@ - (void)showWelcomeMessage
199199
NSString *versionString = [NSString stringWithFormat:@"Eidos version %s\n\nBy Benjamin C. Haller (", EIDOS_VERSION_STRING];
200200
NSAttributedString *welcomeString1 = [[NSAttributedString alloc] initWithString:versionString attributes:outputAttrs]; // EIDOS VERSION
201201
NSAttributedString *welcomeString2 = [[NSAttributedString alloc] initWithString:@"http://benhaller.com/" attributes:[NSDictionary eidosBaseAttributes:outputAttrs withHyperlink:@"http://benhaller.com/"]];
202-
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];
202+
NSAttributedString *welcomeString3 = [[NSAttributedString alloc] initWithString:@").\nCopyright (c) 2016–2025 Benjamin C. Haller.\nAll rights reserved.\n\nEidos is free software with ABSOLUTELY NO WARRANTY.\nType license() for license and distribution details.\n\nGo to " attributes:outputAttrs];
203203
NSAttributedString *welcomeString4 = [[NSAttributedString alloc] initWithString:@"https://github.com/MesserLab/SLiM" attributes:[NSDictionary eidosBaseAttributes:outputAttrs withHyperlink:@"https://github.com/MesserLab/SLiM"]];
204-
NSAttributedString *welcomeString5 = [[NSAttributedString alloc] initWithString:@" for source code,\ndocumentation, examples, and other information.\n\nWelcome to Eidos!\n\n---------------------------------------------------------\n\n" attributes:outputAttrs];
204+
NSAttributedString *welcomeString5 = [[NSAttributedString alloc] initWithString:@" for source\ncode, documentation, examples, and other information.\n\nWelcome to Eidos!\n\n-----------------------------------------------------\n\n" attributes:outputAttrs];
205205

206206
[ts beginEditing];
207207
[ts replaceCharactersInRange:NSMakeRange([ts length], 0) withAttributedString:welcomeString1];

EidosScribe/EidosConsoleTextViewDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SLiM
44
//
55
// Created by Ben Haller on 9/11/15.
6-
// Copyright (c) 2015-2025 Philipp Messer. All rights reserved.
6+
// Copyright (c) 2015-2025 Benjamin C. Haller. All rights reserved.
77
// A product of the Messer Lab, http://messerlab.org/slim/
88
//
99

0 commit comments

Comments
 (0)