Tk Library Source Code

View Ticket
Login
Ticket UUID: 8bbf1faad0d111cd84ed6c28b721afe1a8c3c5fb
Title: Typo fix for license text in several tklib files
Type: Patch Version:
Submitter: autarch Created on: 2017-07-12 15:27:34
Subsystem: tklib :: controlwidget Assigned To: nobody
Priority: 5 Medium Severity: Important
Status: Open Last Modified: 2017-07-12 15:27:34
Resolution: None Closed By: nobody
    Closed on:
Description:
I marked this as important since a typo in license text creates legal ambiguity for users who are concerned about this sort of thing.

Patch below ...

From f1036365ca4bd2d36496afbc96875e41becb068e Mon Sep 17 00:00:00 2001
From: Dave Rolsky <[email protected]>
Date: Wed, 12 Jul 2017 10:24:04 -0500
Subject: [PATCH] Fix a typo in the license text at the top of several files

I'm pretty sure "ir" was supposed to be "or".
---
 modules/controlwidget/bindDown.tcl       | 2 +-
 modules/controlwidget/led.tcl            | 2 +-
 modules/controlwidget/radioMatrix.tcl    | 2 +-
 modules/controlwidget/vertical_meter.tcl | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/controlwidget/bindDown.tcl b/modules/controlwidget/bindDown.tcl
index 9be70e8..1a74fb6 100755
--- a/modules/controlwidget/bindDown.tcl
+++ b/modules/controlwidget/bindDown.tcl
@@ -5,7 +5,7 @@
 #    State University (c) Copyright 2005.
 #
 #    You may use this software under the terms of the GNU public license
-#    (GPL) ir the Tcl BSD derived license  The terms of these licenses
+#    (GPL) or the Tcl BSD derived license  The terms of these licenses
 #     are described at:
 #
 #     GPL:  http://www.gnu.org/licenses/gpl.txt
diff --git a/modules/controlwidget/led.tcl b/modules/controlwidget/led.tcl
index 8758786..622402c 100755
--- a/modules/controlwidget/led.tcl
+++ b/modules/controlwidget/led.tcl
@@ -3,7 +3,7 @@
 #    State University (c) Copyright 2005.
 #
 #    You may use this software under the terms of the GNU public license
-#    (GPL) ir the Tcl BSD derived license  The terms of these licenses
+#    (GPL) or the Tcl BSD derived license  The terms of these licenses
 #     are described at:
 #
 #     GPL:  http://www.gnu.org/licenses/gpl.txt
diff --git a/modules/controlwidget/radioMatrix.tcl b/modules/controlwidget/radioMatrix.tcl
index 7203b48..4e65d2b 100755
--- a/modules/controlwidget/radioMatrix.tcl
+++ b/modules/controlwidget/radioMatrix.tcl
@@ -3,7 +3,7 @@
 #    State University (c) Copyright 2005.
 #
 #    You may use this software under the terms of the GNU public license
-#    (GPL) ir the Tcl BSD derived license  The terms of these licenses
+#    (GPL) or the Tcl BSD derived license  The terms of these licenses
 #     are described at:
 #
 #     GPL:  http://www.gnu.org/licenses/gpl.txt
diff --git a/modules/controlwidget/vertical_meter.tcl b/modules/controlwidget/vertical_meter.tcl
index 5a8170e..6e94a1a 100755
--- a/modules/controlwidget/vertical_meter.tcl
+++ b/modules/controlwidget/vertical_meter.tcl
@@ -5,7 +5,7 @@
 #    State University (c) Copyright 2005.
 #
 #    You may use this software under the terms of the GNU public license
-#    (GPL) ir the Tcl BSD derived license  The terms of these licenses
+#    (GPL) or the Tcl BSD derived license  The terms of these licenses
 #     are described at:
 #
 #     GPL:  http://www.gnu.org/licenses/gpl.txt
-- 
2.7.4