diff options
Diffstat (limited to 'src/c_init.c')
-rw-r--r-- | src/c_init.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/c_init.c b/src/c_init.c index 510d20e..e4ffcaa 100644 --- a/src/c_init.c +++ b/src/c_init.c @@ -2,7 +2,7 @@ This file is part of the lzop file compressor. - Copyright (C) 1996-2010 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. lzop and the LZO library are free software; you can redistribute them @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., - 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Markus F.X.J. Oberhumer <markus@oberhumer.com> @@ -163,7 +163,4 @@ void con_fprintf(FILE *f, const char *format, ...) #endif /* USE_CONSOLE */ -/* -vi:ts=4:et -*/ - +/* vim:set ts=4 sw=4 et: */ |