You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ka...@apache.org on 2006/11/25 13:25:35 UTC

svn commit: r479119 - in /db/derby/code/trunk/tools/testing/reporting: TEMPLATES/ scripts/ scripts/gnuplot/

Author: kahatlen
Date: Sat Nov 25 04:25:28 2006
New Revision: 479119

URL: http://svn.apache.org/viewvc?view=rev&rev=479119
Log:
DERBY-812: Scripts to publish Derby test results

Added licence headers.

Modified:
    db/derby/code/trunk/tools/testing/reporting/TEMPLATES/env.sh
    db/derby/code/trunk/tools/testing/reporting/TEMPLATES/index.html
    db/derby/code/trunk/tools/testing/reporting/TEMPLATES/index.shtml
    db/derby/code/trunk/tools/testing/reporting/TEMPLATES/testenv.sh
    db/derby/code/trunk/tools/testing/reporting/scripts/buildDerby
    db/derby/code/trunk/tools/testing/reporting/scripts/calcJarFootprint
    db/derby/code/trunk/tools/testing/reporting/scripts/calcPercent
    db/derby/code/trunk/tools/testing/reporting/scripts/cpu_mem
    db/derby/code/trunk/tools/testing/reporting/scripts/createBaselineFiles
    db/derby/code/trunk/tools/testing/reporting/scripts/createBaselineFilesOnePlatform
    db/derby/code/trunk/tools/testing/reporting/scripts/cronCurrentTestInfoDerby
    db/derby/code/trunk/tools/testing/reporting/scripts/cronMkAllPlotDataAndPlots
    db/derby/code/trunk/tools/testing/reporting/scripts/cronMkDerbyTestIndex_all
    db/derby/code/trunk/tools/testing/reporting/scripts/cronUpdateAllTestInfoDerby
    db/derby/code/trunk/tools/testing/reporting/scripts/cronUpdateBuildTestDerby
    db/derby/code/trunk/tools/testing/reporting/scripts/cygwin-cpu_mem
    db/derby/code/trunk/tools/testing/reporting/scripts/cygwin-system
    db/derby/code/trunk/tools/testing/reporting/scripts/doplot
    db/derby/code/trunk/tools/testing/reporting/scripts/doplot_all
    db/derby/code/trunk/tools/testing/reporting/scripts/env
    db/derby/code/trunk/tools/testing/reporting/scripts/fromSeconds
    db/derby/code/trunk/tools/testing/reporting/scripts/getBaselineTime
    db/derby/code/trunk/tools/testing/reporting/scripts/gnuplot/duration.gp
    db/derby/code/trunk/tools/testing/reporting/scripts/gnuplot/duration_all.gp
    db/derby/code/trunk/tools/testing/reporting/scripts/initDERBYDIR
    db/derby/code/trunk/tools/testing/reporting/scripts/linux-cpu_mem
    db/derby/code/trunk/tools/testing/reporting/scripts/linux-system
    db/derby/code/trunk/tools/testing/reporting/scripts/mkAllDerbyTestInfo
    db/derby/code/trunk/tools/testing/reporting/scripts/mkAllDerbyTestInfo.public
    db/derby/code/trunk/tools/testing/reporting/scripts/mkAllPlotDataAndPlots
    db/derby/code/trunk/tools/testing/reporting/scripts/mkDerbyTestIndex
    db/derby/code/trunk/tools/testing/reporting/scripts/mkDerbyTestIndex_all
    db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot
    db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot.recent
    db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot_last20
    db/derby/code/trunk/tools/testing/reporting/scripts/mkJIRArefs
    db/derby/code/trunk/tools/testing/reporting/scripts/mkJIRArefs.current
    db/derby/code/trunk/tools/testing/reporting/scripts/mkPercentForTimeListVsBaseline
    db/derby/code/trunk/tools/testing/reporting/scripts/mkSandBoxSummary
    db/derby/code/trunk/tools/testing/reporting/scripts/mkUpdateInfo
    db/derby/code/trunk/tools/testing/reporting/scripts/platformsDurPrcnt
    db/derby/code/trunk/tools/testing/reporting/scripts/platformsFailCount
    db/derby/code/trunk/tools/testing/reporting/scripts/runAllTests
    db/derby/code/trunk/tools/testing/reporting/scripts/scp_dummy
    db/derby/code/trunk/tools/testing/reporting/scripts/solaris-cpu_mem
    db/derby/code/trunk/tools/testing/reporting/scripts/solaris-system
    db/derby/code/trunk/tools/testing/reporting/scripts/startDerbyTests
    db/derby/code/trunk/tools/testing/reporting/scripts/svnDiffToRev
    db/derby/code/trunk/tools/testing/reporting/scripts/svnLogRevs
    db/derby/code/trunk/tools/testing/reporting/scripts/svnLogRevs.new
    db/derby/code/trunk/tools/testing/reporting/scripts/system
    db/derby/code/trunk/tools/testing/reporting/scripts/testDerby
    db/derby/code/trunk/tools/testing/reporting/scripts/testHistoriesDerby
    db/derby/code/trunk/tools/testing/reporting/scripts/testPlatformsDerby
    db/derby/code/trunk/tools/testing/reporting/scripts/testSummariesDerby
    db/derby/code/trunk/tools/testing/reporting/scripts/textMail
    db/derby/code/trunk/tools/testing/reporting/scripts/toSeconds
    db/derby/code/trunk/tools/testing/reporting/scripts/updateBuildTestDerby
    db/derby/code/trunk/tools/testing/reporting/scripts/updateDerby
    db/derby/code/trunk/tools/testing/reporting/scripts/vsTimeBase

