diff options
| author | Daniel Pittman <daniel@puppetlabs.com> | 2011-08-18 11:27:41 -0700 |
|---|---|---|
| committer | Daniel Pittman <daniel@puppetlabs.com> | 2011-08-18 11:27:41 -0700 |
| commit | fd7332be5ca8ba78ff24a455fddad1713be779b5 (patch) | |
| tree | 9320d21db5d781e8d8093112f9aea75a90a764db /spec/shared_behaviours | |
| parent | 208b41e5dd3d5b9285759592acb25892b7c9ba89 (diff) | |
| download | puppet-fd7332be5ca8ba78ff24a455fddad1713be779b5.tar.gz puppet-fd7332be5ca8ba78ff24a455fddad1713be779b5.tar.xz puppet-fd7332be5ca8ba78ff24a455fddad1713be779b5.zip | |
maint: remove inaccurate copyright and license statements.
For a while Luke, and other authors, injected a created tag, copyright
statement, and "All rights reserved" into every new file they added to the
Puppet project.
This isn't really true, and we have a global license covering the code, so
we have now stripped out all those old tags.
Signed-off-by: Daniel Pittman <daniel@puppetlabs.com>
Diffstat (limited to 'spec/shared_behaviours')
| -rwxr-xr-x | spec/shared_behaviours/file_server_terminus.rb | 4 | ||||
| -rwxr-xr-x | spec/shared_behaviours/file_serving.rb | 4 | ||||
| -rwxr-xr-x | spec/shared_behaviours/memory_terminus.rb | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/spec/shared_behaviours/file_server_terminus.rb b/spec/shared_behaviours/file_server_terminus.rb index f59169382..e300d9b4d 100755 --- a/spec/shared_behaviours/file_server_terminus.rb +++ b/spec/shared_behaviours/file_server_terminus.rb @@ -1,8 +1,4 @@ #!/usr/bin/env rspec -# -# Created by Luke Kanies on 2007-10-18. -# Copyright (c) 2007. All rights reserved. - shared_examples_for "Puppet::Indirector::FileServerTerminus" do # This only works if the shared behaviour is included before # the 'before' block in the including context. diff --git a/spec/shared_behaviours/file_serving.rb b/spec/shared_behaviours/file_serving.rb index 3afab5b59..f5a59f5cd 100755 --- a/spec/shared_behaviours/file_serving.rb +++ b/spec/shared_behaviours/file_serving.rb @@ -1,8 +1,4 @@ #!/usr/bin/env rspec -# -# Created by Luke Kanies on 2007-10-18. -# Copyright (c) 2007. All rights reserved. - shared_examples_for "Puppet::FileServing::Files" do it "should use the rest terminus when the 'puppet' URI scheme is used and a host name is present" do uri = "puppet://myhost/fakemod/my/file" diff --git a/spec/shared_behaviours/memory_terminus.rb b/spec/shared_behaviours/memory_terminus.rb index f9325a969..0d9017100 100755 --- a/spec/shared_behaviours/memory_terminus.rb +++ b/spec/shared_behaviours/memory_terminus.rb @@ -1,7 +1,3 @@ -# -# Created by Luke Kanies on 2008-4-8. -# Copyright (c) 2008. All rights reserved. - shared_examples_for "A Memory Terminus" do it "should find no instances by default" do @searcher.find(@request).should be_nil |
