Author: mgrigorov
Date: Tue May 10 17:37:32 2011
New Revision: 1101559

URL: http://svn.apache.org/viewvc?rev=1101559&view=rev
Log:
WICKET-3697 clean up of NOTICE files and removal of obsolete license file 
(concurrent stuff)

Update ivaynberg's script as well (because this is what we use lately).


Modified:
    wicket/trunk/release-igor.sh

Modified: wicket/trunk/release-igor.sh
URL: 
http://svn.apache.org/viewvc/wicket/trunk/release-igor.sh?rev=1101559&r1=1101558&r2=1101559&view=diff
==============================================================================
--- wicket/trunk/release-igor.sh (original)
+++ wicket/trunk/release-igor.sh Tue May 10 17:37:32 2011
@@ -48,7 +48,7 @@ echo "Creating notice file."
 NOTICE=NOTICE
 > $NOTICE 
 echo "Apache Wicket" >> $NOTICE
-echo "Copyright 2008 The Apache Software Foundation" >> $NOTICE
+echo "Copyright 2006-$(date +%Y) The Apache Software Foundation" >> $NOTICE
 echo "" >> $NOTICE
 echo "This product includes software developed at" >> $NOTICE
 echo "The Apache Software Foundation (http://www.apache.org/)." >> $NOTICE


Reply via email to