summaryrefslogtreecommitdiff
path: root/gen-authors.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-12-18 18:03:45 +0100
committerPeter Simons <simons@cryp.to>2010-12-18 18:03:45 +0100
commit1f5e1f524d1ebf6046d35d2d1a9f1a9e41ca4963 (patch)
tree39b4ac4fac397a25efde41291bb1030cca410383 /gen-authors.sh
parent1296fffaf61c71b257211a9d5d78b4e214d16d34 (diff)
downloadautoconf-archive-1f5e1f524d1ebf6046d35d2d1a9f1a9e41ca4963.tar.gz
gen-authors.sh: transcript non-ASCII letters to ensure that the AUTHORS file doesn't depend on a specific encoding
Diffstat (limited to 'gen-authors.sh')
-rwxr-xr-xgen-authors.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/gen-authors.sh b/gen-authors.sh
index 5896984..4df27ae 100755
--- a/gen-authors.sh
+++ b/gen-authors.sh
@@ -23,6 +23,10 @@ cat AUTHORS-m4.tmp AUTHORS-git.tmp \
-e 's/Mats Kindahl of Sun Microsystems/Mats Kindahl/' \
-e 's/Perceval ANICHINI/Perceval Anichini/' \
-e 's/Rafa Rzepecki/Rafal Rzepecki/' \
+ -e 's/Diego Elio Pettenò/Diego Elio Petteno`/' \
+ -e 's/Václav Haisman/Vaclav Haisman/' \
+ -e 's/Cristian Rodríguez/Cristian Rodriguez/' \
+ -e 's/Mikael Lepistö/Mikael Lepisto/' \
-e '/Zmanda Inc./d' \
| sort \
| uniq