summaryrefslogtreecommitdiffstats
path: root/spec/unit/network
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/network
parent208b41e5dd3d5b9285759592acb25892b7c9ba89 (diff)
downloadpuppet-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/unit/network')
-rwxr-xr-xspec/unit/network/client_spec.rb4
-rwxr-xr-xspec/unit/network/http/mongrel_spec.rb4
-rwxr-xr-xspec/unit/network/http/webrick_spec.rb4
-rwxr-xr-xspec/unit/network/http_pool_spec.rb4
-rwxr-xr-xspec/unit/network/http_spec.rb4
-rwxr-xr-xspec/unit/network/server_spec.rb4
6 files changed, 0 insertions, 24 deletions
diff --git a/spec/unit/network/client_spec.rb b/spec/unit/network/client_spec.rb
index 102a053c0..861f33033 100755
--- a/spec/unit/network/client_spec.rb
+++ b/spec/unit/network/client_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2008-3-24.
-# Copyright (c) 2008. All rights reserved.
-
require 'spec_helper'
require 'puppet/network/client'
diff --git a/spec/unit/network/http/mongrel_spec.rb b/spec/unit/network/http/mongrel_spec.rb
index 6776fad61..9e7e9c485 100755
--- a/spec/unit/network/http/mongrel_spec.rb
+++ b/spec/unit/network/http/mongrel_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Rick Bradley on 2007-10-15.
-# Copyright (c) 2007. All rights reserved.
-
require 'spec_helper'
require 'puppet/network/http'
diff --git a/spec/unit/network/http/webrick_spec.rb b/spec/unit/network/http/webrick_spec.rb
index be74a1052..72660efda 100755
--- a/spec/unit/network/http/webrick_spec.rb
+++ b/spec/unit/network/http/webrick_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Rick Bradley on 2007-10-15.
-# Copyright (c) 2007. All rights reserved.
-
require 'spec_helper'
require 'puppet/network/handler'
require 'puppet/network/http'
diff --git a/spec/unit/network/http_pool_spec.rb b/spec/unit/network/http_pool_spec.rb
index c5d3e0470..41105ece9 100755
--- a/spec/unit/network/http_pool_spec.rb
+++ b/spec/unit/network/http_pool_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2007-11-26.
-# Copyright (c) 2007. All rights reserved.
-
require 'spec_helper'
require 'puppet/network/http_pool'
diff --git a/spec/unit/network/http_spec.rb b/spec/unit/network/http_spec.rb
index 550c15bf7..3f807a50b 100755
--- a/spec/unit/network/http_spec.rb
+++ b/spec/unit/network/http_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Rick Bradley on 2007-10-03.
-# Copyright (c) 2007. All rights reserved.
-
require 'spec_helper'
require 'puppet/network/http'
diff --git a/spec/unit/network/server_spec.rb b/spec/unit/network/server_spec.rb
index 912275a20..b38e82b93 100755
--- a/spec/unit/network/server_spec.rb
+++ b/spec/unit/network/server_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Rick Bradley on 2007-10-03.
-# Copyright (c) 2007. All rights reserved.
-
require 'spec_helper'
require 'puppet/network/server'
require 'puppet/network/handler'