diff --git a/LICENSE b/LICENSE index b52a3e1..68509f2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018-2019, Alex A. Naanou +Copyright (c) 2018-2023, Alex A. Naanou All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 0b2b0c8..e212df2 100644 --- a/README.md +++ b/README.md @@ -268,5 +268,5 @@ firstZero([10, 5, [{x: 1, y: 0}, 4]]) // -> ['2', '0', 'y'] [BSD 3-Clause License](./LICENSE) -Copyright (c) 2018, Alex A. Naanou, +Copyright (c) 2018-2023, Alex A. Naanou, All rights reserved.