Skip to content

Commit

Permalink
Remove repository name mentions from file descriptions (#142)
Browse files Browse the repository at this point in the history
Resolves #141 (Remove repository name mentions from file descriptions).
  • Loading branch information
apcountryman authored Mar 28, 2024
1 parent 0fd514d commit bc5c248
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 toolchain-avr-gcc repository.
# Description: GitHub Actions CI workflow.

name: CI

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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 toolchain-avr-gcc repository.
# Description: Git ignore rules.

# ignore the build directory
build/
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# Description: toolchain-avr-gcc core CMake rules.
# Description: Core CMake rules.

cmake_minimum_required( VERSION 3.13.4 )
project(
Expand Down
2 changes: 1 addition & 1 deletion ci/analyze
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# Description: toolchain-avr-gcc repository CI static analysis script.
# Description: CI static analysis script.

function error()
{
Expand Down
2 changes: 1 addition & 1 deletion git/hooks/install
Original file line number Diff line number Diff line change
Expand Up @@ -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 toolchain-avr-gcc repository.
# Description: Git hooks install script.

function error()
{
Expand Down
2 changes: 1 addition & 1 deletion git/hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -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 toolchain-avr-gcc repository.
# Description: Git pre-commit hook script.

function message()
{
Expand Down

0 comments on commit bc5c248

Please sign in to comment.