From 4aa4ed1b31cb1715efface86401fe72dc23ffee3 Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Thu, 25 Jan 2024 23:04:40 +0000 Subject: [PATCH] chore(unitproc/bkt-replace_contractions):Add licence info --- unitproc/bkt-replace_contractions | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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+ -- 2.30.2