Fix GH actions run on dependabot PRs.
[e-mobility-charging-stations-simulator.git] / src / charging-station / StationWorker.ts
index 5977b8e0eae322cdb32b1493d6e4719faf4357ca..c3c5cb51346ce2f36f843f816c29eb27abbdb524 100644 (file)
@@ -1,3 +1,5 @@
+// Partial Copyright Jerome Benoit. 2021. All Rights Reserved.
+
 import { StationWorkerData, WorkerEvents } from '../types/Worker';
 import { parentPort, workerData } from 'worker_threads';