[NETBEANS-54] Module Review derby - external binary is binary form of etc/sample.sql (not on maven)
- checked Rat report; missing header added to etc/sample.sql, ignored binaries-list and *.form files (see central problems) - skimmed through the module, did not notice additional problems - replacing the bundled binary is tracked by [NETBEANS-74] Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/d7a7719b Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/d7a7719b Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/d7a7719b Branch: refs/heads/jdk-javac Commit: d7a7719b0e186ee01e2dacb78e2bcc79e55ec647 Parents: c18b28e Author: Matthias Bläsing <[email protected]> Authored: Sat Sep 30 22:21:57 2017 +0200 Committer: Matthias Bläsing <[email protected]> Committed: Sat Oct 7 17:44:02 2017 +0200 ---------------------------------------------------------------------- derby/etc/sample.sql | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/d7a7719b/derby/etc/sample.sql ---------------------------------------------------------------------- diff --git a/derby/etc/sample.sql b/derby/etc/sample.sql index e73c2ee..be842de 100644 --- a/derby/etc/sample.sql +++ b/derby/etc/sample.sql @@ -1,3 +1,20 @@ +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor license agreements. See the NOTICE file +-- distributed with this work for additional information +-- regarding copyright ownership. The ASF licenses this file +-- to you under the Apache License, Version 2.0 (the +-- "License"); you may not use this file except in compliance +-- with the License. You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, +-- software distributed under the License is distributed on an +-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +-- KIND, either express or implied. See the License for the +-- specific language governing permissions and limitations +-- under the License. +-- -- Script to create the Java DB sample database. Run in the db/external directory using: -- -- java -cp $DERBY_HOME/lib/derbytools.jar:$DERBY_HOME/lib/derby.jar org.apache.derby.tools.ij ../derby/etc/sample.sql
