Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitb021a76

Browse files
committed
Add GitPython's standard license header comments to top level scripts
While discussing adding similar license comments to the shell scriptsintroduced in PR#1901, it was noticed that the shell scripts in therepository root directory did not have such comments and suggested thatwe could add them when the scripts in the `fuzzing/` directory wereupdated, so this commit does just that.See:#1901 (comment)
1 parent2b0a969 commitb021a76

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

‎build-release.sh

Lines 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

Lines 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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp