[dasher/relicence] Remove old references to GPL



commit bd16fea6ce29ba1cb0b8b09ef6a596a07c5c4a77
Author: Gavin Henderson <gavin henderson hotmail co uk>
Date:   Thu Mar 3 08:54:21 2022 +0000

    Remove old references to GPL

 Data/alphabets/alphabet.bengali.xml      | 199 -------------------------------
 README.md                                |   2 +-
 Src/DasherCore/AlternatingDirectMode.cpp |   2 +-
 Src/DasherCore/ButtonMode.cpp            |   3 +-
 Src/DasherCore/CompassMode.cpp           |   2 +-
 Src/DasherCore/DasherButtons.cpp         |   2 +-
 Src/Gtk2/dasher_main.cpp                 |   2 +-
 Src/Win32/Dasher.rc                      |   4 +-
 8 files changed, 8 insertions(+), 208 deletions(-)
---
diff --git a/README.md b/README.md
index e48b81f5..4f1ce487 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ where keyboard input is impractical (for instance, accessibility or PDAs). It
 is usable with highly limited amounts of physical input while still allowing
 high rates of text entry.
 
-Dasher is Free software released under the GPL. Further documentation
+Dasher is released under the MIT license. Further documentation
 may be found in the Doc/ subdirectory
 
 ## Requirements
diff --git a/Src/DasherCore/AlternatingDirectMode.cpp b/Src/DasherCore/AlternatingDirectMode.cpp
index d4740de3..06ec78e1 100644
--- a/Src/DasherCore/AlternatingDirectMode.cpp
+++ b/Src/DasherCore/AlternatingDirectMode.cpp
@@ -1,5 +1,5 @@
 // DasherButtons.cpp, build a set of boxes for Button Dasher.
-// Copyright 2005, Chris Ball and David MacKay.  GPL.
+// Copyright 2005, Chris Ball and David MacKay.
 
 // Idea - should back off button always just undo the previous 'forwards' button?
 
diff --git a/Src/DasherCore/ButtonMode.cpp b/Src/DasherCore/ButtonMode.cpp
index 8716d5a8..c523d31e 100644
--- a/Src/DasherCore/ButtonMode.cpp
+++ b/Src/DasherCore/ButtonMode.cpp
@@ -1,6 +1,5 @@
 // DasherButtons.cpp, build a set of boxes for Button Dasher.
-// Copyright 2005, Chris Ball and David MacKay.  GPL.
-
+// Copyright 2005, Chris Ball and David MacKay.
 // Idea - should back off button always just undo the previous 'forwards' button?
 
 #include "../Common/Common.h"
diff --git a/Src/DasherCore/CompassMode.cpp b/Src/DasherCore/CompassMode.cpp
index 77c2baf2..7c5911f1 100644
--- a/Src/DasherCore/CompassMode.cpp
+++ b/Src/DasherCore/CompassMode.cpp
@@ -1,5 +1,5 @@
 // DasherButtons.cpp, build a set of boxes for Button Dasher.
-// Copyright 2005, Chris Ball and David MacKay.  GPL.
+// Copyright 2005, Chris Ball and David MacKay.
 
 // Idea - should back off button always just undo the previous 'forwards' button?
 
diff --git a/Src/DasherCore/DasherButtons.cpp b/Src/DasherCore/DasherButtons.cpp
index 447994cd..c4c3ee31 100644
--- a/Src/DasherCore/DasherButtons.cpp
+++ b/Src/DasherCore/DasherButtons.cpp
@@ -1,5 +1,5 @@
 // DasherButtons.cpp, build a set of boxes for Button Dasher.
-// Copyright 2005, Chris Ball and David MacKay.  GPL.
+// Copyright 2005, Chris Ball and David MacKay.
 
 // Idea - should back off button always just undo the previous 'forwards' button?
 
diff --git a/Src/Gtk2/dasher_main.cpp b/Src/Gtk2/dasher_main.cpp
index e399910c..2b33a0d3 100644
--- a/Src/Gtk2/dasher_main.cpp
+++ b/Src/Gtk2/dasher_main.cpp
@@ -928,7 +928,7 @@ dasher_main_command_about(DasherMain *pSelf) {
                         "comments", _("Dasher is a predictive text entry application"), 
                         "copyright", "Copyright \xC2\xA9 1998-2011 The Dasher Project", 
                         "documenters", documenters,
-                        "license", "GPL 2+",
+                        "license", "MIT",
                         "logo-icon-name", "dasher",
                         "translator-credits", _("translator-credits"),
                         "version", PACKAGE_VERSION,
diff --git a/Src/Win32/Dasher.rc b/Src/Win32/Dasher.rc
index 9766ec2d..3eece7d4 100644
--- a/Src/Win32/Dasher.rc
+++ b/Src/Win32/Dasher.rc
@@ -429,12 +429,12 @@ BEGIN
     BEGIN
         BLOCK "080904b0"
         BEGIN
-            VALUE "Comments", "Dasher is an information efficient text-entry system controlled by a pointer 
or switch. It is licensed under the GPL."
+            VALUE "Comments", "Dasher is an information efficient text-entry system controlled by a pointer 
or switch. It is licensed under the MIT."
             VALUE "CompanyName", "Inference Group, Cavendish Laboratory, University of Cambridge"
             VALUE "FileDescription", "Dasher"
             VALUE "FileVersion", "4.99.9998.1"
             VALUE "InternalName", "Dasher"
-            VALUE "LegalCopyright", "Copyright � 1998-2016 The Dasher Project"
+            VALUE "LegalCopyright", "Copyright � 1998-2016 The Dasher Project"
             VALUE "OriginalFilename", "dasher.exe"
             VALUE "ProductName", "Dasher"
             VALUE "ProductVersion", "4.99.9998.1"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]