From f80dd05ec014f9515b594667de38b107ae24029d Mon Sep 17 00:00:00 2001 From: Steven Danna Date: Tue, 2 Dec 2014 12:32:20 +0000 Subject: Update copyright notices in Chef::Org-related files --- lib/chef/org.rb | 18 ++++++++++++++++++ spec/unit/org_spec.rb | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/lib/chef/org.rb b/lib/chef/org.rb index 2868b36952..41d74b6186 100644 --- a/lib/chef/org.rb +++ b/lib/chef/org.rb @@ -1,3 +1,21 @@ +# +# Author:: Steven Danna (steve@opscode.com) +# Copyright:: Copyright (c) 2014 Chef Software, 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 'chef/json_compat' require 'chef/mixin/params_validate' require 'chef/rest' diff --git a/spec/unit/org_spec.rb b/spec/unit/org_spec.rb index 1ba0492dd8..da5b832ae3 100644 --- a/spec/unit/org_spec.rb +++ b/spec/unit/org_spec.rb @@ -1,6 +1,6 @@ # # Author:: Steven Danna (steve@opscode.com) -# Copyright:: Copyright (c) 2012 Opscode, Inc. +# Copyright:: Copyright (c) 2014 Chef Software, Inc # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.1