From: Jeremias Maerki Date: Thu, 30 Jun 2005 07:58:50 +0000 (+0000) Subject: It's Apache FOP, not just FOP. X-Git-Tag: fop-0_90-alpha1~508 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5253023d0f25f9e497c89eda3a014cc50bce4013;p=xmlgraphics-fop.git It's Apache FOP, not just FOP. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@202504 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/apps/FOUserAgent.java b/src/java/org/apache/fop/apps/FOUserAgent.java index 9e3734deb..39f16b4f0 100644 --- a/src/java/org/apache/fop/apps/FOUserAgent.java +++ b/src/java/org/apache/fop/apps/FOUserAgent.java @@ -98,7 +98,7 @@ public class FOUserAgent { /** Producer: Metadata element for the system/software that produces * the document. (Some renderers can store this in the document.) */ - protected String producer = "FOP Version " + Fop.getVersion(); + protected String producer = "Apache FOP Version " + Fop.getVersion(); /** Creator: Metadata element for the user that created the * document. (Some renderers can store this in the document.)