You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kristian Waagan (JIRA)" <ji...@apache.org> on 2010/08/12 21:29:16 UTC

[jira] Updated: (DERBY-4764) Files with missing ASF license headers

     [ https://issues.apache.org/jira/browse/DERBY-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan updated DERBY-4764:
-----------------------------------

    Attachment: derby-4764-1a-license_headers_trunk.diff

Attached patch 'derby-4764-1a-license_headers_trunk.diff', and committed it to trunk with revision 984922.
I wasn't quite sure what to do about the "Class - " line in the XSL files, for now I only specified the base name (without extension). Feel free to change them if you feel like.

> Files with missing ASF license headers
> --------------------------------------
>
>                 Key: DERBY-4764
>                 URL: https://issues.apache.org/jira/browse/DERBY-4764
>             Project: Derby
>          Issue Type: Bug
>          Components: Miscellaneous
>    Affects Versions: 10.7.0.0
>            Reporter: Kristian Waagan
>            Assignee: Kristian Waagan
>         Attachments: derby-4764-1a-license_headers_trunk.diff
>
>
> There are some files (consisting of creative works) without license headers in the repository. Some files are also using a different text for the Apache License header then the other files.
> I plan to add the license header after having verified that the files were uploaded to Jira with the grant license to ASF bullet ticked.
> The list of files I have identified so far, grouped based on the assumed action required.
> --- Add license header
> java/testing/org/apache/derbyTesting/functionTests/tests/memory/TriggerTests.java
> java/engine/org/apache/derby/impl/sql/catalog/XPLAINStatementDescriptor.java
> java/engine/org/apache/derby/impl/sql/catalog/XPLAINScanPropsDescriptor.java
> java/engine/org/apache/derby/impl/sql/catalog/XPLAINResultSetDescriptor.java
> java/engine/org/apache/derby/impl/sql/catalog/XPLAINStatementTimingsDescriptor.java
> java/engine/org/apache/derby/impl/sql/catalog/XPLAINSortPropsDescriptor.java
> java/engine/org/apache/derby/impl/sql/catalog/XPLAINResultSetTimingsDescriptor.java
> java/engine/org/apache/derby/impl/sql/catalog/XPLAINTableDescriptor.java
> java/engine/org/apache/derby/impl/sql/execute/xplain/XPLAINSystemTableVisitor.java
> java/engine/org/apache/derby/impl/sql/execute/xplain/XPLAINDefaultVisitor.java
> java/engine/org/apache/derby/impl/sql/execute/xplain/XPLAINFactory.java
> java/engine/org/apache/derby/impl/sql/execute/xplain/XPLAINUtil.java
> java/engine/org/apache/derby/iapi/sql/execute/xplain/XPLAINFactoryIF.java
> java/engine/org/apache/derby/iapi/sql/execute/xplain/XPLAINable.java
> java/engine/org/apache/derby/iapi/sql/execute/xplain/XPLAINVisitor.java
> java/tools/org/apache/derby/tools/PlanExporter.java
> java/tools/org/apache/derby/impl/tools/planexporter/TreeNode.java
> java/tools/org/apache/derby/impl/tools/planexporter/AccessDatabase.java
> java/tools/org/apache/derby/impl/tools/planexporter/CreateHTMLFile.java
> java/tools/org/apache/derby/impl/tools/planexporter/CreateXMLFile.java
> --- Update license header
> java/engine/org/apache/derby/impl/services/jmxnone/NoManagementService.java
> java/engine/org/apache/derby/impl/services/jmx/JMXManagementService.java
> java/engine/org/apache/derby/iapi/services/jmx/ManagementService.java
> --- Consider adding header
> java/shared/org/apache/derby/shared/common/sanity/SanityState.java
> java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl
> java/tools/org/apache/derby/impl/tools/planexporter/resources/advancedViewXSL.xsl
> java/tools/org/apache/derby/impl/tools/planexporter/resources/vanilla_html.xsl
> java/tools/org/apache/derby/impl/tools/planexporter/resources/advancedViewXSL2.xsl
> The SanityState classes seem to come from somewhere. Does anyone have the history? Can we add the ASF license header?
> The xsl files also look like creative works to me. Any objections on that?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.