diff options
author | Jani Heikkinen <[email protected]> | 2015-02-16 11:44:46 +0200 |
---|---|---|
committer | Jani Heikkinen <[email protected]> | 2015-02-17 18:46:09 +0000 |
commit | cb95fff1c7dfcfc00b1bf93d18b80485aca9dd0c (patch) | |
tree | a1e944281fdea03173401aa1935061b812637955 /util | |
parent | b6f0060f60a5ce3367164c6450f1a6154baebac1 (diff) |
Fixed license headers
Change-Id: Ibebe1318d1c2de97601aa07269705c87737083ee
Reviewed-by: Oswald Buddenhagen <[email protected]>
Diffstat (limited to 'util')
-rwxr-xr-x | util/local_database/cldr2qlocalexml.py | 2 | ||||
-rwxr-xr-x | util/local_database/cldr2qtimezone.py | 2 | ||||
-rwxr-xr-x | util/local_database/dateconverter.py | 2 | ||||
-rw-r--r-- | util/local_database/enumdata.py | 2 | ||||
-rwxr-xr-x | util/local_database/qlocalexml2cpp.py | 2 | ||||
-rw-r--r-- | util/local_database/xpathlite.py | 2 | ||||
-rwxr-xr-x | util/unicode/writingSystems.sh | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/util/local_database/cldr2qlocalexml.py b/util/local_database/cldr2qlocalexml.py index a2b7df36679..2377aa07716 100755 --- a/util/local_database/cldr2qlocalexml.py +++ b/util/local_database/cldr2qlocalexml.py @@ -1,7 +1,7 @@ #!/usr/bin/env python ############################################################################# ## -## 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 test suite of the Qt Toolkit. diff --git a/util/local_database/cldr2qtimezone.py b/util/local_database/cldr2qtimezone.py index 964941559b8..4bf4c83bb96 100755 --- a/util/local_database/cldr2qtimezone.py +++ b/util/local_database/cldr2qtimezone.py @@ -1,7 +1,7 @@ #!/usr/bin/env python ############################################################################# ## -## 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 test suite of the Qt Toolkit. diff --git a/util/local_database/dateconverter.py b/util/local_database/dateconverter.py index 74afd602a11..3e45a07d310 100755 --- a/util/local_database/dateconverter.py +++ b/util/local_database/dateconverter.py @@ -1,7 +1,7 @@ #!/usr/bin/env python ############################################################################# ## -## 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 test suite of the Qt Toolkit. diff --git a/util/local_database/enumdata.py b/util/local_database/enumdata.py index 53d2f73a226..b9f8077a59e 100644 --- a/util/local_database/enumdata.py +++ b/util/local_database/enumdata.py @@ -1,7 +1,7 @@ #!/usr/bin/env python ############################################################################# ## -## 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 test suite of the Qt Toolkit. diff --git a/util/local_database/qlocalexml2cpp.py b/util/local_database/qlocalexml2cpp.py index 1df99b11cdd..11640757780 100755 --- a/util/local_database/qlocalexml2cpp.py +++ b/util/local_database/qlocalexml2cpp.py @@ -1,7 +1,7 @@ #!/usr/bin/env python ############################################################################# ## -## 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 test suite of the Qt Toolkit. diff --git a/util/local_database/xpathlite.py b/util/local_database/xpathlite.py index 66693af0ebc..20034a5b5e3 100644 --- a/util/local_database/xpathlite.py +++ b/util/local_database/xpathlite.py @@ -1,7 +1,7 @@ #!/usr/bin/env python ############################################################################# ## -## 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 test suite of the Qt Toolkit. diff --git a/util/unicode/writingSystems.sh b/util/unicode/writingSystems.sh index 0829b3876ab..8902d97d712 100755 --- a/util/unicode/writingSystems.sh +++ b/util/unicode/writingSystems.sh @@ -2,7 +2,7 @@ #!/bin/sh ############################################################################# ## -## 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 the build configuration utility of the Qt Toolkit. |