From 97f3e99c0645267a3e9ba0537a356ab170e8b4fd Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Wed, 12 Feb 2014 20:58:43 +0000 Subject: [PATCH] Update some copyright bugs from script --- AUTHORS | 2 ++ src/bin/edi_main.c | 2 +- src/tests/test_edi.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index e69de29..4dd5eab 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1,2 @@ +ajwillia.ms (Andy Williams) + diff --git a/src/bin/edi_main.c b/src/bin/edi_main.c index 911647c..bc06394 100644 --- a/src/bin/edi_main.c +++ b/src/bin/edi_main.c @@ -15,7 +15,7 @@ #include "edi_private.h" -#define COPYRIGHT "Copyright © 2013 Cedric BAIL and various contributors (see AUTHORS)." +#define COPYRIGHT "Copyright © 2014 Andy Williams and various contributors (see AUTHORS)." static void _edi_win_del(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED) diff --git a/src/tests/test_edi.c b/src/tests/test_edi.c index 9c4f3d0..02cc9f9 100644 --- a/src/tests/test_edi.c +++ b/src/tests/test_edi.c @@ -7,7 +7,7 @@ #include "Edi.h" -#define COPYRIGHT "Copyright © 2013 Cedric BAIL and various contributors (see AUTHORS)." +#define COPYRIGHT "Copyright © 2014 Andy Williams and various contributors (see AUTHORS)." static void edi_test_basic(TCase *tc);