mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 18:19:42 +00:00
Update copyrights 2020
Happy New Year!
This commit is contained in:
parent
db9ad43294
commit
935a2ae33f
@ -1,4 +1,14 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
||||||
|
#
|
||||||
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
#
|
||||||
|
# See the COPYRIGHT file distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
|
||||||
if [ -n "${SOFTHSM2_CONF}" ] && command -v softhsm2-util >/dev/null; then
|
if [ -n "${SOFTHSM2_CONF}" ] && command -v softhsm2-util >/dev/null; then
|
||||||
SOFTHSM2_DIR=$(dirname "$SOFTHSM2_CONF")
|
SOFTHSM2_DIR=$(dirname "$SOFTHSM2_CONF")
|
||||||
mkdir -p "${SOFTHSM2_DIR}/tokens"
|
mkdir -p "${SOFTHSM2_DIR}/tokens"
|
||||||
|
@ -349,7 +349,7 @@
|
|||||||
./bin/tests/pkcs11/benchmarks/sha1.c C 2014,2015,2016,2018,2019,2020
|
./bin/tests/pkcs11/benchmarks/sha1.c C 2014,2015,2016,2018,2019,2020
|
||||||
./bin/tests/pkcs11/benchmarks/sign.c C 2014,2015,2016,2018,2019,2020
|
./bin/tests/pkcs11/benchmarks/sign.c C 2014,2015,2016,2018,2019,2020
|
||||||
./bin/tests/pkcs11/benchmarks/verify.c C 2014,2015,2016,2018,2019,2020
|
./bin/tests/pkcs11/benchmarks/verify.c C 2014,2015,2016,2018,2019,2020
|
||||||
./bin/tests/prepare-softhsm2.sh X 2018,2019,2020
|
./bin/tests/prepare-softhsm2.sh SH 2020
|
||||||
./bin/tests/startperf/README X 2011,2018,2019,2020
|
./bin/tests/startperf/README X 2011,2018,2019,2020
|
||||||
./bin/tests/startperf/clean.sh SH 2011,2012,2016,2018,2019,2020
|
./bin/tests/startperf/clean.sh SH 2011,2012,2016,2018,2019,2020
|
||||||
./bin/tests/startperf/makenames.pl PERL 2011,2012,2016,2018,2019,2020
|
./bin/tests/startperf/makenames.pl PERL 2011,2012,2016,2018,2019,2020
|
||||||
|
Loading…
x
Reference in New Issue
Block a user