Bootstrap.ts: refine the log prefix string
[e-mobility-charging-stations-simulator.git] / src / charging-station / AutomaticTransactionGenerator.ts
index 73412c161e00eb3117b5a14ad1a49d464b6be1fc..948ef133acb6adf2a3b13fe7d82520e3bcef6348 100644 (file)
@@ -1,3 +1,5 @@
+// Partial Copyright Jerome Benoit. 2021. All Rights Reserved.
+
 import { AuthorizationStatus, AuthorizeResponse, StartTransactionResponse, StopTransactionReason, StopTransactionResponse } from '../types/ocpp/Transaction';
 
 import ChargingStation from './ChargingStation';