diff options
author | Finn Bock <bckfnn@apache.org> | 2005-08-31 20:48:52 +0000 |
---|---|---|
committer | Finn Bock <bckfnn@apache.org> | 2005-08-31 20:48:52 +0000 |
commit | f9aa5fec17ab4aa8282f221259ca277b5fc370d3 (patch) | |
tree | 2723ad69356db38cdbb82912776413bd0a159f0c | |
parent | aa71d31c45e5545ec83f435cdf5c1aec0a6db7ce (diff) | |
download | xmlgraphics-fop-f9aa5fec17ab4aa8282f221259ca277b5fc370d3.tar.gz xmlgraphics-fop-f9aa5fec17ab4aa8282f221259ca277b5fc370d3.zip |
Fixed license blurb.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@265581 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/java/org/apache/fop/datatypes/SimplePercentBaseContext.java | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/src/java/org/apache/fop/datatypes/SimplePercentBaseContext.java b/src/java/org/apache/fop/datatypes/SimplePercentBaseContext.java index acb4de6a2..d35357a26 100644 --- a/src/java/org/apache/fop/datatypes/SimplePercentBaseContext.java +++ b/src/java/org/apache/fop/datatypes/SimplePercentBaseContext.java @@ -1,13 +1,21 @@ /* - * SimplePercentBaseContext.java - * - * Created on 29 August 2005, 17:02 - * - * To change this template, choose Tools | Options and locate the template under - * the Source Creation and Management node. Right-click the template and choose - * Open. You can then make changes to the template in the Source Editor. + * 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. */ +/* $Id$ */ + package org.apache.fop.datatypes; import org.apache.fop.fo.FObj; |