summaryrefslogtreecommitdiffstats
path: root/src/tools/qlalr/examples/qparser/calc.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qlalr/examples/qparser/calc.l')
-rw-r--r--src/tools/qlalr/examples/qparser/calc.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qlalr/examples/qparser/calc.l b/src/tools/qlalr/examples/qparser/calc.l
index 28ff226384..15375a830e 100644
--- a/src/tools/qlalr/examples/qparser/calc.l
+++ b/src/tools/qlalr/examples/qparser/calc.l
@@ -4,7 +4,7 @@
%{
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QLALR tool of the Qt Toolkit.