From 498d0057e1006a01923df8e3fb734620206b1372 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 26 Apr 2012 16:07:10 +0200 Subject: [PATCH] autodist: update coyright year --- autodist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.""