X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_undo.cpp;h=742a2776fba2103c322532c6a4812db2df588e75;hb=bd2b29c8735d83ab48df13c3efee53f63570473e;hp=7ccad0871b5bbb1e21e0844d7a827876991157fc;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_undo.cpp b/src/base/rs_undo.cpp index 7ccad08..742a277 100644 --- a/src/base/rs_undo.cpp +++ b/src/base/rs_undo.cpp @@ -1,3 +1,18 @@ +// rs_undo.cpp +// +// Part of the Architektonas Project +// Originally part of QCad Community Edition by Andrew Mustun +// Extensively rewritten and refactored by James L. Hammons +// 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 +// +// Who When What +// --- ---------- ----------------------------------------------------------- +// JLH 06/02/2010 Added this text. :-) +// #include "rs_undo.h"