Modified: db/derby/code/trunk/tools/testing/reporting/TEMPLATES/env.sh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/TEMPLATES/env.sh?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/TEMPLATES/env.sh (original)
+++ db/derby/code/trunk/tools/testing/reporting/TEMPLATES/env.sh Sat Nov 25 04:25:28 2006
@@ -1,3 +1,18 @@
+# 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.
+
 # Place in ${SANDBOX} (Above ${derby_source}, i.e. trunk, 10.2, 10.1 ....)
 # Modify to fit your environment
 #

Modified: db/derby/code/trunk/tools/testing/reporting/TEMPLATES/index.html
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/TEMPLATES/index.html?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/TEMPLATES/index.html (original)
+++ db/derby/code/trunk/tools/testing/reporting/TEMPLATES/index.html Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!--
+  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.
+-->
 <HTML>
 <HEAD>
 	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">

Modified: db/derby/code/trunk/tools/testing/reporting/TEMPLATES/index.shtml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/TEMPLATES/index.shtml?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/TEMPLATES/index.shtml (original)
+++ db/derby/code/trunk/tools/testing/reporting/TEMPLATES/index.shtml Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!--
+  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.
+-->
 <HTML>
 <HEAD>
 	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">

Modified: db/derby/code/trunk/tools/testing/reporting/TEMPLATES/testenv.sh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/TEMPLATES/testenv.sh?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/TEMPLATES/testenv.sh (original)
+++ db/derby/code/trunk/tools/testing/reporting/TEMPLATES/testenv.sh Sat Nov 25 04:25:28 2006
@@ -1,3 +1,18 @@
+# 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.
+
 # Place in ${SANDBOX} (Above ${derby_source}, i.e. trunk, 10.2, 10.1 ....)
 # Modify to fit your environment
 #

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/buildDerby
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/buildDerby?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/buildDerby (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/buildDerby Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 # ${TOOLDIR}/buildDerby [MKBUILDZIP] [ANTPROPFILE]
 #
 # if "ZipJars"..:

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/calcJarFootprint
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/calcJarFootprint?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/calcJarFootprint (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/calcJarFootprint Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 # $0 [jardir]. No jardir: uses ${SRCDIR}/jars/insane
 JARDIR=$1
 # You should NOT need to modify anything below.

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/calcPercent
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/calcPercent?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/calcPercent (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/calcPercent Sat Nov 25 04:25:28 2006
@@ -1,5 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 DIVIDEND=$1
 DIVISOR=$2
 # echo "${currSeconds} / ${baseLineSeconds}"

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/cpu_mem
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/cpu_mem?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/cpu_mem (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/cpu_mem Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 
 # Temporary patch until gawk is available on techra28/nevada:

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/createBaselineFiles
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/createBaselineFiles?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/createBaselineFiles (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/createBaselineFiles Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 REVISION=$1
 
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/createBaselineFilesOnePlatform
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/createBaselineFilesOnePlatform?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/createBaselineFilesOnePlatform (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/createBaselineFilesOnePlatform Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 REVISION=$1
 PLATFORM=$2
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/cronCurrentTestInfoDerby
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/cronCurrentTestInfoDerby?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/cronCurrentTestInfoDerby (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/cronCurrentTestInfoDerby Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 echo "THIS IS SITE SPECIFIC! FIX!"
 exit
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/cronMkAllPlotDataAndPlots
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/cronMkAllPlotDataAndPlots?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/cronMkAllPlotDataAndPlots (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/cronMkAllPlotDataAndPlots Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 echo "THIS IS SITE SPECIFIC! FIX!"
 exit
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/cronMkDerbyTestIndex_all
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/cronMkDerbyTestIndex_all?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/cronMkDerbyTestIndex_all (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/cronMkDerbyTestIndex_all Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 echo "THIS IS SITE SPECIFIC! FIX!"
 exit
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/cronUpdateAllTestInfoDerby
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/cronUpdateAllTestInfoDerby?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/cronUpdateAllTestInfoDerby (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/cronUpdateAllTestInfoDerby Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 echo "THIS IS SITE SPECIFIC! FIX!"
 exit
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/cronUpdateBuildTestDerby
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/cronUpdateBuildTestDerby?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/cronUpdateBuildTestDerby (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/cronUpdateBuildTestDerby Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 echo "THIS IS SITE SPECIFIC! FIX!"
 exit
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/cygwin-cpu_mem
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/cygwin-cpu_mem?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/cygwin-cpu_mem (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/cygwin-cpu_mem Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 # NB Assuming all CPUs are identical....
 SYSINF="sysinf$$"
 systeminfo > ${SYSINF}

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/cygwin-system
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/cygwin-system?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/cygwin-system (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/cygwin-system Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 SYSINF="sysinf$$"
 systeminfo > ${SYSINF}
 # OSNAME=`grep "^OS Name:" ${SYSINF} | sed -e 's/OS Name://'`

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/doplot
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/doplot?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/doplot (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/doplot Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 . ${TOOLDIR}/env
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/doplot_all
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/doplot_all?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/doplot_all (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/doplot_all Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 . ${TOOLDIR}/env
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/env
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/env?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/env (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/env Sat Nov 25 04:25:28 2006
@@ -1,3 +1,18 @@
+# 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.
+
 # In all Derby regression test reporting scripts set
 # TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts" # then add
 # . ${TOOLDIR}/env

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/fromSeconds
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/fromSeconds?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/fromSeconds (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/fromSeconds Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 #
 SecOnlyString=$1
 # echo ${SecOnlyString}

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/getBaselineTime
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/getBaselineTime?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/getBaselineTime (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/getBaselineTime Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 PLATFORM=$1
 SUITE=$2
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/gnuplot/duration.gp
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/gnuplot/duration.gp?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/gnuplot/duration.gp (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/gnuplot/duration.gp Sat Nov 25 04:25:28 2006
@@ -1,3 +1,18 @@
+# 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.
+
 set ylabel "Test run duration in % of baseline."
 
 set xdata time

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/gnuplot/duration_all.gp
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/gnuplot/duration_all.gp?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/gnuplot/duration_all.gp (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/gnuplot/duration_all.gp Sat Nov 25 04:25:28 2006
@@ -1,3 +1,18 @@
+# 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.
+
 set ylabel "${SUITE} run duration in % of baseline."
 
 set xdata time

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/initDERBYDIR
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/initDERBYDIR?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/initDERBYDIR (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/initDERBYDIR Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 # Must be positioned in ${DERBYDIR}.
 # env.sh and testenv.sh must exist in current directory.
 # Assumes Derby has been checked out to ${derby_source} (${DERBYDIR}/${BRANCH_DIR}, 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/linux-cpu_mem
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/linux-cpu_mem?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/linux-cpu_mem (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/linux-cpu_mem Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 # NB Assuming all CPUs are identical....
 NUMBER=`cat  /proc/cpuinfo | grep "model name" | wc -l | sed -e 's/  //g'`
 MODEL=`cat  /proc/cpuinfo | grep "model name" | head -1 | gawk -F: '{ print $2 }'`

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/linux-system
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/linux-system?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/linux-system (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/linux-system Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 BITS=`uname -p | grep -q 64 && echo 64 || echo 32`
 HEAD=`cat /etc/redhat-release`
 echo "${HEAD} ${BITS}bits"

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkAllDerbyTestInfo
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkAllDerbyTestInfo?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkAllDerbyTestInfo (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkAllDerbyTestInfo Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts" # then add
 . ${TOOLDIR}/env
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkAllDerbyTestInfo.public
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkAllDerbyTestInfo.public?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkAllDerbyTestInfo.public (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkAllDerbyTestInfo.public Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 # Run only when all platforms are ready (test completed).
 # DO NOT SHOW DETAILS.
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkAllPlotDataAndPlots
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkAllPlotDataAndPlots?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkAllPlotDataAndPlots (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkAllPlotDataAndPlots Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 . ${TOOLDIR}/env
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkDerbyTestIndex
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkDerbyTestIndex?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkDerbyTestIndex (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkDerbyTestIndex Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 . ${TOOLDIR}/env
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkDerbyTestIndex_all
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkDerbyTestIndex_all?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkDerbyTestIndex_all (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkDerbyTestIndex_all Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 . ${TOOLDIR}/env
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 . ${TOOLDIR}/env
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot.recent
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot.recent?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot.recent (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot.recent Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 . ${TOOLDIR}/env
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot_last20
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot_last20?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot_last20 (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkGNUplot_last20 Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 COUNT=$1
 # Assumes *full* data exists. This script only does 'head -${COUNT}' on the complete data files.
 # Should rename ${SUITE}_last20.data to something more general..

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkJIRArefs
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkJIRArefs?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkJIRArefs (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkJIRArefs Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 SANDBOX=$1
 REVISION=$2
 # DEBUG echo "+++ $0"

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkJIRArefs.current
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkJIRArefs.current?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkJIRArefs.current (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkJIRArefs.current Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 SANDBOX=$1
 WHICH_REVISION=$2
 # DEBUG echo "+++ $0"

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkPercentForTimeListVsBaseline
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkPercentForTimeListVsBaseline?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkPercentForTimeListVsBaseline (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkPercentForTimeListVsBaseline Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 #
 timeList=$1
 baseLine=$2

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkSandBoxSummary
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkSandBoxSummary?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkSandBoxSummary (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkSandBoxSummary Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 REVISION=$1
 DETAILS=$2
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/mkUpdateInfo
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/mkUpdateInfo?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/mkUpdateInfo (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/mkUpdateInfo Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 if [ "$1" = ""  -o  "$2" = "" ]
 then
   echo "Usage: $0 oldrevision/$1 revision/$2"

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/platformsDurPrcnt
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/platformsDurPrcnt?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/platformsDurPrcnt (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/platformsDurPrcnt Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 REVISION=$1
 SHOWDETAILS=$2
 SUITE=$3

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/platformsFailCount
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/platformsFailCount?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/platformsFailCount (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/platformsFailCount Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 REVISION=$1
 SHOWDETAILS=$2
 SUITE=$3

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/runAllTests
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/runAllTests?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/runAllTests (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/runAllTests Sat Nov 25 04:25:28 2006
@@ -1,5 +1,21 @@
 #!/bin/bash
 
+# 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.
+
+
 GETHOSTNAME="host"
 # GETHOSTNAME="echo"
 # Options:

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/scp_dummy
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/scp_dummy?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/scp_dummy (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/scp_dummy Sat Nov 25 04:25:28 2006
@@ -1,2 +1,18 @@
 #!/bin/bash
+
+# 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.
+
 echo "SCP NOT DONE: $@"

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/solaris-cpu_mem
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/solaris-cpu_mem?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/solaris-cpu_mem (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/solaris-cpu_mem Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 MODEL=`uname -m` # Minimalistic
 
 # Following gives details

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/solaris-system
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/solaris-system?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/solaris-system (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/solaris-system Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/sh
+
+# 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.
+
 # head -1 /etc/release
 HEAD=`head -1 /etc/release`
 BITS=`isainfo -b`

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/startDerbyTests
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/startDerbyTests?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/startDerbyTests (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/startDerbyTests Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 # export DERBYDIR="${HOME}/Apache/Derby"
 DERBYDIR=$1
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/svnDiffToRev
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/svnDiffToRev?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/svnDiffToRev (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/svnDiffToRev Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${HOME}/bin/DerbyTools"
 . ${TOOLDIR}/env
 cd ${DERBYDIR}

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/svnLogRevs
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/svnLogRevs?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/svnLogRevs (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/svnLogRevs Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 if [ "$1" == "" ]
 then
   echo "Usage: $0 prevRev currRev"

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/svnLogRevs.new
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/svnLogRevs.new?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/svnLogRevs.new (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/svnLogRevs.new Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 . ${TOOLDIR}/env
 # echo "cd ${DERBYDIR}"

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/system
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/system?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/system (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/system Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 
 # Temporary patch until gawk is available on techra28/nevada:

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/testDerby
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/testDerby?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/testDerby (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/testDerby Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 . ${TOOLDIR}/env
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/testHistoriesDerby
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/testHistoriesDerby?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/testHistoriesDerby (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/testHistoriesDerby Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 . ${TOOLDIR}/env
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/testPlatformsDerby
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/testPlatformsDerby?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/testPlatformsDerby (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/testPlatformsDerby Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 . ${TOOLDIR}/env
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/testSummariesDerby
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/testSummariesDerby?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/testSummariesDerby (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/testSummariesDerby Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 TOOLDIR="${DERBYDIR}/${BRANCH_DIR}/tools/testing/reporting/scripts"
 . ${TOOLDIR}/env
 

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/textMail
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/textMail?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/textMail (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/textMail Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 if [ "$1" == "" ]
 then
   echo "Missing Subject"

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/toSeconds
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/toSeconds?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/toSeconds (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/toSeconds Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 #
 HrMinSecString=$1
 # echo ${HrMinSecString}

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/updateBuildTestDerby
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/updateBuildTestDerby?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/updateBuildTestDerby (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/updateBuildTestDerby Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 # if "ZipJars"..:
 MKBUILDZIP=$1
 DESIREDREVISION=$2

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/updateDerby
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/updateDerby?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/updateDerby (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/updateDerby Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 #
 DESIREDREVISION=""
 if [ "$1" != "" ]

Modified: db/derby/code/trunk/tools/testing/reporting/scripts/vsTimeBase
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/reporting/scripts/vsTimeBase?view=diff&rev=479119&r1=479118&r2=479119
==============================================================================
--- db/derby/code/trunk/tools/testing/reporting/scripts/vsTimeBase (original)
+++ db/derby/code/trunk/tools/testing/reporting/scripts/vsTimeBase Sat Nov 25 04:25:28 2006
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 #
 HrMinSecString=$1
 baseLineSeconds=$2