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

Commitfa2b2d6

Browse files
authored
Merge pull request#1907 from DaveLak/add-license-header-comments-to-shell-scripts
Add GitPython's Standard License Header Comments to Shell Scripts
2 parents0552b83 +b021a76 commitfa2b2d6

File tree

6 files changed

+17
-0
lines changed

6 files changed

+17
-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.

‎fuzzing/LICENSE-BSD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE

‎fuzzing/oss-fuzz-scripts/build.sh

Lines changed: 3 additions & 0 deletions
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

‎fuzzing/oss-fuzz-scripts/container-environment-bootstrap.sh

Lines changed: 4 additions & 0 deletions
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
#################

‎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