Please review pull request #623: (#13636) Update Module Face copyright date opened by (kelseyhightower)
Description:
Quite a bit of code changed for the module tool in 2012, updating the
copyright to reflect that fact.
- Opened: Thu Apr 05 01:32:33 UTC 2012
- Based on: puppetlabs:2.7.x (d88f3e7c387eff270101604f2fec2e086f88ebdd)
- Requested merge: kelseyhightower:ticket/2.7.x/13636_update_module_face_copyright_date (e7adb35ac5756d7f606ee2ca40fd18eb2ad536fe)
Diff follows:
diff --git a/lib/puppet/face/module.rb b/lib/puppet/face/module.rb index 08de3cb..87c14a8 100644 --- a/lib/puppet/face/module.rb +++ b/lib/puppet/face/module.rb @@ -5,7 +5,7 @@ Puppet::Face.define(:module, '1.0.0') do extend Puppet::Util::Colors - copyright "Puppet Labs", 2011 + copyright "Puppet Labs", 2012 license "Apache 2 license; see COPYING" summary "Creates, installs and searches for modules on the Puppet Forge."
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
