From fd7332be5ca8ba78ff24a455fddad1713be779b5 Mon Sep 17 00:00:00 2001 From: Daniel Pittman Date: Thu, 18 Aug 2011 11:27:41 -0700 Subject: 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 --- test/lib/puppettest/support/resources.rb | 4 ---- test/lib/puppettest/testcase.rb | 4 ---- 2 files changed, 8 deletions(-) mode change 100644 => 100755 test/lib/puppettest/testcase.rb (limited to 'test/lib') diff --git a/test/lib/puppettest/support/resources.rb b/test/lib/puppettest/support/resources.rb index 2b922bb1e..d5bf98f91 100755 --- a/test/lib/puppettest/support/resources.rb +++ b/test/lib/puppettest/support/resources.rb @@ -1,8 +1,4 @@ #!/usr/bin/env ruby -# -# Created by Luke A. Kanies on 2006-11-29. -# Copyright (c) 2006. All rights reserved. - module PuppetTest::Support::Resources def tree_resource(name) Puppet::Type.type(:file).new :title => name, :path => "/tmp/#{name}", :mode => 0755 diff --git a/test/lib/puppettest/testcase.rb b/test/lib/puppettest/testcase.rb old mode 100644 new mode 100755 index b1b22e524..0ec98846c --- a/test/lib/puppettest/testcase.rb +++ b/test/lib/puppettest/testcase.rb @@ -1,8 +1,4 @@ #!/usr/bin/env ruby -# -# Created by Luke A. Kanies on 2007-03-05. -# Copyright (c) 2007. All rights reserved. - require 'puppettest' require 'puppettest/runnable_test' require 'test/unit' -- cgit