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 --- lib/puppet/parser/compiler.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/puppet/parser') diff --git a/lib/puppet/parser/compiler.rb b/lib/puppet/parser/compiler.rb index c1daade4c..3cdf7b4c0 100644 --- a/lib/puppet/parser/compiler.rb +++ b/lib/puppet/parser/compiler.rb @@ -1,6 +1,3 @@ -# Created by Luke A. Kanies on 2007-08-13. -# Copyright (c) 2007. All rights reserved. - require 'puppet/node' require 'puppet/resource/catalog' require 'puppet/util/errors' -- cgit