Skip to content

Commit

Permalink
Remove repository name mentions from file descriptions (#22)
Browse files Browse the repository at this point in the history
Resolves #21 (Remove repository name mentions from file descriptions).
  • Loading branch information
apcountryman authored Mar 27, 2024
1 parent 8c0dcc8 commit d9a4d88
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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-arm-none-eabi-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-arm-none-eabi-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-arm-none-eabi-gcc core CMake rules.
# Description: Core CMake rules.

cmake_minimum_required( VERSION 3.16.3 )
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-arm-none-eabi-gcc repository CI static analysis script.
# Description: CI static analysis script.

function error()
{
Expand Down
2 changes: 1 addition & 1 deletion ci/build
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-arm-none-eabi-gcc repository CI build script.
# Description: CI build 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-arm-none-eabi-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-arm-none-eabi-gcc repository.
# Description: Git pre-commit hook script.

function message()
{
Expand Down

0 comments on commit d9a4d88

Please sign in to comment.