diff options
author | Bert <ber.t@gmx.com> | 2011-09-03 23:11:45 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-09-03 23:11:45 +0200 |
commit | d585b863548737f6e3815e204d4d01b206236ec2 (patch) | |
tree | d59b7e5435fc3dbc65bbb1f8033d3c4b46871ef0 /options.c | |
parent | a23636d95ea1cdb40f03cd15b7db49f3a9d7cf42 (diff) |
Reformated license header
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,19 +1,19 @@ /* sxiv: options.c * Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de> * - * 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. + * 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. * - * 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, 5th Floor, Boston, MA 02110-1301, USA. + * 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. */ #define _POSIX_C_SOURCE 2 /* for getopt(3) */ |