diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2018-02-03 13:48:14 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2018-02-03 13:48:14 +0100 |
commit | c0382f1bcb9165dc193e57c88ea2fc3f9ecca116 (patch) | |
tree | db3250794ffaada61fc1e3e3dbc3cd79e325258a /src/settings.h | |
parent | 076fc6198041d58705c2decc3596d12910284bc4 (diff) |
Slightly reformat and modernize GPLv2 only license notices.
Reformat second paragraph for better look. It had awkward line wrap.
Modernize third paragraph. No need to send letters to FSF in Boston.
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/settings.h b/src/settings.h index a9ef996..262a39c 100644 --- a/src/settings.h +++ b/src/settings.h @@ -5,14 +5,13 @@ * under the terms of the GNU General Public License as published by the * Free Software Foundation; only version 2 of the License is applicable. * - * This program 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. + * This program 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 this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef SETTINGS_H |