mirror of
https://github.com/pygos/init.git
synced 2024-11-21 18:59:46 +01:00
Update e-mail address
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
4ee949c1ca
commit
5b106abaed
2 changed files with 2 additions and 2 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2018 David Oberhollenzer <david.oberhollenzer@tele2.at>
|
Copyright (c) 2018 David Oberhollenzer <goliath@infraroot.at>
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
@ -2,7 +2,7 @@ AC_PREREQ([2.60])
|
||||||
|
|
||||||
m4_define([RELEASE], 0.9)
|
m4_define([RELEASE], 0.9)
|
||||||
|
|
||||||
AC_INIT([init], [RELEASE], [david.oberhollenzer@tele2.at], init)
|
AC_INIT([init], [RELEASE], [goliath@infraroot.at], init)
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz])
|
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz])
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
|
|
Loading…
Reference in a new issue