summaryrefslogtreecommitdiffstats
path: root/spec/integration
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/integration
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/integration')
-rwxr-xr-xspec/integration/file_serving/content_spec.rb4
-rwxr-xr-xspec/integration/file_serving/metadata_spec.rb4
-rwxr-xr-xspec/integration/indirector/direct_file_server_spec.rb4
-rwxr-xr-xspec/integration/indirector/file_content/file_server_spec.rb4
-rwxr-xr-xspec/integration/indirector/file_metadata/file_server_spec.rb4
-rwxr-xr-xspec/integration/node/facts_spec.rb4
-rwxr-xr-xspec/integration/node_spec.rb4
-rwxr-xr-xspec/integration/reports_spec.rb4
-rwxr-xr-xspec/integration/resource/catalog_spec.rb4
-rwxr-xr-xspec/integration/ssl/certificate_authority_spec.rb4
-rwxr-xr-xspec/integration/ssl/certificate_request_spec.rb4
-rwxr-xr-xspec/integration/ssl/certificate_revocation_list_spec.rb4
-rwxr-xr-xspec/integration/ssl/host_spec.rb4
-rwxr-xr-xspec/integration/transaction/report_spec.rb4
14 files changed, 0 insertions, 56 deletions
diff --git a/spec/integration/file_serving/content_spec.rb b/spec/integration/file_serving/content_spec.rb
index a95ddc520..5b08a6137 100755
--- a/spec/integration/file_serving/content_spec.rb
+++ b/spec/integration/file_serving/content_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/content'
diff --git a/spec/integration/file_serving/metadata_spec.rb b/spec/integration/file_serving/metadata_spec.rb
index ba7d3311f..821b6baca 100755
--- a/spec/integration/file_serving/metadata_spec.rb
+++ b/spec/integration/file_serving/metadata_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/metadata'
diff --git a/spec/integration/indirector/direct_file_server_spec.rb b/spec/integration/indirector/direct_file_server_spec.rb
index e53b48d69..98f0ebe17 100755
--- a/spec/integration/indirector/direct_file_server_spec.rb
+++ b/spec/integration/indirector/direct_file_server_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2007-10-19.
-# Copyright (c) 2007. All rights reserved.
-
require 'spec_helper'
require 'puppet/indirector/file_content/file'
diff --git a/spec/integration/indirector/file_content/file_server_spec.rb b/spec/integration/indirector/file_content/file_server_spec.rb
index 88d2345d8..787f1562d 100755
--- a/spec/integration/indirector/file_content/file_server_spec.rb
+++ b/spec/integration/indirector/file_content/file_server_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/indirector/file_content/file_server'
diff --git a/spec/integration/indirector/file_metadata/file_server_spec.rb b/spec/integration/indirector/file_metadata/file_server_spec.rb
index 9e84134a6..c2cbcfa5c 100755
--- a/spec/integration/indirector/file_metadata/file_server_spec.rb
+++ b/spec/integration/indirector/file_metadata/file_server_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/indirector/file_metadata/file_server'
diff --git a/spec/integration/node/facts_spec.rb b/spec/integration/node/facts_spec.rb
index e87a0bdeb..b2c71e42a 100755
--- a/spec/integration/node/facts_spec.rb
+++ b/spec/integration/node/facts_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2008-4-8.
-# Copyright (c) 2008. All rights reserved.
-
require 'spec_helper'
describe Puppet::Node::Facts do
diff --git a/spec/integration/node_spec.rb b/spec/integration/node_spec.rb
index b81a1fdc3..5abb880a3 100755
--- a/spec/integration/node_spec.rb
+++ b/spec/integration/node_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2007-9-23.
-# Copyright (c) 2007. All rights reserved.
-
require 'spec_helper'
require 'puppet/node'
diff --git a/spec/integration/reports_spec.rb b/spec/integration/reports_spec.rb
index d5a08d28a..17662c810 100755
--- a/spec/integration/reports_spec.rb
+++ b/spec/integration/reports_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2007-10-12.
-# Copyright (c) 2007. All rights reserved.
-
require 'spec_helper'
require 'puppet/reports'
diff --git a/spec/integration/resource/catalog_spec.rb b/spec/integration/resource/catalog_spec.rb
index 41a475d98..528e29545 100755
--- a/spec/integration/resource/catalog_spec.rb
+++ b/spec/integration/resource/catalog_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2007-4-8.
-# Copyright (c) 2008. All rights reserved.
-
require 'spec_helper'
describe Puppet::Resource::Catalog do
diff --git a/spec/integration/ssl/certificate_authority_spec.rb b/spec/integration/ssl/certificate_authority_spec.rb
index c5e145459..2517f121e 100755
--- a/spec/integration/ssl/certificate_authority_spec.rb
+++ b/spec/integration/ssl/certificate_authority_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2008-4-17.
-# Copyright (c) 2008. All rights reserved.
-
require 'spec_helper'
require 'puppet/ssl/certificate_authority'
diff --git a/spec/integration/ssl/certificate_request_spec.rb b/spec/integration/ssl/certificate_request_spec.rb
index 688466c37..4f3e98dc8 100755
--- a/spec/integration/ssl/certificate_request_spec.rb
+++ b/spec/integration/ssl/certificate_request_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2008-4-17.
-# Copyright (c) 2008. All rights reserved.
-
require 'spec_helper'
require 'puppet/ssl/certificate_request'
diff --git a/spec/integration/ssl/certificate_revocation_list_spec.rb b/spec/integration/ssl/certificate_revocation_list_spec.rb
index 051a81569..55e8f4ac7 100755
--- a/spec/integration/ssl/certificate_revocation_list_spec.rb
+++ b/spec/integration/ssl/certificate_revocation_list_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2008-5-5.
-# Copyright (c) 2008. All rights reserved.
-
require 'spec_helper'
require 'puppet/ssl/certificate_revocation_list'
diff --git a/spec/integration/ssl/host_spec.rb b/spec/integration/ssl/host_spec.rb
index e9c37c151..5aa3eebad 100755
--- a/spec/integration/ssl/host_spec.rb
+++ b/spec/integration/ssl/host_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2008-4-17.
-# Copyright (c) 2008. All rights reserved.
-
require 'spec_helper'
require 'puppet/ssl/host'
diff --git a/spec/integration/transaction/report_spec.rb b/spec/integration/transaction/report_spec.rb
index 183d93f76..031562ea1 100755
--- a/spec/integration/transaction/report_spec.rb
+++ b/spec/integration/transaction/report_spec.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env rspec
-#
-# Created by Luke Kanies on 2008-4-8.
-# Copyright (c) 2008. All rights reserved.
-
require 'spec_helper'
describe Puppet::Transaction::Report do