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; }