Skip to content

Commit 41f0c5c

Browse files
committed
Remove copyright
1 parent 388313f commit 41f0c5c

16 files changed

+122
-122
lines changed

library/print.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# layer that presents a consistent API across the three platforms.
66

77
# Copyright © 2009 Michael I. Schwartz.
8-
# Copyright © 2021 Kevin Walzer/WordTech Communications LLC.
8+
# Copyright © 2021 Kevin Walzer.
99
# Copyright © 2021 Harald Oehlmann, Elmicron GmbH
1010
# Copyright © 2022 Emiliano Gavilan
1111
#

library/systray.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# for system alerts on each platform. It implements an abstraction layer that
66
# presents a consistent API across the three platforms.
77

8-
# Copyright © 2020 Kevin Walzer/WordTech Communications LLC.
8+
# Copyright © 2020 Kevin Walzer.
99
# Copyright © 2020 Eric Boudaillier.
1010
# Copyright © 2020 Francois Vogel.
1111
#

macosx/tkMacOSXButton.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Copyright © 2001 Apple Computer, Inc.
99
* Copyright © 2006-2007 Daniel A. Steffen <das@users.sourceforge.net>
1010
* Copyright © 2007 Revar Desmera.
11-
* Copyright © 2015 Kevin Walzer/WordTech Communications LLC.
11+
* Copyright © 2015 Kevin Walzer.
1212
* Copyright © 2015 Marc Culler.
1313
*
1414
* See the file "license.terms" for information on usage and redistribution

macosx/tkMacOSXHLEvents.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Copyright © 2001-2009 Apple Inc.
88
* Copyright © 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
99
* Copyright © 2015-2019 Marc Culler
10-
* Copyright © 2019 Kevin Walzer/WordTech Communications LLC.
10+
* Copyright © 2019 Kevin Walzer.
1111
*
1212
* See the file "license.terms" for information on usage and redistribution
1313
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.

macosx/tkMacOSXMenubutton.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Copyright © 2001 Apple Computer, Inc.
99
* Copyright © 2006-2007 Daniel A. Steffen <das@users.sourceforge.net>
1010
* Copyright © 2007 Revar Desmera.
11-
* Copyright © 2015 Kevin Walzer/WordTech Communications LLC.
11+
* Copyright © 2015 Kevin Walzer.
1212
*
1313
* See the file "license.terms" for information on usage and redistribution
1414
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.

macosx/tkMacOSXPrint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This module implements native printing dialogs for macOS.
55
*
66
* Copyright © 2006 Apple Inc.
7-
* Copyright © 2011-2021 Kevin Walzer/WordTech Communications LLC.
7+
* Copyright © 2011-2021 Kevin Walzer.
88
*
99
* See the file "license.terms" for information on usage and redistribution of
1010
* this file, and for a DISCLAIMER OF ALL WARRANTIES.

macosx/tkMacOSXServices.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*\
44
* This file allows the integration of Tk and the Cocoa NSServices API.
55
*
6-
* Copyright © 2010-2019 Kevin Walzer/WordTech Communications LLC.
6+
* Copyright © 2010-2019 Kevin Walzer.
77
* Copyright © 2019 Marc Culler.
88
* Copyright © 2010 Adrian Robert.
99
*

macosx/tkMacOSXSysTray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* window and a "sysnotify" command to post system notifications.
77
* In macOS the icon appears on the right hand side of the menu bar.
88
*
9-
* Copyright © 2020 Kevin Walzer/WordTech Communications LLC.
9+
* Copyright © 2020 Kevin Walzer.
1010
* Copyright © 2020 Jan Nijtmans.
1111
* Copyright © 2020 Marc Culler.
1212
*

macosx/tkMacOSXWindowEvent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright © 2001-2009 Apple Inc.
88
* Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
9-
* Copyright © 2015 Kevin Walzer/WordTech Communications LLC.
9+
* Copyright © 2015 Kevin Walzer.
1010
* Copyright © 2015 Marc Culler.
1111
*
1212
* See the file "license.terms" for information on usage and redistribution of

macosx/tkMacOSXWm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Copyright © 1994-1997 Sun Microsystems, Inc.
99
* Copyright © 2001-2009 Apple Inc.
1010
* Copyright © 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
11-
* Copyright © 2010 Kevin Walzer/WordTech Communications LLC.
11+
* Copyright © 2010 Kevin Walzer.
1212
* Copyright © 2017-2019 Marc Culler.
1313
*
1414
* See the file "license.terms" for information on usage and redistribution

0 commit comments

Comments
 (0)