summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2002-02-11 09:54:47 +0000
committerKeiron Liddle <keiron@apache.org>2002-02-11 09:54:47 +0000
commit83a92e7596b4fd0e6a2a57e6c970b9ddcaf135d6 (patch)
tree29eb2e572642aa3656572e5ecb7be1fbbfb77f16
parent1a486a3ed41557e416f1cb4ca6dad48af5e87096 (diff)
downloadxmlgraphics-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--LICENSE2
-rw-r--r--build.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index d38fbeb9f..3d8125127 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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:
diff --git a/build.xml b/build.xml
index a7bc68942..2188b5839 100644
--- a/build.xml
+++ b/build.xml
@@ -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}] ----------------"/>