X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmainapp%2Fcommands.cpp;h=52b720811ececa6585c00b7d2da4cb88784f18bf;hb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;hp=429c04e7f1c326bb5bbef6c4867d153e0229daba;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/mainapp/commands.cpp b/src/mainapp/commands.cpp index 429c04e..52b7208 100644 --- a/src/mainapp/commands.cpp +++ b/src/mainapp/commands.cpp @@ -3,7 +3,9 @@ // Part of the Architektonas Project // Originally part of QCad Community Edition by Andrew Mustun // Extensively rewritten and refactored by James L. Hammons -// (C) 2010 Underground Software +// Portions copyright (C) 2001-2003 RibbonSoft +// Copyright (C) 2010 Underground Software +// See the README and GPLv2 files for licensing and warranty information // // JLH = James L. Hammons // @@ -25,7 +27,7 @@ Commands * Commands::uniqueInstance = NULL; */ Commands::Commands() { - // This is NOT necessary; we don't anything out of the hash + // This is NOT necessary; we don't take anything out of the hash // mainCommands.setAutoDelete(true); // shortCommands.setAutoDelete(true);