From: Steven Baltakatei Sandoval Date: Thu, 25 Jan 2024 23:04:40 +0000 (+0000) Subject: chore(unitproc/bkt-replace_contractions):Add licence info X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/4aa4ed1b31cb1715efface86401fe72dc23ffee3 chore(unitproc/bkt-replace_contractions):Add licence info --- diff --git a/unitproc/bkt-replace_contractions b/unitproc/bkt-replace_contractions index 94731e3..e03e659 100644 --- a/unitproc/bkt-replace_contractions +++ b/unitproc/bkt-replace_contractions @@ -8,7 +8,7 @@ replace_contractions() { # Input: stdin # arg1 file path # Output: stdout - # Version: 0.1.0 + # Version: 0.1.1 (BK-2020-03) # Depends: GNU sed 4.8 # Check input @@ -98,3 +98,6 @@ replace_contractions() { -e "s/(ain|Ain|AIN)'(t|T)/\1ʼ\2/g" \ "$input" }; # replace ' with ʼ in contractions + +# Author: Steven Baltakatei Sandoval +# License: GPLv3+