diff options
Diffstat (limited to 'tools/MIaVAdd')
-rwxr-xr-x | tools/MIaVAdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/MIaVAdd b/tools/MIaVAdd index 7463fb4..0fc0bd3 100755 --- a/tools/MIaVAdd +++ b/tools/MIaVAdd @@ -6,7 +6,7 @@ function allfile() { echo " * $1" >> $1; echo " *" >> $1 ; echo " * `date`" >> $1; - echo " * Copyright 2005 Bent Bisballe" >> $1; + echo " * Copyright 2005 Bent Bisballe Nyeng" >> $1; echo " * deva@aasimon.org" >> $1; echo " ****************************************************************************/" >> $1; echo "" >> $1; |