diff options
Diffstat (limited to 'gui/wxmain.hpp')
-rw-r--r-- | gui/wxmain.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gui/wxmain.hpp b/gui/wxmain.hpp index 4a73b2f..ec30f1f 100644 --- a/gui/wxmain.hpp +++ b/gui/wxmain.hpp @@ -1,3 +1,14 @@ +/** + * @file wxmain.hpp + * @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/>. + */ + #ifndef WXMAIN_HPP_ #define WXMAIN_HPP_ |