Author: [email protected] Date: Wed Oct 26 10:14:32 2011 New Revision: 1632 Log: [AMDATUCASSANDRA-113] Added missing copyright headers
Modified: trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.0/src/main/resources/bin/run.sh trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.0/src/main/resources/bin/startup.bat trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.1/src/main/resources/bin/run.sh trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.1/src/main/resources/bin/startup.bat Modified: trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.0/src/main/resources/bin/run.sh ============================================================================== --- trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.0/src/main/resources/bin/run.sh (original) +++ trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.0/src/main/resources/bin/run.sh Wed Oct 26 10:14:32 2011 @@ -1,3 +1,18 @@ +# Copyright (c) 2010, 2011 The Amdatu Foundation +# +# Licensed 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.verning permissions and limitations +# under the License. + #!/bin/bash # Open a debug port Modified: trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.0/src/main/resources/bin/startup.bat ============================================================================== --- trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.0/src/main/resources/bin/startup.bat (original) +++ trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.0/src/main/resources/bin/startup.bat Wed Oct 26 10:14:32 2011 @@ -1,3 +1,18 @@ +@REM Copyright (c) 2010, 2011 The Amdatu Foundation +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License.verning permissions and limitations +@REM under the License. + @echo off rem Open a debug port Modified: trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.1/src/main/resources/bin/run.sh ============================================================================== --- trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.1/src/main/resources/bin/run.sh (original) +++ trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.1/src/main/resources/bin/run.sh Wed Oct 26 10:14:32 2011 @@ -1,3 +1,18 @@ +# Copyright (c) 2010, 2011 The Amdatu Foundation +# +# Licensed 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.verning permissions and limitations +# under the License. + #!/bin/bash # Open a debug port Modified: trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.1/src/main/resources/bin/startup.bat ============================================================================== --- trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.1/src/main/resources/bin/startup.bat (original) +++ trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.1/src/main/resources/bin/startup.bat Wed Oct 26 10:14:32 2011 @@ -1,3 +1,18 @@ +@REM Copyright (c) 2010, 2011 The Amdatu Foundation +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License.verning permissions and limitations +@REM under the License. + @echo off rem Open a debug port _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
