aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-02 14:51:09 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-02 14:51:09 +0200
commit8abf8bda2fe9a9e5fd24b78b9ddc77475737cd38 (patch)
tree219cb5393cdc959da931d50f0d97304a4283ffb0
parentcb76d31808b47783cb0bdac694db5643d1a23b4e (diff)
downloadcpio-8abf8bda2fe9a9e5fd24b78b9ddc77475737cd38.tar.gz
cpio-8abf8bda2fe9a9e5fd24b78b9ddc77475737cd38.tar.bz2
Update copyright years
-rw-r--r--Makefile.am4
-rw-r--r--NEWS4
-rw-r--r--README3
-rw-r--r--README-alpha2
-rw-r--r--README-hacking2
-rwxr-xr-xbootstrap2
-rw-r--r--bootstrap.conf2
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/cpio.12
-rw-r--r--doc/cpio.texi2
-rwxr-xr-xdoc/gendocs.sh2
-rwxr-xr-xdoc/gendocs_template2
-rw-r--r--doc/mt.12
m---------gnulib0
-rw-r--r--lib/Makefile.am4
-rw-r--r--mingw.m43
-rw-r--r--po/POTFILES.in3
-rw-r--r--src/Makefile.am4
-rw-r--r--src/copyin.c2
-rw-r--r--src/copyout.c2
-rw-r--r--src/copypass.c4
-rw-r--r--src/cpio.h2
-rw-r--r--src/cpiohdr.h2
-rw-r--r--src/defer.c2
-rw-r--r--src/defer.h2
-rw-r--r--src/dstring.c4
-rw-r--r--src/dstring.h4
-rw-r--r--src/extern.h2
-rw-r--r--src/fatal.c4
-rw-r--r--src/filemode.c4
-rw-r--r--src/filetypes.h4
-rw-r--r--src/global.c4
-rw-r--r--src/idcache.c2
-rw-r--r--src/main.c4
-rw-r--r--src/makepath.c2
-rw-r--r--src/mt.c2
-rw-r--r--src/tar.c2
-rw-r--r--src/tar.h4
-rw-r--r--src/tarhdr.h4
-rw-r--r--src/userspec.c4
-rw-r--r--src/util.c4
-rw-r--r--sysdep.m43
-rw-r--r--tests/Makefile.am4
-rw-r--r--tests/atlocal.in3
-rw-r--r--tests/big-block-size.at3
-rw-r--r--tests/inout.at2
-rw-r--r--tests/interdir.at3
-rw-r--r--tests/setstat01.at3
-rw-r--r--tests/setstat02.at3
-rw-r--r--tests/setstat03.at3
-rw-r--r--tests/setstat04.at3
-rw-r--r--tests/setstat05.at3
-rw-r--r--tests/symlink-bad-length.at2
-rw-r--r--tests/symlink-long.at2
-rw-r--r--tests/symlink-to-stdout.at4
-rw-r--r--tests/symlink.at4
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/version.at2
59 files changed, 90 insertions, 78 deletions
diff --git a/Makefile.am b/Makefile.am
index e0be591..20cacf9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,9 @@
# This file is part of GNU cpio
-# Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015 Free Software
-# Foundation, Inc.
+# Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015, 2017 Free
+# Software Foundation, Inc.
#
# 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 3, or (at your option)
# any later version.
#
diff --git a/NEWS b/NEWS
index 925fac4..4706366 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
GNU cpio NEWS -- history of user-visible changes. 2015-09-12
-Copyright (C) 2003-2007, 2009-2010, 2014-2015 Free Software Foundation,
-Inc.
+Copyright (C) 2003-2007, 2009-2010, 2014-2015, 2017 Free Software
+Foundation, Inc.
See the end of file for copying conditions.
Please send cpio bug reports to <bug-cpio@gnu.org>.
Version 2.12 - Sergey Poznyakoff, 2015-09-12
diff --git a/README b/README
index e8af957..ba34dc2 100644
--- a/README
+++ b/README
@@ -33,13 +33,14 @@ See the file INSTALL for generic options to ./configure.
Please send bug reports and suggestions to <bug-cpio@gnu.org>.
* Copyright information
-Copyright (C) 2003-2007, 2009-2010, 2014-2015 Free Software Foundation, Inc.
+Copyright (C) 2003-2007, 2009-2010, 2014-2015, 2017 Free Software
+Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/README-alpha b/README-alpha
index a8288ba..742fccb 100644
--- a/README-alpha
+++ b/README-alpha
@@ -38,13 +38,13 @@ Usual procedures apply:
make install
See INSTALL and README for the detailed instructions.
* Copyright information:
-Copyright (C) 2004, 2006-2007, 2009-2010, 2014-2015 Free Software
+Copyright (C) 2004, 2006-2007, 2009-2010, 2014-2015, 2017 Free Software
Foundation, Inc.
This file is part of GNU cpio.
GNU cpio is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/README-hacking b/README-hacking
index 4471e91..79b3415 100644
--- a/README-hacking
+++ b/README-hacking
@@ -36,13 +36,13 @@ intend to hack on GNU cpio, you might need to run it again later.
There are several options that you may find useful in this case.
See 'bootstrap --help' for a detailed list.
* Copyright information
- Copyright (C) 2007-2010, 2014-2015 Free Software Foundation, Inc.
+ Copyright (C) 2007-2010, 2014-2015, 2017 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/bootstrap b/bootstrap
index 5e318e4..6f7c7c7 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,13 +1,13 @@
#! /bin/sh
# Print a version string.
scriptversion=2015-08-24.08; # UTC
# Bootstrap this package from checked-out sources.
-# Copyright (C) 2003-2015 Free Software Foundation, Inc.
+# Copyright (C) 2003-2015, 2017 Free Software Foundation, Inc.
# 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 3 of the License, or
# (at your option) any later version.
diff --git a/bootstrap.conf b/bootstrap.conf
index 403e371..0e8398e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,9 +1,9 @@
# Bootstrap configuration.
-# Copyright (C) 2006-2007, 2009-2010, 2014-2015 Free Software
+# Copyright (C) 2006-2007, 2009-2010, 2014-2015, 2017 Free Software
# Foundation, Inc.
# 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 3, or (at your option)
# any later version.
diff --git a/configure.ac b/configure.ac
index 9bde963..561ecdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
dnl Process this file with autoconf to produce a configure script.
dnl This file is part of GNU cpio
-dnl Copyright (C) 2003-2007, 2009-2010, 2014-2015 Free Software
+dnl Copyright (C) 2003-2007, 2009-2010, 2014-2015, 2017 Free Software
dnl Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3, or (at your option)
dnl any later version.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c8a4301..98d26da 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,9 +1,9 @@
# This file is part of GNU cpio
-# Copyright (C) 2004, 2007, 2010, 2014-2015 Free Software Foundation,
-# Inc.
+# Copyright (C) 2004, 2007, 2010, 2014-2015, 2017 Free Software
+# Foundation, Inc.
#
# 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 3, or (at your option)
# any later version.
#
diff --git a/doc/cpio.1 b/doc/cpio.1
index ae9752e..0ba54d0 100644
--- a/doc/cpio.1
+++ b/doc/cpio.1
@@ -1,8 +1,8 @@
.\" This file is part of GNU cpio. -*- nroff -*-
-.\" Copyright 2014-2015 Free Software Foundation, Inc.
+.\" Copyright 2014-2015, 2017 Free Software Foundation, Inc.
.\"
.\" GNU cpio 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 3 of the License, or
.\" (at your option) any later version.
.\"
diff --git a/doc/cpio.texi b/doc/cpio.texi
index 9e7f497..e667b48 100644
--- a/doc/cpio.texi
+++ b/doc/cpio.texi
@@ -12,13 +12,13 @@
@include version.texi
@copying
This manual documents GNU cpio (version @value{VERSION}, @value{UPDATED}).
-Copyright @copyright{} 1995, 2001-2002, 2004, 2010, 2014-2015 Free
+Copyright @copyright{} 1995, 2001-2002, 2004, 2010, 2014-2015, 2017 Free
Software Foundation, Inc.
@sp 1
@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
diff --git a/doc/gendocs.sh b/doc/gendocs.sh
index e72f15e..ace6b37 100755
--- a/doc/gendocs.sh
+++ b/doc/gendocs.sh
@@ -1,13 +1,13 @@
#!/bin/sh -e
# gendocs.sh -- generate a GNU manual in many formats. This script is
# mentioned in maintain.texi. See the help message below for usage details.
scriptversion=2015-02-28.17
-# Copyright 2003-2013, 2015 Free Software Foundation, Inc.
+# Copyright 2003-2013, 2015, 2017 Free Software Foundation, Inc.
#
# 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 3 of the License, or
# (at your option) any later version.
#
diff --git a/doc/gendocs_template b/doc/gendocs_template
index 50ab709..ad38f25 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -82,13 +82,13 @@ the FSF.
<br />
Please send broken links and other corrections (or suggestions) to
<a href="mailto:webmasters@gnu.org"><em>webmasters@gnu.org</em></a>.
</p>
<p>
-Copyright (C) 2004, 2010, 2014-2015 Free Software Foundation, Inc.,
+Copyright (C) 2004, 2010, 2014-2015, 2017 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
<br />
Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.
</p>
diff --git a/doc/mt.1 b/doc/mt.1
index afcd202..55516a8 100644
--- a/doc/mt.1
+++ b/doc/mt.1
@@ -1,8 +1,8 @@
.\" This file is part of GNU cpio. -*- nroff -*-
-.\" Copyright 2014-2015 Free Software Foundation, Inc.
+.\" Copyright 2014-2015, 2017 Free Software Foundation, Inc.
.\"
.\" GNU cpio 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 3 of the License, or
.\" (at your option) any later version.
.\"
diff --git a/gnulib b/gnulib
-Subproject ff871fc1c7da171341a52edb375450ad9179a0e
+Subproject e210a3cbaec0ee82a67ff8fc427e21bdd64dba1
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1353098..f2fa34f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,10 +1,10 @@
# Makefile for GNU tar library. -*- Makefile -*-
-# Copyright (C) 1994-1997, 1999-2001, 2003-2007, 2009-2010, 2014-2015
-# Free Software Foundation, Inc.
+# Copyright (C) 1994-1997, 1999-2001, 2003-2007, 2009-2010, 2014-2015,
+# 2017 Free Software Foundation, Inc.
# 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 3 of the License, or
# (at your option) any later version.
diff --git a/mingw.m4 b/mingw.m4
index 9cc7018..11f1219 100644
--- a/mingw.m4
+++ b/mingw.m4
@@ -1,9 +1,10 @@
/* System dependent functions for GNU cpio.
- Copyright (C) 2007, 2010, 2014-2015 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2010, 2014-2015, 2017 Free Software Foundation,
+ Inc.
GNU cpio 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 3, or (at your option)
any later version.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 2bad67d..d126e2c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,9 +1,10 @@
# List of files which contain translatable strings.
-# Copyright (C) 2008-2010, 2014-2015 Free Software Foundation, Inc.
+# Copyright (C) 2008-2010, 2014-2015, 2017 Free Software Foundation,
+# Inc.
#
# 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 3, or (at your option)
# any later version.
#
diff --git a/src/Makefile.am b/src/Makefile.am
index 9d1f322..ab3fc1a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,9 +1,9 @@
# This file is part of GNU cpio
-# Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015 Free Software
-# Foundation, Inc.
+# Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015, 2017 Free
+# Software Foundation, Inc.
#
# 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 3, or (at your option)
# any later version.
#
diff --git a/src/copyin.c b/src/copyin.c
index 99d9cdb..6a306ee 100644
--- a/src/copyin.c
+++ b/src/copyin.c
@@ -1,8 +1,8 @@
/* copyin.c - extract or list a cpio archive
- Copyright (C) 1990-1992, 2001-2007, 2009-2010, 2014-2015 Free
+ Copyright (C) 1990-1992, 2001-2007, 2009-2010, 2014-2015, 2017 Free
Software Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/copyout.c b/src/copyout.c
index 1f0987a..87c1932 100644
--- a/src/copyout.c
+++ b/src/copyout.c
@@ -1,9 +1,9 @@
/* copyout.c - create a cpio archive
Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2009-2010,
- 2014-2015 Free Software Foundation, Inc.
+ 2014-2015, 2017 Free Software Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/copypass.c b/src/copypass.c
index c5a9899..d94e347 100644
--- a/src/copypass.c
+++ b/src/copypass.c
@@ -1,9 +1,9 @@
/* copypass.c - cpio copy pass sub-function.
- Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2010, 2014-2015
- Free Software Foundation, Inc.
+ Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2010, 2014-2015,
+ 2017 Free Software Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/cpio.h b/src/cpio.h
index 86609e2..b0932ce 100644
--- a/src/cpio.h
+++ b/src/cpio.h
@@ -1,8 +1,8 @@
/* Extended cpio format from POSIX.1.
- Copyright (C) 1992, 2005, 2007, 2010, 2014-2015 Free Software
+ Copyright (C) 1992, 2005, 2007, 2010, 2014-2015, 2017 Free Software
Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/cpiohdr.h b/src/cpiohdr.h
index b29e6fb..c297415 100644
--- a/src/cpiohdr.h
+++ b/src/cpiohdr.h
@@ -1,8 +1,8 @@
/* Extended cpio header from POSIX.1.
- Copyright (C) 1992, 2006-2007, 2010, 2014-2015 Free Software
+ Copyright (C) 1992, 2006-2007, 2010, 2014-2015, 2017 Free Software
Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/defer.c b/src/defer.c
index c07750f..c7bcfd7 100644
--- a/src/defer.c
+++ b/src/defer.c
@@ -1,8 +1,8 @@
/* defer.c - handle "defered" links in newc and crc archives
- Copyright (C) 1993, 2003-2004, 2006-2007, 2010, 2014-2015 Free
+ Copyright (C) 1993, 2003-2004, 2006-2007, 2010, 2014-2015, 2017 Free
Software Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/defer.h b/src/defer.h
index 0ba2c21..908a3b8 100644
--- a/src/defer.h
+++ b/src/defer.h
@@ -1,8 +1,8 @@
/* defer.h
- Copyright (C) 1993, 2001, 2004, 2006-2007, 2010, 2014-2015 Free
+ Copyright (C) 1993, 2001, 2004, 2006-2007, 2010, 2014-2015, 2017 Free
Software Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/dstring.c b/src/dstring.c
index 2e6b97b..ddad4c8 100644
--- a/src/dstring.c
+++ b/src/dstring.c
@@ -1,9 +1,9 @@
/* dstring.c - The dynamic string handling routines used by cpio.
- Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015, 2017 Free
+ Software Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/dstring.h b/src/dstring.h
index 5b49def..b5135fe 100644
--- a/src/dstring.h
+++ b/src/dstring.h
@@ -1,9 +1,9 @@
/* dstring.h - Dynamic string handling include file. Requires strings.h.
- Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015, 2017 Free
+ Software Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/extern.h b/src/extern.h
index 8339050..6fa2089 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -1,8 +1,8 @@
/* extern.h - External declarations for cpio. Requires system.h.
- Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2016 Free
+ Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2017 Free
Software Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/fatal.c b/src/fatal.c
index 7f8c075..55c2d70 100644
--- a/src/fatal.c
+++ b/src/fatal.c
@@ -1,9 +1,9 @@
/* This file is part of GNU cpio.
- Copyright (C) 2005, 2007, 2010, 2014-2015 Free Software Foundation,
- Inc.
+ Copyright (C) 2005, 2007, 2010, 2014-2015, 2017 Free Software
+ Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/filemode.c b/src/filemode.c
index 06f443d..5fc6c74 100644
--- a/src/filemode.c
+++ b/src/filemode.c
@@ -1,9 +1,9 @@
/* filemode.c -- make a string describing file modes
- Copyright (C) 1985, 1990, 1993, 2004, 2007, 2010, 2014-2015 Free
- Software Foundation, Inc.
+ Copyright (C) 1985, 1990, 1993, 2004, 2007, 2010, 2014-2015, 2017
+ Free Software Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/filetypes.h b/src/filetypes.h
index 7986bb4..ea8b5d4 100644
--- a/src/filetypes.h
+++ b/src/filetypes.h
@@ -1,9 +1,9 @@
/* filetypes.h - deal with POSIX annoyances
- Copyright (C) 1991, 2007, 2010, 2014-2015 Free Software Foundation,
- Inc.
+ Copyright (C) 1991, 2007, 2010, 2014-2015, 2017 Free Software
+ Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/global.c b/src/global.c
index 57e505a..fb3abe9 100644
--- a/src/global.c
+++ b/src/global.c
@@ -1,9 +1,9 @@
/* global.c - global variables and initial values for cpio.
- Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2015 Free
- Software Foundation, Inc.
+ Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2015, 2017
+ Free Software Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/idcache.c b/src/idcache.c
index c89e7f1..33b0d3f 100644
--- a/src/idcache.c
+++ b/src/idcache.c
@@ -1,8 +1,8 @@
/* idcache.c -- map user and group IDs, cached for speed
- Copyright (C) 1985, 1988-1990, 2004, 2007, 2010, 2014-2015 Free
+ Copyright (C) 1985, 1988-1990, 2004, 2007, 2010, 2014-2015, 2017 Free
Software Foundation, Inc.
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 3, or (at your option)
any later version.
diff --git a/src/main.c b/src/main.c
index 5a30a7b..c68aba9 100644
--- a/src/main.c
+++ b/