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 /spec/integration/ssl | |
| 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 'spec/integration/ssl')
| -rwxr-xr-x | spec/integration/ssl/certificate_authority_spec.rb | 4 | ||||
| -rwxr-xr-x | spec/integration/ssl/certificate_request_spec.rb | 4 | ||||
| -rwxr-xr-x | spec/integration/ssl/certificate_revocation_list_spec.rb | 4 | ||||
| -rwxr-xr-x | spec/integration/ssl/host_spec.rb | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/spec/integration/ssl/certificate_authority_spec.rb b/spec/integration/ssl/certificate_authority_spec.rb index c5e145459..2517f121e 100755 --- a/spec/integration/ssl/certificate_authority_spec.rb +++ b/spec/integration/ssl/certificate_authority_spec.rb @@ -1,8 +1,4 @@ #!/usr/bin/env rspec -# -# Created by Luke Kanies on 2008-4-17. -# Copyright (c) 2008. All rights reserved. - require 'spec_helper' require 'puppet/ssl/certificate_authority' diff --git a/spec/integration/ssl/certificate_request_spec.rb b/spec/integration/ssl/certificate_request_spec.rb index 688466c37..4f3e98dc8 100755 --- a/spec/integration/ssl/certificate_request_spec.rb +++ b/spec/integration/ssl/certificate_request_spec.rb @@ -1,8 +1,4 @@ #!/usr/bin/env rspec -# -# Created by Luke Kanies on 2008-4-17. -# Copyright (c) 2008. All rights reserved. - require 'spec_helper' require 'puppet/ssl/certificate_request' diff --git a/spec/integration/ssl/certificate_revocation_list_spec.rb b/spec/integration/ssl/certificate_revocation_list_spec.rb index 051a81569..55e8f4ac7 100755 --- a/spec/integration/ssl/certificate_revocation_list_spec.rb +++ b/spec/integration/ssl/certificate_revocation_list_spec.rb @@ -1,8 +1,4 @@ #!/usr/bin/env rspec -# -# Created by Luke Kanies on 2008-5-5. -# Copyright (c) 2008. All rights reserved. - require 'spec_helper' require 'puppet/ssl/certificate_revocation_list' diff --git a/spec/integration/ssl/host_spec.rb b/spec/integration/ssl/host_spec.rb index e9c37c151..5aa3eebad 100755 --- a/spec/integration/ssl/host_spec.rb +++ b/spec/integration/ssl/host_spec.rb @@ -1,8 +1,4 @@ #!/usr/bin/env rspec -# -# Created by Luke Kanies on 2008-4-17. -# Copyright (c) 2008. All rights reserved. - require 'spec_helper' require 'puppet/ssl/host' |
