diff options
author | Chris Price <chris@puppetlabs.com> | 2012-10-18 17:24:47 -0700 |
---|---|---|
committer | Chris Price <chris@puppetlabs.com> | 2012-10-18 17:24:47 -0700 |
commit | 1e338afe2bad7b41cb1624eada9fb734b4950d53 (patch) | |
tree | 9559551649d2f2673cf07d1346794ae54e7c4f0a | |
parent | 691c3a8d7eb12587dd314f8d06cc79acea3bdc28 (diff) | |
parent | f3fc00d0c8ba1664b82e44e3d881f93da5504bd2 (diff) | |
download | puppet-vcsrepo-1e338afe2bad7b41cb1624eada9fb734b4950d53.tar.gz puppet-vcsrepo-1e338afe2bad7b41cb1624eada9fb734b4950d53.tar.bz2 |
Merge pull request #36 from lifton/master
Replace references to Reductive Labs with Puppet Labs
-rw-r--r-- | LICENSE | 4 | ||||
-rw-r--r-- | README.BZR.markdown | 2 | ||||
-rw-r--r-- | README.CVS.markdown | 2 | ||||
-rw-r--r-- | README.GIT.markdown | 2 | ||||
-rw-r--r-- | README.HG.markdown | 2 | ||||
-rw-r--r-- | README.SVN.markdown | 2 |
6 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ -Copyright (C) 2010 Reductive Labs Inc. +Copyright (C) 2010-2012 Puppet Labs Inc. -Reductive Labs can be contacted at: info@reductivelabs.com +Puppet Labs can be contacted at: info@puppetlabs.com This program and entire repository is free software; you can redistribute it and/or modify it under the terms of the GNU diff --git a/README.BZR.markdown b/README.BZR.markdown index dd610db..cc257e9 100644 --- a/README.BZR.markdown +++ b/README.BZR.markdown @@ -44,4 +44,4 @@ More Examples For examples you can run, see `examples/bzr/` -[1]: http://docs.reductivelabs.com/references/stable/metaparameter.html#require +[1]: http://docs.puppetlabs.com/references/stable/metaparameter.html#require diff --git a/README.CVS.markdown b/README.CVS.markdown index 321c865..10121a7 100644 --- a/README.CVS.markdown +++ b/README.CVS.markdown @@ -53,4 +53,4 @@ More Examples For examples you can run, see `examples/cvs/` -[1]: http://docs.reductivelabs.com/references/stable/metaparameter.html#require +[1]: http://docs.puppetlabs.com/references/stable/metaparameter.html#require diff --git a/README.GIT.markdown b/README.GIT.markdown index 6ddf99c..88747c6 100644 --- a/README.GIT.markdown +++ b/README.GIT.markdown @@ -85,5 +85,5 @@ More Examples For examples you can run, see `examples/git/` -[1]: http://docs.reductivelabs.com/references/stable/metaparameter.html#require +[1]: http://docs.puppetlabs.com/references/stable/metaparameter.html#require diff --git a/README.HG.markdown b/README.HG.markdown index 55ac88f..b1680c8 100644 --- a/README.HG.markdown +++ b/README.HG.markdown @@ -52,4 +52,4 @@ More Examples For examples you can run, see `examples/hg/` -[1]: http://docs.reductivelabs.com/references/stable/metaparameter.html#require +[1]: http://docs.puppetlabs.com/references/stable/metaparameter.html#require diff --git a/README.SVN.markdown b/README.SVN.markdown index 3dc852f..489f5bf 100644 --- a/README.SVN.markdown +++ b/README.SVN.markdown @@ -44,4 +44,4 @@ More Examples For examples you can run, see `examples/svn/` -[1]: http://docs.reductivelabs.com/references/stable/metaparameter.html#require +[1]: http://docs.puppetlabs.com/references/stable/metaparameter.html#require |