Skip to content

Commit

Permalink
fixup! remove old GINKGO_LICENCE_BEACON
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Nov 13, 2023
1 parent 32756bb commit 4ecb032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev_tools/scripts/format_header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ CURRENT_YEAR=$(date +%Y)
echo "${GINKGO_LICENSE_BEGIN} 2017-${CURRENT_YEAR} The Ginkgo authors" > "$1"
echo "//" >> "$1"
echo "${GINKGO_LICENSE_END} BSD-3-Clause" >> "$1"
echo "" >> "$1"

# Write the definition of header according to path
if [ -n "${IFNDEF}" ] && [ -n "${DEFINE}" ]; then
Expand Down

0 comments on commit 4ecb032

Please sign in to comment.