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.