Skip to content

Commit d28eed7

Browse files
committed
Add SPDX attribution and copyright block to top of cluster scripts
FossilOrigin-Name: 1d5cd5ad021d8286b81c9b80c17d833a4477347bb1b9706470ff85a5d3e1514a
1 parent de64be9 commit d28eed7

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

kbench/submit-work.sh

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
# LumoSQL: https://lumosql.org/
66
# Cluster scripts: https://lumosql.org/src/lumosql/dir?ci=tip&name=kbench
77
#
8+
# Copyright 2022 The LumoSQL Authors under the terms contained in LICENSES/MIT
9+
#
10+
# SPDX-License-Identifier: MIT
11+
# SPDX-FileCopyrightText: 2022 The LumoSQL Authors
12+
# SPDX-ArtifactOfProjectName: LumoSQL
13+
# SPDX-FileType: Code
14+
# SPDX-FileComment: Original by Dan Shearer, 2022
815

916
# Set defaults
1017

kbench/work-loop.sh

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
#!/bin/bash -xe
22

3+
# Process LumoSQL benchmark/test jobs on a cluster. This is run on an
4+
# administration node.
5+
#
6+
# LumoSQL: https://lumosql.org/
7+
# Cluster scripts: https://lumosql.org/src/lumosql/dir?ci=tip&name=kbench
8+
#
9+
# Copyright 2022 The LumoSQL Authors under the terms contained in LICENSES/MIT
10+
#
11+
# SPDX-License-Identifier: MIT
12+
# SPDX-FileCopyrightText: 2022 The LumoSQL Authors
13+
# SPDX-ArtifactOfProjectName: LumoSQL
14+
# SPDX-FileType: Code
15+
# SPDX-FileComment: Original by Ruben De Smet, 2022
16+
317
fossil clone https://lumosql.org/src/lumosql
418
cd lumosql
519

0 commit comments

Comments
 (0)