Add copyright and licensing to tools and utils files missing it
Task-number: QTBUG-124453 Change-Id: I7645bcd7a7559425659bc522530a25977d7b5c82 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
53a58a191c
commit
d6bc7613ac
@ -1,3 +1,5 @@
|
||||
# Copyright (C) 2016 Intel Corporation.
|
||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
#!/bin/sh
|
||||
count=`awk '/ZERO_FILE_LEN/ { print $3 }' tst_qresourceengine.cpp`
|
||||
dd if=/dev/zero of=zero.txt bs=1 count=$count
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (C) 2024 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Disabled by default, enable it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user