diff options
author | Simon Pepping <spepping@apache.org> | 2006-01-14 18:46:42 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2006-01-14 18:46:42 +0000 |
commit | 2414f465110f00dd1be8d8ab3dd98c0cdd1a1509 (patch) | |
tree | 54b14a23a942b5727beca81c2d2fdf71c78374a0 | |
parent | 284e5183aaf61f3354b1873f0709715a14ba85b3 (diff) | |
download | xmlgraphics-fop-2414f465110f00dd1be8d8ab3dd98c0cdd1a1509.tar.gz xmlgraphics-fop-2414f465110f00dd1be8d8ab3dd98c0cdd1a1509.zip |
Remove 2005 from the copyright years of appropriate files committed in
revision 368462. Update the changes document with the change of that
commit.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@369078 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/java/org/apache/fop/fo/expr/FromParentFunction.java | 2 | ||||
-rw-r--r-- | src/java/org/apache/fop/fo/expr/Function.java | 2 | ||||
-rw-r--r-- | src/java/org/apache/fop/fo/expr/FunctionBase.java | 2 | ||||
-rw-r--r-- | src/java/org/apache/fop/fo/expr/InheritedPropFunction.java | 2 | ||||
-rw-r--r-- | src/java/org/apache/fop/fo/expr/NearestSpecPropFunction.java | 2 | ||||
-rw-r--r-- | status.xml | 4 |
6 files changed, 9 insertions, 5 deletions
diff --git a/src/java/org/apache/fop/fo/expr/FromParentFunction.java b/src/java/org/apache/fop/fo/expr/FromParentFunction.java index 6ddafe490..800c1904a 100644 --- a/src/java/org/apache/fop/fo/expr/FromParentFunction.java +++ b/src/java/org/apache/fop/fo/expr/FromParentFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 The Apache Software Foundation. + * Copyright 1999-2004,2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/fop/fo/expr/Function.java b/src/java/org/apache/fop/fo/expr/Function.java index df4ca9f4c..f6188740b 100644 --- a/src/java/org/apache/fop/fo/expr/Function.java +++ b/src/java/org/apache/fop/fo/expr/Function.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 The Apache Software Foundation. + * Copyright 1999-2004,2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/fop/fo/expr/FunctionBase.java b/src/java/org/apache/fop/fo/expr/FunctionBase.java index 1854222dd..fa6491ca0 100644 --- a/src/java/org/apache/fop/fo/expr/FunctionBase.java +++ b/src/java/org/apache/fop/fo/expr/FunctionBase.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 The Apache Software Foundation. + * Copyright 1999-2004,2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/fop/fo/expr/InheritedPropFunction.java b/src/java/org/apache/fop/fo/expr/InheritedPropFunction.java index 9b2bd4296..505c075a5 100644 --- a/src/java/org/apache/fop/fo/expr/InheritedPropFunction.java +++ b/src/java/org/apache/fop/fo/expr/InheritedPropFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 The Apache Software Foundation. + * Copyright 1999-2004,2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/fop/fo/expr/NearestSpecPropFunction.java b/src/java/org/apache/fop/fo/expr/NearestSpecPropFunction.java index b9190a2d8..28a2467ef 100644 --- a/src/java/org/apache/fop/fo/expr/NearestSpecPropFunction.java +++ b/src/java/org/apache/fop/fo/expr/NearestSpecPropFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 The Apache Software Foundation. + * Copyright 1999-2004,2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/status.xml b/status.xml index 3a5574b41..d2e7bdb1e 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="SP" type="update" fixes-bug="38098" + due-to="Gerhard Oettl"> + Implement property name as default argument on some xsl-function calls. + </action> <action context="Code" dev="SP" type="update" fixes-bug="38087" due-to="Gerhard Oettl"> Implement force-page-count property of page-sequence. |