summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-10-06 03:42:44 +0200
committerGuillem Jover <guillem@debian.org>2014-10-06 13:14:40 +0200
commit9f5611d93395b216a0de8ec1af5726ac0ddd0924 (patch)
tree85b91569bfca2bc67507606bb777a717c1a2e0ec /configure.ac
parent5ed1d7ef8a526511e613c77363fc9da756039000 (diff)
downloaddpkg-9f5611d93395b216a0de8ec1af5726ac0ddd0924.tar.gz
man: Set the copyright holder for the original code
This is similar to commit a17d469cc3d5ccca9daa84f98fed3cc8e51e656d, but this was just never assigned a proper copyright holder so it defaulted to the FSF, which is not correct.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9ebbdfc68..ded48fd16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ m4_pattern_forbid([^_?DPKG_])
AC_PREREQ(2.60)
AC_INIT([dpkg], m4_esyscmd([./get-version]), [debian-dpkg@lists.debian.org])
+AC_SUBST([PACKAGE_COPYRIGHT_HOLDER], ['Dpkg Developers'])
AC_CONFIG_SRCDIR([lib/dpkg/dpkg.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])