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