From eda84953b4281fbb997b68d2b5faf8162a479536 Mon Sep 17 00:00:00 2001 From: Ignasi Barrera Date: Sun, 19 May 2013 00:43:23 +0200 Subject: [PATCH] JCLOUDS-67: Filtered license headers from script fragments --- pom.xml | 8 ------ .../test_export_ip_address_from_vm_named.sh | 32 ---------------------- 2 files changed, 40 deletions(-) diff --git a/pom.xml b/pom.xml index d5d7db7..6d7be0e 100644 --- a/pom.xml +++ b/pom.xml @@ -111,10 +111,6 @@ **/README.md **/README.txt - - **/*sh - **/*cmd - **/*json **/*readme @@ -186,10 +182,6 @@ **/README.md **/README.txt - - **/*sh - **/*cmd - **/*json **/*readme diff --git a/virtualbox/src/test/resources/test_export_ip_address_from_vm_named.sh b/virtualbox/src/test/resources/test_export_ip_address_from_vm_named.sh index 3ac040c..52fd3b9 100644 --- a/virtualbox/src/test/resources/test_export_ip_address_from_vm_named.sh +++ b/virtualbox/src/test/resources/test_export_ip_address_from_vm_named.sh @@ -3,42 +3,10 @@ set +u shopt -s xpg_echo shopt -s expand_aliases unset PATH JAVA_HOME LD_LIBRARY_PATH -# -# 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. -# function abort { echo "aborting: $@" 1>&2 exit 1 } -# -# 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. -# function exportIpAddressFromVmNamed { unset FOUND_IP_ADDRESS; [ $# -eq 1 ] || { -- 1.7.12.4 (Apple Git-37)