Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 69447 invoked from network); 7 Mar 2010 20:29:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Mar 2010 20:29:35 -0000 Received: (qmail 62084 invoked by uid 500); 7 Mar 2010 20:29:14 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 62059 invoked by uid 500); 7 Mar 2010 20:29:14 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 62052 invoked by uid 99); 7 Mar 2010 20:29:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Mar 2010 20:29:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Mar 2010 20:29:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C2880238898B; Sun, 7 Mar 2010 20:28:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r920091 - in /harmony/enhanced/drlvm/trunk/vm/tests/ncai: ms_envs.sh parse_args.sh start.sh test_build.sh test_list.sh test_run.sh Date: Sun, 07 Mar 2010 20:28:49 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100307202849.C2880238898B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Sun Mar 7 20:28:49 2010 New Revision: 920091 URL: http://svn.apache.org/viewvc?rev=920091&view=rev Log: Adding missing license headers. Modified: harmony/enhanced/drlvm/trunk/vm/tests/ncai/ms_envs.sh harmony/enhanced/drlvm/trunk/vm/tests/ncai/parse_args.sh harmony/enhanced/drlvm/trunk/vm/tests/ncai/start.sh harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_build.sh harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_list.sh harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_run.sh Modified: harmony/enhanced/drlvm/trunk/vm/tests/ncai/ms_envs.sh URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/tests/ncai/ms_envs.sh?rev=920091&r1=920090&r2=920091&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/tests/ncai/ms_envs.sh (original) +++ harmony/enhanced/drlvm/trunk/vm/tests/ncai/ms_envs.sh Sun Mar 7 20:28:49 2010 @@ -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. + # # @author: Valentin Al. Sitnick, Petr Ivanov # Modified: harmony/enhanced/drlvm/trunk/vm/tests/ncai/parse_args.sh URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/tests/ncai/parse_args.sh?rev=920091&r1=920090&r2=920091&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/tests/ncai/parse_args.sh (original) +++ harmony/enhanced/drlvm/trunk/vm/tests/ncai/parse_args.sh Sun Mar 7 20:28:49 2010 @@ -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. + # # @author: Valentin Al. Sitnick, Petr Ivanov # Modified: harmony/enhanced/drlvm/trunk/vm/tests/ncai/start.sh URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/tests/ncai/start.sh?rev=920091&r1=920090&r2=920091&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/tests/ncai/start.sh (original) +++ harmony/enhanced/drlvm/trunk/vm/tests/ncai/start.sh Sun Mar 7 20:28:49 2010 @@ -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. + # # @author: Valentin Al. Sitnick, Petr Ivanov. # Modified: harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_build.sh URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_build.sh?rev=920091&r1=920090&r2=920091&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_build.sh (original) +++ harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_build.sh Sun Mar 7 20:28:49 2010 @@ -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. + # # @author: Valentin Al. Sitnick, Petr Ivanov # Modified: harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_list.sh URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_list.sh?rev=920091&r1=920090&r2=920091&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_list.sh (original) +++ harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_list.sh Sun Mar 7 20:28:49 2010 @@ -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. + # # @author: Valentin Al. Sitnick, Petr Ivanov # Modified: harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_run.sh URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_run.sh?rev=920091&r1=920090&r2=920091&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_run.sh (original) +++ harmony/enhanced/drlvm/trunk/vm/tests/ncai/test_run.sh Sun Mar 7 20:28:49 2010 @@ -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. + # # @author: Valentin Al. Sitnick, Petr Ivanov #