diff --git a/README.md b/README.md index 6ae883d..e1f7790 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A simple logging library implemented in C99 into an existing project and compiled along with it. The library provides 6 function-like macros for logging: +you can also run the makefile with the `make` command to get a statically linkable .a file. + ```c log_trace(const char *fmt, ...); log_debug(const char *fmt, ...); @@ -79,5 +81,5 @@ be used when printing. ## License -This library is free software; you can redistribute it and/or modify it under -the terms of the MIT license. See [LICENSE](LICENSE) for details. +This fork of the library is free software; you can redistribute it and/or modify it under +the terms of the AGPLv3 License.