summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/freebsd
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-01-13 10:01:43 -0800
committerTim Smith <tsmith84@gmail.com>2016-01-13 10:18:26 -0800
commit03befb60127e10057d864b50844ae6d243e18bc3 (patch)
treec550885ac3a3851979148264ecc930b7fe3b97a4 /spec/unit/plugins/freebsd
parent922c1b31b94cf9019c94d135e95c8ada3003bcae (diff)
downloadohai-03befb60127e10057d864b50844ae6d243e18bc3.tar.gz
Update e-mails and copyrights
Opscode -> Chef Sofware Inc. and bring all copyrights to current. End the needed to keep editing these on every commit. Lets just get it over with.
Diffstat (limited to 'spec/unit/plugins/freebsd')
-rw-r--r--spec/unit/plugins/freebsd/hostname_spec.rb4
-rw-r--r--spec/unit/plugins/freebsd/kernel_spec.rb8
-rw-r--r--spec/unit/plugins/freebsd/platform_spec.rb14
3 files changed, 13 insertions, 13 deletions
diff --git a/spec/unit/plugins/freebsd/hostname_spec.rb b/spec/unit/plugins/freebsd/hostname_spec.rb
index cbbb82a8..9d4c4a00 100644
--- a/spec/unit/plugins/freebsd/hostname_spec.rb
+++ b/spec/unit/plugins/freebsd/hostname_spec.rb
@@ -1,6 +1,6 @@
#
-# Author:: Adam Jacob (<adam@opscode.com>)
-# Copyright:: Copyright (c) 2008 Opscode, Inc.
+# Author:: Adam Jacob (<adam@chef.io>)
+# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/spec/unit/plugins/freebsd/kernel_spec.rb b/spec/unit/plugins/freebsd/kernel_spec.rb
index cb08500e..2040b67f 100644
--- a/spec/unit/plugins/freebsd/kernel_spec.rb
+++ b/spec/unit/plugins/freebsd/kernel_spec.rb
@@ -1,14 +1,14 @@
#
-# Author:: Adam Jacob (<adam@opscode.com>)
-# Copyright:: Copyright (c) 2008 Opscode, Inc.
+# Author:: Adam Jacob (<adam@chef.io>)
+# Copyright:: Copyright (c) 2008-2016 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.
diff --git a/spec/unit/plugins/freebsd/platform_spec.rb b/spec/unit/plugins/freebsd/platform_spec.rb
index 281face5..49a26a16 100644
--- a/spec/unit/plugins/freebsd/platform_spec.rb
+++ b/spec/unit/plugins/freebsd/platform_spec.rb
@@ -1,14 +1,14 @@
#
-# Author:: Adam Jacob (<adam@opscode.com>)
-# Copyright:: Copyright (c) 2008 Opscode, Inc.
+# Author:: Adam Jacob (<adam@chef.io>)
+# Copyright:: Copyright (c) 2008-2016 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.
@@ -28,12 +28,12 @@ describe Ohai::System, "FreeBSD plugin platform" do
end
it "should set platform to lowercased lsb[:id]" do
- @plugin.run
+ @plugin.run
expect(@plugin[:platform]).to eq("freebsd")
end
-
+
it "should set platform_version to lsb[:release]" do
@plugin.run
expect(@plugin[:platform_version]).to eq("7.1")
end
-end
+end