diff options
author | Daniel Pittman <daniel@puppetlabs.com> | 2011-08-18 11:27:41 -0700 |
---|---|---|
committer | Daniel Pittman <daniel@puppetlabs.com> | 2011-08-18 11:27:41 -0700 |
commit | fd7332be5ca8ba78ff24a455fddad1713be779b5 (patch) | |
tree | 9320d21db5d781e8d8093112f9aea75a90a764db /lib/puppet/file_serving/fileset.rb | |
parent | 208b41e5dd3d5b9285759592acb25892b7c9ba89 (diff) | |
download | puppet-fd7332be5ca8ba78ff24a455fddad1713be779b5.tar.gz puppet-fd7332be5ca8ba78ff24a455fddad1713be779b5.tar.xz puppet-fd7332be5ca8ba78ff24a455fddad1713be779b5.zip |
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 'lib/puppet/file_serving/fileset.rb')
-rw-r--r-- | lib/puppet/file_serving/fileset.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/puppet/file_serving/fileset.rb b/lib/puppet/file_serving/fileset.rb index f29f70a53..30fad8d1f 100644 --- a/lib/puppet/file_serving/fileset.rb +++ b/lib/puppet/file_serving/fileset.rb @@ -1,7 +1,3 @@ -# -# Created by Luke Kanies on 2007-10-22. -# Copyright (c) 2007. All rights reserved. - require 'find' require 'puppet/file_serving' require 'puppet/file_serving/metadata' |