Skip to content

Commit

Permalink
Switch branding to Puppet Labs
Browse files Browse the repository at this point in the history
Modifies the COPYING and Rakefile to brand the Hiera project as Puppet
Labs.

Thanks to RI for the project.

Signed-off-by: Michael Stahnke <stahnma@puppetlabs.com>
  • Loading branch information
stahnma committed Dec 1, 2011
1 parent 0a53e96 commit d136fc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion COPYING
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2010, 2011 R.I.Pienaar
Copyright 2010, 2011 R.I.Pienaar, Puppet Labs

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -5,9 +5,9 @@ require 'rspec/core/rake_task'
spec = Gem::Specification.new do |s|
s.name = "hiera"
s.version = "0.2.0"
s.author = "R.I.Pienaar"
s.email = "rip@devco.net"
s.homepage = "https://github.com/ripienaar/hiera/"
s.author = "Puppet Labs"
s.email = "info@puppetlabs.com"
s.homepage = "https://github.com/puppetlabs/hiera/"
s.summary = "Light weight hierarcical data store"
s.description = "A pluggable data store for hierarcical data"
s.files = FileList["{bin,lib}/**/*"].to_a
Expand Down

0 comments on commit d136fc2

Please sign in to comment.