From b1f47057063bfb5e77715dbe6a5f4b073ead9fc0 Mon Sep 17 00:00:00 2001 From: Vatsal Gupta <40350810+gvatsal60@users.noreply.github.com> Date: Sun, 2 Aug 2026 11:20:23 +0530 Subject: [PATCH] Remove # Date: comments from all files --- .devcontainer/postCreateScript.sh | 1 - .update.sh | 1 - install.sh | 1 - 3 files changed, 3 deletions(-) diff --git a/.devcontainer/postCreateScript.sh b/.devcontainer/postCreateScript.sh index 6eb5259..79ed771 100755 --- a/.devcontainer/postCreateScript.sh +++ b/.devcontainer/postCreateScript.sh @@ -3,7 +3,6 @@ ################################################################################################### # File: postCreateScript.sh # Author: [Vatsal Gupta (gvatsal60)] -# Date: 07-Aug-2024 # Description: # This script runs automatically after the DevContainer environment has been created. # It performs various initialization tasks to ensure the development environment is properly configured. diff --git a/.update.sh b/.update.sh index ede2a80..574b408 100755 --- a/.update.sh +++ b/.update.sh @@ -3,7 +3,6 @@ ################################################################################################### # File: .update.sh # Author: Vatsal Gupta(@gvatsal60) -# Date: 11-Jul-2024 # Description: This script provides functions to update Linux distributions using their # respective package managers. ################################################################################################### diff --git a/install.sh b/install.sh index 227b4d2..12d6951 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,6 @@ ################################################################################################### # File: install.sh # Author: [Vatsal Gupta (gvatsal60)] -# Date: 11-Jul-2024 # Description: This script updates shell configuration files based on the # adjusted Linux distribution ID determined from /etc/os-release. ###################################################################################################