From b7414f3468d2fea25c9039d05822e5053e95e885 Mon Sep 17 00:00:00 2001 From: rxi Date: Sun, 12 Mar 2017 20:08:58 +0000 Subject: [PATCH] Fixed log.h license header comment --- src/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.h b/src/log.h index 956fb81..b3df494 100644 --- a/src/log.h +++ b/src/log.h @@ -2,7 +2,7 @@ * Copyright (c) 2017 rxi * * This library is free software; you can redistribute it and/or modify it - * under the terms of the MIT license. See `microtar.c` for details. + * under the terms of the MIT license. See `log.c` for details. */ #ifndef LOG_H