summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPrajaktaPurohit <prajakta@opscode.com>2012-12-07 11:06:12 -0800
committerLamont Granquist <lamont@opscode.com>2012-12-19 15:56:10 -0800
commitfa1674265d75e1353946280f3842a2310ac6663f (patch)
treec2c60b6747ccf704e6b8b2a869e23d71526aeb93 /lib
parent51b4c31da2271f89dbd3f64642b3dc69835b0fa3 (diff)
downloadchef-fa1674265d75e1353946280f3842a2310ac6663f.tar.gz
Correcting the author and copyright information
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/dsl/registry_helper.rb6
-rw-r--r--lib/chef/provider/registry_key.rb5
-rw-r--r--lib/chef/resource/registry_key.rb7
3 files changed, 6 insertions, 12 deletions
diff --git a/lib/chef/dsl/registry_helper.rb b/lib/chef/dsl/registry_helper.rb
index 2c9638d7b9..4dcd2f1eee 100644
--- a/lib/chef/dsl/registry_helper.rb
+++ b/lib/chef/dsl/registry_helper.rb
@@ -1,14 +1,14 @@
#
-# Author:: Lamont Granquist (<adam@opscode.com>)
+# Author:: Lamont Granquist (<lamont@opscode.com>)
# Copyright:: Copyright (c) 2012 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.
diff --git a/lib/chef/provider/registry_key.rb b/lib/chef/provider/registry_key.rb
index bb6ebb784f..fd525242b1 100644
--- a/lib/chef/provider/registry_key.rb
+++ b/lib/chef/provider/registry_key.rb
@@ -1,11 +1,8 @@
#
# Author:: Prajakta Purohit (<prajakta@opscode.com>)
-# Cookbook Name:: windows
-# Provider:: registry
+# Author:: Lamont Granquist (<lamont@opscode.com>)
#
-# Copyright:: 2010, VMware, Inc.
# Copyright:: 2011, Opscode, Inc.
-# Copyright:: 2011, Business Intelligence Associates, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/lib/chef/resource/registry_key.rb b/lib/chef/resource/registry_key.rb
index 9c36753a99..8079eab54e 100644
--- a/lib/chef/resource/registry_key.rb
+++ b/lib/chef/resource/registry_key.rb
@@ -1,9 +1,6 @@
-# Author:: Doug MacEachern (<dougm@vmware.com>)
-# Author:: Seth Chisamore (<schisamo@opscode.com>)
-# Cookbook Name:: windows
-# Resource:: registry
+# Author:: Prajakta Purohit (<prajakta@opscode.com>)
+# Author:: Lamont Granquist (<lamont@opscode.com>)
#
-# Copyright:: 2010, VMware, Inc.
# Copyright:: 2011, Opscode, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");