summaryrefslogtreecommitdiffstats
path: root/test/ral/manager
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 /test/ral/manager
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 'test/ral/manager')
-rwxr-xr-xtest/ral/manager/attributes.rb4
-rwxr-xr-xtest/ral/manager/instances.rb4
-rwxr-xr-xtest/ral/manager/manager.rb4
3 files changed, 0 insertions, 12 deletions
diff --git a/test/ral/manager/attributes.rb b/test/ral/manager/attributes.rb
index 030f38c50..8b0b8df95 100755
--- a/test/ral/manager/attributes.rb
+++ b/test/ral/manager/attributes.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env ruby
-#
-# Created by Luke A. Kanies on 2007-02-05.
-# Copyright (c) 2007. All rights reserved.
-
require File.expand_path(File.dirname(__FILE__) + '/../../lib/puppettest')
require 'puppettest'
diff --git a/test/ral/manager/instances.rb b/test/ral/manager/instances.rb
index f1731ac64..f59f43da1 100755
--- a/test/ral/manager/instances.rb
+++ b/test/ral/manager/instances.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env ruby
-#
-# Created by Luke A. Kanies on 2007-06-10.
-# Copyright (c) 2007. All rights reserved.
-
require File.expand_path(File.dirname(__FILE__) + '/../../lib/puppettest')
require 'puppettest'
diff --git a/test/ral/manager/manager.rb b/test/ral/manager/manager.rb
index 9c9449a45..e42c6c293 100755
--- a/test/ral/manager/manager.rb
+++ b/test/ral/manager/manager.rb
@@ -1,8 +1,4 @@
#!/usr/bin/env ruby
-#
-# Created by Luke A. Kanies on 2006-11-29.
-# Copyright (c) 2006. All rights reserved.
-
require File.expand_path(File.dirname(__FILE__) + '/../../lib/puppettest')
require 'puppettest'