Skip to content

Commit 2b0a969

Browse files
committed
Add GitPython's standard license header comments to oss-fuzz scripts
These files are already BSD-3-Clause even without the headers, but adding these comments and the `LICENSE-BSD` symlink to the root level `LICENSE` file are helpful to reinforce that there are only two particular files in the `fuzzing/` that are not under BSD-3-Clause. See: gitpython-developers#1901 (comment)
1 parent bc7bd22 commit 2b0a969

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

Diff for: fuzzing/LICENSE-BSD

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE

Diff for: fuzzing/oss-fuzz-scripts/build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# shellcheck shell=bash
2+
#
3+
# This file is part of GitPython and is released under the
4+
# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/
25

36
set -euo pipefail
47

Diff for: fuzzing/oss-fuzz-scripts/container-environment-bootstrap.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env bash
2+
#
3+
# This file is part of GitPython and is released under the
4+
# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/
5+
26
set -euo pipefail
37

48
#################

0 commit comments

Comments
 (0)