From be3ca5d4c6c42d6197575b987920fa269031afe8 Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Tue, 24 Jun 2014 12:27:05 +0200 Subject: [PATCH] feature #2970: add copyright notice to scripts --- .../remotes/common/not_supported.sh | 16 ++++++++++++++++ src/tm_mad/common/not_supported.sh | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/src/datastore_mad/remotes/common/not_supported.sh b/src/datastore_mad/remotes/common/not_supported.sh index 8eda482486..5b6c039162 100755 --- a/src/datastore_mad/remotes/common/not_supported.sh +++ b/src/datastore_mad/remotes/common/not_supported.sh @@ -1,5 +1,21 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs # +# # +# 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. # +#--------------------------------------------------------------------------- # + script_name=$(basename $0) echo "$script_name: Operation not supported" &>2 diff --git a/src/tm_mad/common/not_supported.sh b/src/tm_mad/common/not_supported.sh index 8eda482486..5b6c039162 100755 --- a/src/tm_mad/common/not_supported.sh +++ b/src/tm_mad/common/not_supported.sh @@ -1,5 +1,21 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs # +# # +# 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. # +#--------------------------------------------------------------------------- # + script_name=$(basename $0) echo "$script_name: Operation not supported" &>2