Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b021a76

Browse filesBrowse files
committed
Add GitPython's standard license header comments to top level scripts
While discussing adding similar license comments to the shell scripts introduced in PR gitpython-developers#1901, it was noticed that the shell scripts in the repository root directory did not have such comments and suggested that we could add them when the scripts in the `fuzzing/` directory were updated, so this commit does just that. See: gitpython-developers#1901 (comment)
1 parent 2b0a969 commit b021a76
Copy full SHA for b021a76

File tree

3 files changed

+9
-0
lines changed
Filter options

3 files changed

+9
-0
lines changed

‎build-release.sh

Copy file name to clipboardExpand all lines: build-release.sh
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22
#
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+
#
36
# This script builds a release. If run in a venv, it auto-installs its tools.
47
# You may want to run "make release" instead of running this script directly.
58

‎check-version.sh

Copy file name to clipboardExpand all lines: check-version.sh
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22
#
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+
#
36
# This script checks if we are in a consistent state to build a new release.
47
# See the release instructions in README.md for the steps to make this pass.
58
# You may want to run "make release" instead of running this script directly.

‎init-tests-after-clone.sh

Copy file name to clipboardExpand all lines: init-tests-after-clone.sh
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/sh
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 -eu
47

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.