From 47d8295f78a8a78807848c57f5d85ff57e3aac08 Mon Sep 17 00:00:00 2001 From: Wayne Franz Date: Thu, 29 Aug 2024 22:52:09 -0400 Subject: [PATCH] Remove website URL from comments (#398) 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 98b6d407..3de80af0 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