[ 
https://issues.apache.org/jira/browse/DERBY-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464345
 ] 

scott hutinger commented on DERBY-2237:
---------------------------------------

I was incorrect in where the copyright data is pulled from:
getstartderby.ditamap
<copyryear year="2004, 2006"/>
<copyrholder>Apache Software Foundation</copyrholder>
in dita2fo-shell.xsl:
<xsl:value-of select="//*[contains(@class,' topic/copyright 
')]/copyryear/@year"/>:&nbsp;
<xsl:value-of select="//*[contains(@class,' topic/copyright 
')]/*[contains(@class,' topic/copyrholder ')]"/><xsl:text> </xsl:text>

So the data is really coming from the ditamap files.

> Cleanup copyrights in the DITA source and generated docs
> --------------------------------------------------------
>
>                 Key: DERBY-2237
>                 URL: https://issues.apache.org/jira/browse/DERBY-2237
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>         Environment: linux
>            Reporter: scott hutinger
>            Priority: Blocker
>         Attachments: dita2fo-shell-copyr1.diff.gz
>
>
> Problems include:
> 1) The PDF docs currently include an empty "Copyright" string in the header. 
> dita2fo-shell-copyr1.diff.gz is a patch to fix the fop (.pdf) copyright 
> header which is currently blank.  This is from march 9, 2006.
> 2) Some source files have the old style copyright in the header that is not 
> in compliance with http://www.apache.org/legal/src-headers.html. For example, 
> see src/ref/rrefsistabssyscolperms.dita
> 3) The generated html docs have new copyright tags added, such as these 
> entries in ref/crefjavbclobnot.html
> <meta name="copyright" content="(C) Copyright 2005" />
> <meta name="DC.rights.owner" content="(C) Copyright 2005" />

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to