diff options
Diffstat (limited to 'src/widgets/button.cpp')
| -rw-r--r-- | src/widgets/button.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/widgets/button.cpp b/src/widgets/button.cpp index a2848ac03..de7aa8880 100644 --- a/src/widgets/button.cpp +++ b/src/widgets/button.cpp @@ -1,14 +1,16 @@ -/** +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * Generic button widget - * + *//* * Authors: + * see git history * MenTaLguY <mental@rydia.net> * Lauris Kaplinski <lauris@kaplinski.com> * bulia byak <buliabyak@users.sf.net> * - * Copyright (C) 2002 Lauris Kaplinski * - * This code is in public domain + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <glibmm.h> |
