lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 9c80545 6/6: Improve documentation for annual


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 9c80545 6/6: Improve documentation for annual copyright updates
Date: Tue, 8 Jan 2019 13:39:11 -0500 (EST)

branch: master
commit 9c80545ebd59ebccc04ed331ac3aa1bf279ccf46
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve documentation for annual copyright updates
---
 gwc/develop2.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gwc/develop2.txt b/gwc/develop2.txt
index 86dfcbd..6358ca2 100644
--- a/gwc/develop2.txt
+++ b/gwc/develop2.txt
@@ -118,14 +118,14 @@ cd ../tables; make srcdir=/opt/lmi/src/lmi -f 
/opt/lmi/src/lmi/GNUmakefile check
   # 'X' and 'Y' years):
 
 cd /opt/lmi/proprietary/data/
-for z in *; do sed -i $z -e'/Copyright/s/201X/201Y/'; done
+for z in *; do sed -i $z -e'/Copyright/s/201X/201X, 201Y/'; done
 
   # and compare to the regenerated set in /opt/lmi/data
 
   # Use the same command to update rate tables similarly:
 
 cd /opt/lmi/proprietary/tables
-for z in *; do sed -i $z -e'/Copyright/s/2016/2017/'; done
+for z in *; do sed -i $z -e'/Copyright/s/201X/201Y/'; done
 
   # and regenerate the binary database.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]