chore: update copyright years
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 13 Jan 2024 13:38:36 +0000 (14:38 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 13 Jan 2024 13:38:36 +0000 (14:38 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
26 files changed:
.reuse/dep5
README.md
src/charging-station/AutomaticTransactionGenerator.ts
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationWorker.ts
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/1.6/OCPP16RequestService.ts
src/charging-station/ocpp/1.6/OCPP16ResponseService.ts
src/charging-station/ocpp/1.6/OCPP16ServiceUtils.ts
src/charging-station/ocpp/2.0/OCPP20IncomingRequestService.ts
src/charging-station/ocpp/2.0/OCPP20RequestService.ts
src/charging-station/ocpp/2.0/OCPP20ResponseService.ts
src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts
src/exception/OCPPError.ts
src/performance/PerformanceStatistics.ts
src/performance/storage/JsonFileStorage.ts
src/performance/storage/MikroOrmStorage.ts
src/performance/storage/MongoDBStorage.ts
src/performance/storage/Storage.ts
src/performance/storage/StorageFactory.ts
src/start.ts
src/utils/AsyncLock.ts
src/utils/CircularArray.ts
src/utils/ElectricUtils.ts
src/worker/WorkerSet.ts

index a25d30160b880affd3e4c019a1deefbeac181c7f..71534a60c542aaab8017053812dbd205b5b4bf46 100644 (file)
@@ -25,5 +25,5 @@ Disclaimer: The code in this project may include calls to APIs ("API Calls") of
  parties the right to use of access any SAP External Product, through API Calls.
 
 Files: *
-Copyright: 2023 SAP SE or an SAP affiliate company and e-mobility-charging-stations-simulator contributors
+Copyright: 2021-2024 SAP SE or an SAP affiliate company and e-mobility-charging-stations-simulator contributors
 License: Apache-2.0
index 2f21f4b5c6cfb11200c4a592e273fd2754acb258..dcb4a23c408c96987cb40bde4db789ea23a1db3c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -760,4 +760,4 @@ We as members, contributors, and leaders pledge to make participation in our com
 
 ## Licensing
 
-Copyright 2020-2023 SAP SE or an SAP affiliate company and e-mobility-charging-stations-simulator contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/e-mobility-charging-stations-simulator).
+Copyright 2020-2024 SAP SE or an SAP affiliate company and e-mobility-charging-stations-simulator contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/e-mobility-charging-stations-simulator).
index 6158d7b05435f3a067a2963e859403095c2bfe32..3d53fc812488b7c8a9b7b47d72460510ec8aca8c 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { hoursToMilliseconds, secondsToMilliseconds } from 'date-fns'
 
index c0dc2b3d2ff22aaeefdc221d3ccab4dce8ebc7ac..488cf6a771ebbc2372cff3ab08f70c40111fa9b7 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { EventEmitter } from 'node:events'
 import { dirname, extname, join } from 'node:path'
index 78561276c22cc0df9cc0dc4985258a6dbbda648f..7046f541095152581c4f3c2c89bd826e854087b7 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { createHash } from 'node:crypto'
 import { EventEmitter } from 'node:events'
index 78d0bc8a1c9752a020ba420ea2a0cce04ee5e687..21050d206d60ec2fb1f5623696a2e633c6e50a8f 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { parentPort } from 'node:worker_threads'
 
index 8f1a4593d3a02476b819a25a44c4f8ed0ad83a73..69e700a32803a6ec0eb7df41421f4b8fc6f6f881 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { createWriteStream, readdirSync } from 'node:fs'
 import { dirname, join, resolve } from 'node:path'
index 415254d194d637113279a12526273fa3ef51150c..297349bd5e8ad8840cd59e9f4ff11a6540eeb690 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import type { JSONSchemaType } from 'ajv'
 
