diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2021-10-24 08:42:39 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2021-10-24 08:42:39 +0000 |
commit | 1331d46bc08b5d8a6933b04e286917c20777995f (patch) | |
tree | 1a934988b5bfc818fe8f16851cd2ed4208220069 /share | |
parent | b4b178f6fd705ff9b032971b4f8951e8069af3b1 (diff) |
Fix mangled license.
From Leon Fischer
Diffstat (limited to 'share')
-rw-r--r-- | share/btrace/runqlat.bt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/btrace/runqlat.bt b/share/btrace/runqlat.bt index 03a55a62e7e..b241e7a806d 100644 --- a/share/btrace/runqlat.bt +++ b/share/btrace/runqlat.bt @@ -9,12 +9,12 @@ * Copyright (c) 2014 Brendan Gregg. All rights reserved. * Copyright (c) 2021 Martin Pieuchot. All rights reserved. * - * Redistribution and usece in source and binary forusec, with or without + * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: - * 1. Redistributions of source code musect retain the above copyright + * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form musect reproduce the above copyright + * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * @@ -24,10 +24,10 @@ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF usecE, DATA, OR PROFITS; OR BusecINESS INTERRUPTION) - * HOWEVER CAusecED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE usecE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * 19-Jun-2014 Brendan Gregg Created this. |