2 files changed, 1 insertions(+), 1 deletions(-)
R COPYING => LICENSE
M README.md
R COPYING => LICENSE +0 -0
M README.md => README.md +1 -1
@@ 12,7 12,7 @@ header & source files.
00. Replace `TARGET = foo` in `Makefile` with `TARGET = your_binary_name`
00. Replace `foo` in `.gitignore` with the `$(TARGET)` specified in `Makefile`
00. Update `OBJS` and `LDLIBS` in `Makefile` as appropriate
-00. Replace `COPYING` with whatever license you want
+00. Replace `LICENSE` with whatever license you want
### Makefile Use
```sh