diff options
Diffstat (limited to 'gui/wxmain.cpp')
-rw-r--r-- | gui/wxmain.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gui/wxmain.cpp b/gui/wxmain.cpp index 0efab35..8f2e386 100644 --- a/gui/wxmain.cpp +++ b/gui/wxmain.cpp @@ -1,3 +1,14 @@ +/** + * @file wxmain.cpp + * @brief Main window definition. + * + * Copyright (C) 2021 Clyne Sullivan + * + * Distributed under the GNU GPL v3 or later. You should have received a copy of + * the GNU General Public License along with this program. + * If not, see <https://www.gnu.org/licenses/>. + */ + #include "wxmain.hpp" #include <wx/combobox.h> |