From 04ed7126a73c8274dec910d61b3757a6d0cc1c33 Mon Sep 17 00:00:00 2001 From: Wayne Franz Date: Thu, 29 Aug 2024 22:52:00 -0400 Subject: [PATCH] Remove website URL from comments (#456) Referencing or using code from some websites is prohibited in this repository. This change removes an informational reference in the comments. --- scripts/copyright-date/check-copyright.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/copyright-date/check-copyright.sh b/scripts/copyright-date/check-copyright.sh index a5168849..61d61068 100755 --- a/scripts/copyright-date/check-copyright.sh +++ b/scripts/copyright-date/check-copyright.sh @@ -61,7 +61,6 @@ if $forkdiff; then source_commit="remotes/$remote/HEAD" # don't use fork-point for finding fork point (lol) - # see: https://stackoverflow.com/a/53981615 diff_hash="$(git merge-base "$source_commit" "$branch")" fi