diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | build.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ The Apache Software License, Version 1.1 ============================================================================ - Copyright (C) 1999 The Apache Software Foundation. All rights reserved. + Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without modifica- tion, are permitted provided that the following conditions are met: @@ -176,7 +176,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro <property name="name" value="fop"/> <property name="version" value="1.0dev"/> <filter token="version" value="${version}"/> - <property name="year" value="1999-2001"/> + <property name="year" value="1999-2002"/> <echo message="------------------- ${Name} ${version} [${year}] ----------------"/> |