Skip to content

Commit

Permalink
move license info in .sh riles
Browse files Browse the repository at this point in the history
  • Loading branch information
erinecon committed Nov 29, 2024
1 parent 41238ac commit b5e5739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/.sphinx/metrics/build_metrics.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

#!/bin/bash
# shellcheck disable=all

Expand All @@ -16,3 +13,6 @@ images=$(find . -type d -path './.sphinx' -prune -o -name '*.html' -exec cat {}
echo "Summarising metrics for build files (.html)..."
echo -e "\tlinks: $links"
echo -e "\timages: $images"

# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.
6 changes: 3 additions & 3 deletions docs/.sphinx/metrics/source_metrics.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

#!/bin/bash
# shellcheck disable=all

Expand Down Expand Up @@ -67,3 +64,6 @@ else
echo -e "\treadability: $readabilityAverage"
echo -e "\treadable: $readable"
fi

# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

0 comments on commit b5e5739

Please sign in to comment.