diff options
author | John Fultz <jfultz@wolfram.com> | 2019-05-06 10:45:04 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2019-05-06 10:45:04 -0500 |
commit | eefe7883cdc45fc40a9240d56542b92e0bd04d38 (patch) | |
tree | b68cd7e6219653eda0d5fc8a09c2de7a927b8521 /quacker | |
parent | d6d473ecee2a54255738f8d7ec2ca80a96b51792 (diff) |
Update copyright in about box.
Diffstat (limited to 'quacker')
-rw-r--r-- | quacker/quacker.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quacker/quacker.cpp b/quacker/quacker.cpp index 2fc0fd6..9bc252d 100644 --- a/quacker/quacker.cpp +++ b/quacker/quacker.cpp @@ -2145,10 +2145,11 @@ void TopLevel::about() QString aboutText = tr( "<p><b>Quackle</b> 1.0.4 is a crossword game playing, analysis, and study tool. Visit the Quackle homepage at <tt><a href=\"http://quackle.org\">http://quackle.org</a></tt> for more information.</p>" "<p>Quackle was written by Jason Katz-Brown, John O'Laughlin, John Fultz, Matt Liberty, and Anand Buddhdev. We thank the anonymous donor who made this software free.</p>" -"<p>Copyright 2005-2016 by</p>" +"<p>Copyright 2005-2019 by</p>" "<ul>" "<li>Jason Katz-Brown <jasonkatzbrown@gmail.com></li>" "<li>John O'Laughlin <olaughlin@gmail.com></li>" +"<li>John Fultz <jfultz@wolfram.com></li>" "</ul>" "<p>Quackle is free, open-source software licensed under the terms of the GNU General Public License Version 3. See</p>" "<p><tt><a href=\"http://quackle.org/LICENSE\">http://quackle.org/LICENSE</a></tt></p>" |