diff options
Diffstat (limited to 'src/documentation/content/design/alt.design/properties/PropNames.html')
-rw-r--r-- | src/documentation/content/design/alt.design/properties/PropNames.html | 38 |
1 files changed, 31 insertions, 7 deletions
diff --git a/src/documentation/content/design/alt.design/properties/PropNames.html b/src/documentation/content/design/alt.design/properties/PropNames.html index 7b3e084a7..4947330a6 100644 --- a/src/documentation/content/design/alt.design/properties/PropNames.html +++ b/src/documentation/content/design/alt.design/properties/PropNames.html @@ -1,4 +1,20 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<!-- + Copyright 2001-2004 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$ --> <!-- Created by htmlize-0.67 in css mode. --> <html> <head> @@ -72,14 +88,21 @@ <body> <pre> <span class="comment">/* - * $Id$ - * Copyright (C) 2001-2002 The Apache Software Foundation. All rights reserved. - * For details on use and redistribution please refer to the - * LICENSE file included with these sources. - * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a> - * @version $Revision$ $Name$ + * Copyright 2001-2004 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. */</span> - + <span class="keyword">package</span> <span class="jde-java-font-lock-package">org</span>.<span class="jde-java-font-lock-package">apache</span>.<span class="jde-java-font-lock-package">fop</span>.<span class="jde-java-font-lock-package">fo</span>; <span class="keyword">import</span> <span class="jde-java-font-lock-package">java</span>.<span class="jde-java-font-lock-package">util</span>.<span class="type">HashMap</span>; @@ -90,6 +113,7 @@ <span class="comment">/** * A class of constants; an array of all property names and the constants * by which to refer to them. + * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a> */</span> <span class="jde-java-font-lock-modifier">public</span> <span class="keyword">class</span> <span class="function-name" id="PropNamesClass">PropNames</span> { |