index 39d7ac02c5c019a4845cab50651d589bf88da27a..571fc2005398340bca8f8180cc82df9444143652 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import type { JSONSchemaType } from 'ajv'
 import { secondsToMilliseconds } from 'date-fns'
index b8048927ccb824f4ff8e20320cfd356c33af6f0f..e567be4f820c394e7b1b9230733f809f38dc3c1e 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import type { JSONSchemaType } from 'ajv'
 import {
index db509ecd9ba939ba8c99241604cdc15c6e968f6b..5480b5a388ec0d5c78c7eaffb4c3a83e2a915ab8 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import type { JSONSchemaType } from 'ajv'
 
index b54e491ac0af548360b8e9ae1dad19990803bb39..769064b99fc727096b8abc61cedc9129c6a698bd 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import type { JSONSchemaType } from 'ajv'
 
index 704d3a15fa305d4f9c6a07b1f4e0d8215e5113ed..28c612655040a9df66540d0d313c582f43d76bf3 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import type { JSONSchemaType } from 'ajv'
 
index 43d3e2f67a88c28f00220debc249fe97e25d2d40..38110e6f9873300c7fd3e3fcaa12475adfda6dd0 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import type { JSONSchemaType } from 'ajv'
 
index d6347652dad92d82d6ca9234e6f72f0b13e22a68..54b80fb67d320d89a4aadaf9d365a5ab2810acd6 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { BaseError } from './BaseError.js'
 import {
index e8740d29fa511de737570328dcdfbd025e838c84..88bb29d04d97d9aa315df258dc0923334d803d1e 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { type PerformanceEntry, PerformanceObserver, performance } from 'node:perf_hooks'
 import type { URL } from 'node:url'
index f4a888143ff60c23b682b0be9b6215c5af779beb..31d18537f783067bebd396d40cf19fad34d69b0f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { closeSync, existsSync, mkdirSync, openSync, writeSync } from 'node:fs'
 import { dirname } from 'node:path'
index 3eec553d26a56c013d9df95c6b30c9f7e43a310e..b88bee70810681ffe9b5320bd8da3cb5c57db7ec 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { type Configuration, MikroORM, type Options } from '@mikro-orm/core'
 import { TsMorphMetadataProvider } from '@mikro-orm/reflection'
index 009d8161d4412a88da47676bc63268bda884501c..48ce06d679d5131777542444bc46d87b3e40178b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { MongoClient } from 'mongodb'
 
index 4724681558894674f6bb1d3decd2ea5953c276a3..c6cf28963cfda14dbce33507d5a8e914036edb6d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { URL } from 'node:url'
 
index f5cfcbefa6af6e134caef94f085f567170be40c6..a2bfa82bdb3ba3258752a16f1db288c31297e562 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { JsonFileStorage } from './JsonFileStorage.js'
 // eslint-disable-next-line @typescript-eslint/no-unused-vars
index 8c56e635d36d1d415853f27968766f3fa5af709f..7c42c4d205682073c4d23c04d7d2a3eff15add97 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import chalk from 'chalk'
 
index 099aac15bd72a140157a967e7d3f5648b74672f3..f6b793a60748beaa8454fdb80e13510553a25898 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { Queue } from 'mnemonist'
 
index ee72c34eebfaf59bbf2e544f264967e0e41ea658..f84b21aa3ac9d93a19075b8db1a2f889e05bdfa9 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 47c74d99ad67bc82208f95383cf3b984bb1ba50b..c4fdfa10142c1d7fde8a1fdb685686813f20d91d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 /**
  * Rationale: https://wiki.piment-noir.org/doku.php/en:cs:modelling_multi-phased_electrical_system_interconnexion
index ea1ed241020637d0dcab4534b5bfdf4605891d6e..8b723deaeb3d33d750965c17a45dffc7a931844a 100644 (file)
@@ -1,4 +1,4 @@
-// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
 import { EventEmitterAsyncResource } from 'node:events'
 import { SHARE_ENV, Worker } from 'node:worker_threads'