summaryrefslogtreecommitdiffstats
path: root/lib/puppet/face/plugin.rb
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-04-26 17:30:41 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-04-26 23:35:55 -0700
commit6e152ad1d0bb34f6d24fd818b2b020d5a8dd385b (patch)
tree7dfa378f0eda171aca8b410c1e8d1d4dccb3a997 /lib/puppet/face/plugin.rb
parentb8525c9f032cfa9ac621509ba8e332803a99a120 (diff)
downloadpuppet-6e152ad1d0bb34f6d24fd818b2b020d5a8dd385b.tar.gz
puppet-6e152ad1d0bb34f6d24fd818b2b020d5a8dd385b.tar.xz
puppet-6e152ad1d0bb34f6d24fd818b2b020d5a8dd385b.zip
(#6962) Give copyright and license for all faces.
Now we have the capability, mark all our faces copyright the company and under the Apache 2 license, which indeed they are.
Diffstat (limited to 'lib/puppet/face/plugin.rb')
-rw-r--r--lib/puppet/face/plugin.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/puppet/face/plugin.rb b/lib/puppet/face/plugin.rb
index 4d95bd93b..19060942a 100644
--- a/lib/puppet/face/plugin.rb
+++ b/lib/puppet/face/plugin.rb
@@ -1,5 +1,8 @@
require 'puppet/face'
Puppet::Face.define(:plugin, '0.0.1') do
+ copyright "Puppet Labs", 2011
+ license "Apache 2 license; see COPYING"
+
summary "Interact with the Puppet plugin system"
action :download do