diff options
author | Keiron Liddle <keiron@apache.org> | 2001-05-17 11:03:40 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-05-17 11:03:40 +0000 |
commit | 7d5193b91e42874e7ad89f4d12d014a92ab42368 (patch) | |
tree | bda6a8197fc37148ca77acb048c572b1a6ac573f /src/org/apache/fop/svg/PDFGraphics2D.java | |
parent | 0c18c6ac682bfd84de67550992ee256c1c8f44a6 (diff) | |
download | xmlgraphics-fop-7d5193b91e42874e7ad89f4d12d014a92ab42368.tar.gz xmlgraphics-fop-7d5193b91e42874e7ad89f4d12d014a92ab42368.zip |
general clean up
removing unused files
better formatting
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/org/apache/fop/svg/PDFGraphics2D.java')
-rw-r--r-- | src/org/apache/fop/svg/PDFGraphics2D.java | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/org/apache/fop/svg/PDFGraphics2D.java b/src/org/apache/fop/svg/PDFGraphics2D.java index a625d90d7..3ac1cd329 100644 --- a/src/org/apache/fop/svg/PDFGraphics2D.java +++ b/src/org/apache/fop/svg/PDFGraphics2D.java @@ -1,10 +1,8 @@ -/***************************************************************************** - * Copyright (C) The Apache Software Foundation. All rights reserved. * - * ------------------------------------------------------------------------- * - * This software is published under the terms of the Apache Software License * - * version 1.1, a copy of which has been included with this distribution in * - * the LICENSE file. * - *****************************************************************************/ +/* $Id$ + * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. + * For details on use and redistribution please refer to the + * LICENSE file included with these sources." + */ package org.apache.fop.svg; |