Add copyright headers to all scripts

* https://reuse.software/tutorial/
* reuse addheader --copyright="The Calyx Institute" --license="Apache-2.0" */*.sh

Change-Id: I24ab74da8f4c9ddd8d38da3e782053b10499ea83
This commit is contained in:
Chirayu Desai
2022-07-08 19:43:32 +05:30
committed by Michael Bestas
parent ed56c837cd
commit 0038a97c5b
8 changed files with 40 additions and 0 deletions

View File

@@ -1,4 +1,9 @@
#!/bin/bash #!/bin/bash
# SPDX-FileCopyrightText: 2022 The Calyx Institute
#
# SPDX-License-Identifier: Apache-2.0
# #
# all: # all:
# #

View File

@@ -1,4 +1,9 @@
#!/bin/bash #!/bin/bash
# SPDX-FileCopyrightText: 2022 The Calyx Institute
#
# SPDX-License-Identifier: Apache-2.0
# #
# build-desc-fingerprint: # build-desc-fingerprint:
# #

View File

@@ -1,4 +1,9 @@
#!/bin/bash #!/bin/bash
# SPDX-FileCopyrightText: 2022 The Calyx Institute
#
# SPDX-License-Identifier: Apache-2.0
# #
# device: # device:
# #

View File

@@ -1,4 +1,9 @@
#!/bin/bash #!/bin/bash
# SPDX-FileCopyrightText: 2022 The Calyx Institute
#
# SPDX-License-Identifier: Apache-2.0
# #
# download: # download:
# #

View File

@@ -1,4 +1,9 @@
#!/bin/bash #!/bin/bash
# SPDX-FileCopyrightText: 2022 The Calyx Institute
#
# SPDX-License-Identifier: Apache-2.0
# #
# extract: # extract:
# #

View File

@@ -1,4 +1,9 @@
#!/bin/bash #!/bin/bash
# SPDX-FileCopyrightText: 2022 The Calyx Institute
#
# SPDX-License-Identifier: Apache-2.0
# #
# extract: # extract:
# #

View File

@@ -1,4 +1,9 @@
#!/bin/bash #!/bin/bash
# SPDX-FileCopyrightText: 2022 The Calyx Institute
#
# SPDX-License-Identifier: Apache-2.0
# #
# update-vars: # update-vars:
# #

View File

@@ -1,4 +1,9 @@
#!/bin/bash #!/bin/bash
# SPDX-FileCopyrightText: 2022 The Calyx Institute
#
# SPDX-License-Identifier: Apache-2.0
# #
# update-vars: # update-vars:
# #