diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-02-15 21:11:22 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-02-15 21:11:22 +0100 |
commit | 583f87780b8b747f48525810ef9a467ec1902fad (patch) | |
tree | 9551a23bd216bdcf22232412a4dc6e28a2d1781c | |
parent | a0332b5d7b654a9f0133002a9e6c3e6a01d59867 (diff) | |
download | external_libsamsung-ipc-583f87780b8b747f48525810ef9a467ec1902fad.zip external_libsamsung-ipc-583f87780b8b747f48525810ef9a467ec1902fad.tar.gz external_libsamsung-ipc-583f87780b8b747f48525810ef9a467ec1902fad.tar.bz2 |
libsamsung-ipc is maintained by the Replicant project
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | MAINTAINERS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3d6ce5b..91ab103 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,3 +1,7 @@ +Paul Kocialkowski +E-Mail: contact@paulk.fr +Userid: paulk + Simon Busch E-Mail: morphis@gravedo.de Userid: morphis diff --git a/configure.ac b/configure.ac index a955016..f6bd866 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libsamsung-ipc], [0.2.0], [smartphones-userland@linuxtogo.org], [libsamsung-ipc]) +AC_INIT([libsamsung-ipc], [0.2.0], [contact@replicant.us], [libsamsung-ipc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects]) |