summaryrefslogtreecommitdiffstats
path: root/spec/unit/provider
diff options
context:
space:
mode:
authorMatt Robinson <matt@puppetlabs.com>2011-08-18 17:09:33 -0700
committerMatt Robinson <matt@puppetlabs.com>2011-08-18 17:09:33 -0700
commit71e190bf255f98e900f7ddd55db393d448df3274 (patch)
tree22655aa7ab859c603d9970ca953214baeb0eda1a /spec/unit/provider
parent249e287ed2dd6260b0289e27606b3cccea402fd5 (diff)
parentfd7332be5ca8ba78ff24a455fddad1713be779b5 (diff)
Merge pull request #48 from daniel-pittman/maint/2.7.x/strip-incorrect-rights-statements
Maint/2.7.x/strip incorrect rights statements
Diffstat (limited to 'spec/unit/provider')
-rwxr-xr-xspec/unit/provider/group/ldap_spec.rb4
-rwxr-xr-xspec/unit/provider/ldap_spec.rb4
-rwxr-xr-xspec/unit/provider/mount/parsed_spec.rb4
-rwxr-xr-xspec/unit/provider/user/ldap_spec.rb4
4 files changed, 0 insertions, 16 deletions
diff --git a/spec/unit/provider/group/ldap_spec.rb b/spec/unit/provider/group/ldap_spec.rb
index 947007f10..28a57e0ee 100755
--- a/spec/unit/provider/group/ldap_spec.rb
+++ b/spec/unit/provider/group/ldap_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2008-3-10.
-# Copyright (c) 2006. All rights reserved.
-
require 'spec_helper'
provider_class = Puppet::Type.type(:group).provider(:ldap)
diff --git a/spec/unit/provider/ldap_spec.rb b/spec/unit/provider/ldap_spec.rb
index 012a22b99..913e81fb9 100755
--- a/spec/unit/provider/ldap_spec.rb
+++ b/spec/unit/provider/ldap_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2008-3-21.
-# Copyright (c) 2006. All rights reserved.
-
require 'spec_helper'
require 'puppet/provider/ldap'
diff --git a/spec/unit/provider/mount/parsed_spec.rb b/spec/unit/provider/mount/parsed_spec.rb
index 7831dae3a..e812e3359 100755
--- a/spec/unit/provider/mount/parsed_spec.rb
+++ b/spec/unit/provider/mount/parsed_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2007-9-12.
-# Copyright (c) 2006. All rights reserved.
-
require 'spec_helper'
require 'shared_behaviours/all_parsedfile_providers'
diff --git a/spec/unit/provider/user/ldap_spec.rb b/spec/unit/provider/user/ldap_spec.rb
index 065b3b423..8888d85ed 100755
--- a/spec/unit/provider/user/ldap_spec.rb
+++ b/spec/unit/provider/user/ldap_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2008-3-10.
-# Copyright (c) 2006. All rights reserved.
-
require 'spec_helper'
provider_class = Puppet::Type.type(:user).provider(:ldap)