aboutsummaryrefslogtreecommitdiffstats
path: root/logger.js
diff options
context:
space:
mode:
Diffstat (limited to 'logger.js')
-rw-r--r--logger.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/logger.js b/logger.js
index f072731..5ab7211 100644
--- a/logger.js
+++ b/logger.js
@@ -1,3 +1,6 @@
+// Copyright (C) 2024 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+
const winston = require('winston');
const { combine, printf, colorize, align } = winston.format;