diff options
Diffstat (limited to 'src/ui/widget/panel.cpp')
| -rw-r--r-- | src/ui/widget/panel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/widget/panel.cpp b/src/ui/widget/panel.cpp index 255dc2206..aff7f98fe 100644 --- a/src/ui/widget/panel.cpp +++ b/src/ui/widget/panel.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Bryce Harrington <bryce@bryceharrington.org> @@ -8,7 +9,7 @@ * Copyright (C) 2005 Jon A. Cruz * Copyright (C) 2007 Gustav Broberg * - * Released under GNU GPL. Read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <gtkmm/dialog.h> // for Gtk::RESPONSE_* |
