Browse Source

updated date to current year


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194638 13f79535-47bb-0310-9956-ffa450edef68
pull/30/head
Keiron Liddle 22 years ago
parent
commit
0401767ab2
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      LICENSE
  2. 1
    1
      build.xml

+ 1
- 1
LICENSE View File

@@ -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:

+ 1
- 1
build.xml View File

@@ -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}] ----------------"/>


Loading…
Cancel
Save