From 17706dc36c50311b63bd951fb310dbb4e7a8fb28 Mon Sep 17 00:00:00 2001 From: Andrew Countryman Date: Mon, 1 Apr 2024 08:47:23 -0700 Subject: [PATCH] Remove file path comments (#39) Resolves #38 (Remove file path comments). --- .github/workflows/ci.yml | 1 - .gitignore | 1 - build-avr-gcc | 1 - ci/analyze | 1 - git/hooks/install | 1 - git/hooks/pre-commit | 1 - install-device-family-pack | 1 - 7 files changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a757a0..49fc922 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ # KIND, either express or implied. See the License for the specific language governing # permissions and limitations under the License. -# File: .github/workflows/ci.yml # Description: GitHub Actions CI workflow for the build-avr-gcc repository. name: CI diff --git a/.gitignore b/.gitignore index 8fb7d8a..2fc9d33 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ # KIND, either express or implied. See the License for the specific language governing # permissions and limitations under the License. -# File: .gitignore # Description: Git ignore rules for the build-avr-gcc repository. # ignore the build directory diff --git a/build-avr-gcc b/build-avr-gcc index 01aaebe..dcf57f6 100755 --- a/build-avr-gcc +++ b/build-avr-gcc @@ -15,7 +15,6 @@ # KIND, either express or implied. See the License for the specific language governing # permissions and limitations under the License. -# File: build-avr-gcc # Description: avr-gcc build script. function error() diff --git a/ci/analyze b/ci/analyze index 54a643e..c80576c 100755 --- a/ci/analyze +++ b/ci/analyze @@ -15,7 +15,6 @@ # KIND, either express or implied. See the License for the specific language governing # permissions and limitations under the License. -# File: ci/analyze # Description: build-avr-gcc repository CI static analysis script. function error() diff --git a/git/hooks/install b/git/hooks/install index dd989e5..c4d85ea 100755 --- a/git/hooks/install +++ b/git/hooks/install @@ -15,7 +15,6 @@ # KIND, either express or implied. See the License for the specific language governing # permissions and limitations under the License. -# File: git/hooks/install # Description: Git hooks install script for the build-avr-gcc repository. function error() diff --git a/git/hooks/pre-commit b/git/hooks/pre-commit index 939df07..aaa08e4 100755 --- a/git/hooks/pre-commit +++ b/git/hooks/pre-commit @@ -15,7 +15,6 @@ # KIND, either express or implied. See the License for the specific language governing # permissions and limitations under the License. -# File: git/hooks/pre-commit # Description: Git pre-commit hook script for the build-avr-gcc repository. function message() diff --git a/install-device-family-pack b/install-device-family-pack index 2c71dff..f89bf55 100755 --- a/install-device-family-pack +++ b/install-device-family-pack @@ -15,7 +15,6 @@ # KIND, either express or implied. See the License for the specific language governing # permissions and limitations under the License. -# File: install-device-family-pack # Description: avr-gcc device family pack install script. function error()