Skip to content

Commit cd1c438

Browse files
committed
add REUSE compliance to remaining files
1 parent aa19740 commit cd1c438

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed

Diff for: .gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com/>
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
# These are some examples of commonly ignored file patterns.
26
# You should customize this list as applicable to your project.
37
# Learn more about .gitignore:

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com/>
3+
4+
SPDX-License-Identifier: CC-BY-NC-SA-4.0
5+
-->
6+
17
# Description
28

39
This repo contains the source code of the Zextras product

Diff for: doc_build_all.sh

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
3+
# SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com/>
4+
#
5+
# SPDX-License-Identifier: CC-BY-NC-SA-4.0
6+
27
#
38
# Simple script to build all products at once
49

Diff for: make.bat

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
REM SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com/>
2+
REM
3+
REM SPDX-License-Identifier: CC0-1.0
4+
15
@ECHO OFF
26

37
pushd %~dp0

Diff for: requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com/>
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
Sphinx
26
sphinx-design
37
sphinx_rtd_theme

0 commit comments

Comments
 (0)