On 8/9/06, Army <qozinx@gmail.com> wrote:
>
> Looks like java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java slipped
> through the cracks, probably because it was added as part of a DERBY-688 commit
> right in the middle of the DERBY-1377 effort yesterday.
>
> > find java -name "*.java" -print | xargs grep "Copyright"
>
> java/engine/org/apache/derby/iapi/services/cache/ClassSizeCatalog.java
> java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java
> java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetCloseTest.java
Thanks for double-checking the work on this, Army!
ClassSizeCatalog.java is a generated file, so I updated the class that
generates it, org.apache.derbyBuild.ClassSizeCrawler, to insert the
proper header into the generated file. Committed to the trunk,
revision 430149.
andrew
|