From 2dde7664df85e91d0f914025fd66d147c508f6ab Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 24 Jun 2010 21:51:20 -0400 Subject: Add aliases to update_copyright.py for some recent commits --- update_copyright.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'update_copyright.py') diff --git a/update_copyright.py b/update_copyright.py index 2490ba9..c2c7322 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -50,12 +50,14 @@ ALIASES = [ 'Ben Finney ', 'John Doe '], ['Chris Ball ', + 'Chris Ball ', 'Chris Ball '], ['Gianluca Montecchi ', 'gian ', 'gianluca '], ['W. Trevor King ', - 'wking '], + 'wking ', + 'wking '], [None, 'j^ '], ] -- cgit