Skip to content

Commit

Permalink
Add copyright in plot_strong script
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Oct 21, 2024
1 parent 394fe0c commit d8680ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/plot_strong.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
#!/bin/bash -l

#
# Distributed Linear Algebra with Future (DLAF)
#
# Copyright (c) 2018-2024, ETH Zurich
# All rights reserved.
#
# Please, refer to the LICENSE file in the root directory.
# SPDX-License-Identifier: BSD-3-Clause
#

# This script helps to plot the results of different benchmarks.

set -eu

####################################################################################################
Expand Down

0 comments on commit d8680ec

Please sign in to comment.