diff options
Diffstat (limited to 'gtk/src/values.c')
-rw-r--r-- | gtk/src/values.c | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/gtk/src/values.c b/gtk/src/values.c index 39f7303d8..f9dc2bea6 100644 --- a/gtk/src/values.c +++ b/gtk/src/values.c @@ -1,15 +1,25 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * presets.c - * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins> + * values.c + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * presets.c is free software. + * values.c is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * + * values.c is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #include <glib.h> |