From 822e6c8b1b72088029b8b22c243d6887de0f48cc Mon Sep 17 00:00:00 2001 From: rxi Date: Sat, 20 Jun 2020 08:57:53 +0100 Subject: [PATCH] Updated copyright year: 2017 => 2020 --- LICENSE | 2 +- src/log.c | 2 +- src/log.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 7e3bf17..39ddd05 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017 rxi +Copyright (c) 2020 rxi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/src/log.c b/src/log.c index 23516c9..5ccf150 100644 --- a/src/log.c +++ b/src/log.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 rxi + * Copyright (c) 2020 rxi * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/log.h b/src/log.h index 48cd51b..b1fae24 100644 --- a/src/log.h +++ b/src/log.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017 rxi + * Copyright (c) 2020 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See `log.c` for details.