diff options
| author | Matt Robinson <matt@puppetlabs.com> | 2011-08-18 17:09:33 -0700 |
|---|---|---|
| committer | Matt Robinson <matt@puppetlabs.com> | 2011-08-18 17:09:33 -0700 |
| commit | 71e190bf255f98e900f7ddd55db393d448df3274 (patch) | |
| tree | 22655aa7ab859c603d9970ca953214baeb0eda1a /lib/puppet/parser | |
| parent | 249e287ed2dd6260b0289e27606b3cccea402fd5 (diff) | |
| parent | fd7332be5ca8ba78ff24a455fddad1713be779b5 (diff) | |
| download | puppet-71e190bf255f98e900f7ddd55db393d448df3274.tar.gz puppet-71e190bf255f98e900f7ddd55db393d448df3274.tar.xz puppet-71e190bf255f98e900f7ddd55db393d448df3274.zip | |
Merge pull request #48 from daniel-pittman/maint/2.7.x/strip-incorrect-rights-statements
Maint/2.7.x/strip incorrect rights statements
Diffstat (limited to 'lib/puppet/parser')
| -rw-r--r-- | lib/puppet/parser/compiler.rb | 3 |
1 files changed, 0 insertions, 3 deletions
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' |
