diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49fc922..1dcdf9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ # KIND, either express or implied. See the License for the specific language governing # permissions and limitations under the License. -# Description: GitHub Actions CI workflow for the build-avr-gcc repository. +# Description: GitHub Actions CI workflow. name: CI diff --git a/.gitignore b/.gitignore index 2fc9d33..b2e9fef 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ # KIND, either express or implied. See the License for the specific language governing # permissions and limitations under the License. -# Description: Git ignore rules for the build-avr-gcc repository. +# Description: Git ignore rules. # ignore the build directory build/ diff --git a/ci/analyze b/ci/analyze index c80576c..58a5c9e 100755 --- a/ci/analyze +++ b/ci/analyze @@ -15,7 +15,7 @@ # KIND, either express or implied. See the License for the specific language governing # permissions and limitations under the License. -# Description: build-avr-gcc repository CI static analysis script. +# Description: CI static analysis script. function error() { diff --git a/git/hooks/install b/git/hooks/install index c4d85ea..626afb6 100755 --- a/git/hooks/install +++ b/git/hooks/install @@ -15,7 +15,7 @@ # KIND, either express or implied. See the License for the specific language governing # permissions and limitations under the License. -# Description: Git hooks install script for the build-avr-gcc repository. +# Description: Git hooks install script. function error() { diff --git a/git/hooks/pre-commit b/git/hooks/pre-commit index aaa08e4..c63c33d 100755 --- a/git/hooks/pre-commit +++ b/git/hooks/pre-commit @@ -15,7 +15,7 @@ # KIND, either express or implied. See the License for the specific language governing # permissions and limitations under the License. -# Description: Git pre-commit hook script for the build-avr-gcc repository. +# Description: Git pre-commit hook script. function message() {