summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}] ----------------"/>