docs: update copyright year
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 15 Jan 2024 20:09:20 +0000 (21:09 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 15 Jan 2024 20:09:20 +0000 (21:09 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
LICENSE
src/circular-array.ts
src/deque.ts

diff --git a/LICENSE b/LICENSE
index 6e0988d85b108318d1f12bb5715d88f5fa87a5dd..01b7882437899b46ee174abbb7ccffeab8b8e04f 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2019-2023 Alessandro Pio Ardizio
+Copyright (c) 2019-2024 Alessandro Pio Ardizio
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
index cc58d8ace71f01f721d1798924b83d359ddc1dec..511b699c8827a2a214efe63e2fce9dfabfcee73a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 export const DEFAULT_CIRCULAR_ARRAY_SIZE = 1024
 
index 027aa70dd94def236319bffaa565235d00244045..257643726383945d81960ec2cd7be0c04d26eecb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Jerome Benoit. 2023. All Rights Reserved.
+// Copyright Jerome Benoit. 2023-2024. All Rights Reserved.
 
 /**
  * Linked list node interface.