From 30f41c02aec763d32e62351452da9ef582bc3472 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:30:59 -0800 Subject: Move contrib libraries to contrib repo --- contrib/SDL-3.2.8/build-scripts/update-copyright.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 contrib/SDL-3.2.8/build-scripts/update-copyright.sh (limited to 'contrib/SDL-3.2.8/build-scripts/update-copyright.sh') diff --git a/contrib/SDL-3.2.8/build-scripts/update-copyright.sh b/contrib/SDL-3.2.8/build-scripts/update-copyright.sh deleted file mode 100755 index 9bb46ea..0000000 --- a/contrib/SDL-3.2.8/build-scripts/update-copyright.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -if [ "$SED" = "" ]; then - if type gsed >/dev/null; then - SED=gsed - else - SED=sed - fi -fi - -find . -type f \ -| grep -v \.git \ -| while read file; do \ - LC_ALL=C $SED -b -i "s/\(.*Copyright.*\)[0-9]\{4\}\( *Sam Lantinga\)/\1`date +%Y`\2/" "$file"; \ -done -- cgit v1.2.3