mirror of https://github.com/openXC7/prjxray.git
063-gtp-common-conf: add license to pushdb.sh
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
47baef5aea
commit
5245999dc4
|
|
@ -1,4 +1,11 @@
|
|||
#!/bin/bash
|
||||
# Copyright (C) 2017-2020 The Project X-Ray Authors.
|
||||
#
|
||||
# Use of this source code is governed by a ISC-style
|
||||
# license that can be found in the LICENSE file or at
|
||||
# https://opensource.org/licenses/ISC
|
||||
#
|
||||
# SPDX-License-Identifier: ISC
|
||||
|
||||
if ! test $(find . -name "segdata_gtp_common_mid_right.txt" | wc -c) -eq 0
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in New Issue