From 986af23db4433935ef1247d7ba3511b88413985b Mon Sep 17 00:00:00 2001 From: armink Date: Tue, 11 Oct 2016 22:27:54 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E3=80=90=E5=AE=8C=E5=96=84=E3=80=91?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=97=B6=E7=9A=84=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- LICENSE | 2 +- easyflash/src/easyflash.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 0e28023..2ca031c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2015 Armink (armink.ztl@gmail.com) +Copyright (c) 2014-2016 Armink (armink.ztl@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/easyflash/src/easyflash.c b/easyflash/src/easyflash.c index 62ba994..7a2394f 100644 --- a/easyflash/src/easyflash.c +++ b/easyflash/src/easyflash.c @@ -1,7 +1,7 @@ /* * This file is part of the EasyFlash Library. * - * Copyright (c) 2014, Armink, + * Copyright (c) 2014-2016, Armink, * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the @@ -98,6 +98,7 @@ EfErrCode easyflash_init(void) { } else { EF_DEBUG("EasyFlash V%s is initialize fail.\n", EF_SW_VERSION); } + EF_DEBUG("You can get the latest version on https://github.com/armink/EasyFlash .\n"); return result; }