diff options
author | Keiron Liddle <keiron@apache.org> | 2002-02-11 09:54:47 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-02-11 09:54:47 +0000 |
commit | 83a92e7596b4fd0e6a2a57e6c970b9ddcaf135d6 (patch) | |
tree | 29eb2e572642aa3656572e5ecb7be1fbbfb77f16 | |
parent | 1a486a3ed41557e416f1cb4ca6dad48af5e87096 (diff) | |
download | xmlgraphics-fop-83a92e7596b4fd0e6a2a57e6c970b9ddcaf135d6.tar.gz xmlgraphics-fop-83a92e7596b4fd0e6a2a57e6c970b9ddcaf135d6.zip |
updated date to current year
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194638 13f79535-47bb-0310-9956-ffa450edef68
-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}] ----------------"/> |