summaryrefslogtreecommitdiffstats
path: root/spec/unit/file_serving
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-08-18 11:27:41 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-08-18 11:27:41 -0700
commitfd7332be5ca8ba78ff24a455fddad1713be779b5 (patch)
tree9320d21db5d781e8d8093112f9aea75a90a764db /spec/unit/file_serving
parent208b41e5dd3d5b9285759592acb25892b7c9ba89 (diff)
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/unit/file_serving')
-rwxr-xr-xspec/unit/file_serving/indirection_hooks_spec.rb4
-rwxr-xr-xspec/unit/file_serving/terminus_helper_spec.rb4
2 files changed, 0 insertions, 8 deletions
diff --git a/spec/unit/file_serving/indirection_hooks_spec.rb b/spec/unit/file_serving/indirection_hooks_spec.rb
index 4890505ab..526c49e0f 100755
--- a/spec/unit/file_serving/indirection_hooks_spec.rb
+++ b/spec/unit/file_serving/indirection_hooks_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2007-10-18.
-# Copyright (c) 2007. All rights reserved.
-
require 'spec_helper'
require 'puppet/file_serving/indirection_hooks'
diff --git a/spec/unit/file_serving/terminus_helper_spec.rb b/spec/unit/file_serving/terminus_helper_spec.rb
index 7efe3fb98..9fd27d9dc 100755
--- a/spec/unit/file_serving/terminus_helper_spec.rb
+++ b/spec/unit/file_serving/terminus_helper_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2007-10-22.
-# Copyright (c) 2007. All rights reserved.
-
require 'spec_helper'
require 'puppet/file_serving/terminus_helper'