diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/copyright | 4 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index 23be7dc..14c84e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libonig (6.2.0-1) UNRELEASED; urgency=medium      - Update symbols file.    * Drop dh-autoreconf from both build-depends and dh --with arguments       because this is all defaults when using dh compat 10. +  * debian/copyright: Add year 2017.   -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 09 Apr 2017 19:37:13 +0200 diff --git a/debian/copyright b/debian/copyright index ae4f877..a57a2e3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0  Source: https://github.com/kkos/oniguruma  Files: * -Copyright: 2002-2016 K.Kosako <kkosako0@gmail.com> +Copyright: 2002-2017 K.Kosako <kkosako0@gmail.com>  License: BSD-2-clause  License: BSD-2-clause @@ -30,7 +30,7 @@ License: BSD-2-clause  Files: debian/*  Copyright: 2006-2008 Max Kellermann <max@duempel.org>  -           2014-2016 Jörg Frings-Fürst <debian@jff-webhosting.net> +           2014-2017 Jörg Frings-Fürst <debian@jff-webhosting.net>  License: GPL-2+  License: GPL-2+ | 
