chore(unitproc/bkt-replace_contractions):Add licence info
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 25 Jan 2024 23:04:40 +0000 (23:04 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 25 Jan 2024 23:04:40 +0000 (23:04 +0000)
unitproc/bkt-replace_contractions

index 94731e381c7a2b09070262c45f4811220f1ff9ae..e03e65987a844db3dddfdc2dd085358a3ff3634f 100644 (file)
@@ -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+