From 5b3e3e019a3eaafa1cf090edb2a798b0925172de Mon Sep 17 00:00:00 2001 From: adamedx Date: Tue, 17 Sep 2013 22:35:37 -0700 Subject: [PATCH] Fix missing license notice --- spec/unit/openstack_service_spec.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/spec/unit/openstack_service_spec.rb b/spec/unit/openstack_service_spec.rb index 4f606b12..ff5f2856 100644 --- a/spec/unit/openstack_service_spec.rb +++ b/spec/unit/openstack_service_spec.rb @@ -1,3 +1,20 @@ +# +# Copyright:: Copyright (c) 2011-2013 Opscode, Inc. +# License:: Apache License, Version 2.0 +# +# 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. +# + require 'spec_helper' require 'chef/knife/cloud/openstack_service'