From f8e0f66beb75564e2f2c19c0f3459e4781adcfab Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 15 Nov 2011 03:05:29 +0100 Subject: [PATCH] also mention the author of the base64 stuff. --- AUTHORS | 9 ++++++++- ChangeLog | 10 +++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 354d97f..93cd409 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,8 @@ -Georg Hopp +- Georg Hopp + +the base64 code is taken from the linux core utils package and was +written by: + +- Simon Josefsson + +This code is also copyrighted by the GPL 3. diff --git a/ChangeLog b/ChangeLog index 2db55d3..deb790b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ +2011-11-15 03:05:29 +0100 Georg Hopp + + * also mention the author of the base64 stuff. (HEAD, master) + +2011-11-15 02:47:54 +0100 Georg Hopp + + * put the whole stuff in an autobuild environment + 2011-11-14 22:55:29 +0100 Georg Hopp - * some smaller fixes as well as a complete test create_token implementation. (HEAD, master) + * some smaller fixes as well as a complete test create_token implementation. 2011-11-14 18:48:09 +0100 Georg Hopp