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 --- spec/integration/file_serving/content_spec.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'spec/integration/file_serving/content_spec.rb') 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' -- cgit