autodist: update coyright year

This commit is contained in:
Silvan Calarco 2012-04-26 16:07:10 +02:00
parent f417ba6a7d
commit 498d0057e1

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# #
# Autodist -- batch build tool for RPM based distributions # Autodist -- batch build tool for RPM based distributions
# Copyright (C) 2006-2010 by Silvan Calarco <silvan.calarco@mambasoft.it> # Copyright (C) 2006-2012 by Silvan Calarco <silvan.calarco@mambasoft.it>
# #
# Released under the terms of the GNU GPL release 3 license # Released under the terms of the GNU GPL release 3 license
# #
@ -12,7 +12,7 @@ exec 3>`readlink /proc/self/fd/0`
function usage() { function usage() {
echo "\ echo "\
${me[0]} ${me[1]} ${me[0]} ${me[1]}
"$"Copyright (C) 2006-2010 Silvan Calarco <silvan.calarco@mambasoft.it>"" "$"Copyright (C) 2006-2012 Silvan Calarco <silvan.calarco@mambasoft.it>""
"$"Released under the terms of the GNU GPL v3 license" "$"Released under the terms of the GNU GPL v3 license"
echo " echo "
"$"Batch build tool for bulding a whole distribution and much more."" "$"Batch build tool for bulding a whole distribution and much more.""