Updating year to 2013


Conflicts:
	NOTICE
	build.xml
diff --git a/NOTICE b/NOTICE
index d731b0c..211627f 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache WebServices - WSS4J

-Copyright 2004-2009 The Apache Software Foundation

+Copyright 2004-2013 The Apache Software Foundation

 

 This product includes software developed by

 The Apache Software Foundation (http://www.apache.org/).

diff --git a/build.xml b/build.xml
index e126b23..661d3b2 100644
--- a/build.xml
+++ b/build.xml
@@ -30,7 +30,7 @@
         <property name='product.version.level' value='13'/>
         <property name='product.version.qualifier' value='-SNAPSHOT'/>
         <property name='product.version' value='${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}'/>
-        <property name="year" value="2008"/>
+        <property name="year" value="2013"/>
         <property name="copyright" value="Copyright &#169; ${year} Apache WSS4J Project. All Rights Reserved."/>
 
         <!-- Give user a chance to override without editing this file