diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-02-17 09:35:51 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-02-17 09:35:51 +0000 |
commit | ae6fa5c60aeab4edfe8866424449da6eeb4d3d0f (patch) | |
tree | 63665283d40d8b191c3e4aa4beafb25d6e98c36e /examples | |
parent | 17c5078f3f4711aa18de99bcc4bcdba9b1e99b68 (diff) | |
download | xmlgraphics-fop-ae6fa5c60aeab4edfe8866424449da6eeb4d3d0f.tar.gz xmlgraphics-fop-ae6fa5c60aeab4edfe8866424449da6eeb4d3d0f.zip |
Added missing license header.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198438 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fo/build.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/fo/build.xml b/examples/fo/build.xml index 841c76b68..cae14e6cd 100644 --- a/examples/fo/build.xml +++ b/examples/fo/build.xml @@ -1,4 +1,19 @@ <?xml version="1.0"?> +<!-- + Copyright 1999-2005 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. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <!-- =========================================================================== --> <project default="newPDF" basedir="."> <!-- =================================================================== --> |