diff options
author | John Stebbins <[email protected]> | 2016-01-03 13:43:09 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-01-03 13:43:09 -0700 |
commit | eca730fe319ad47ce2cf98ca99d108f897f7760e (patch) | |
tree | 325114f40e3b60a80cc778eeb648ab04c10826ff /gtk/src/settings.h | |
parent | dae4dd2b75370e0d6fae541a37b951cdb846e83b (diff) |
LinGui: clean up copyright and license comments
Diffstat (limited to 'gtk/src/settings.h')
-rw-r--r-- | gtk/src/settings.h | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/gtk/src/settings.h b/gtk/src/settings.h index f5e5d0cb0..2e2e44ee1 100644 --- a/gtk/src/settings.h +++ b/gtk/src/settings.h @@ -1,18 +1,26 @@ /* - * This program is free software; you can 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. + * settings.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * This program is distributed in the hope that it will be useful, + * settings.h 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. + * + * settings.h 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 Library General Public License for more details. + * 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA + * along with callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #if !defined(_SETTINGS_H_) #define _SETTINGS_H_ |