diff options
author | Joshua Harlan Lifton <lifton@puppetlabs.com> | 2012-10-18 17:10:23 -0700 |
---|---|---|
committer | Joshua Harlan Lifton <lifton@puppetlabs.com> | 2012-10-18 17:10:23 -0700 |
commit | f3fc00d0c8ba1664b82e44e3d881f93da5504bd2 (patch) | |
tree | 273a7011f8142baf4fd35c6747e1e41806d0c8b2 | |
parent | 28f819db2e882e78237dbb8f2bfb449be71f720c (diff) | |
download | puppet-vcsrepo-f3fc00d0c8ba1664b82e44e3d881f93da5504bd2.tar.gz puppet-vcsrepo-f3fc00d0c8ba1664b82e44e3d881f93da5504bd2.tar.bz2 |
Fix links to documentation and update LICENSE
Previous to this commit the documentation and license files referred
to Reductive Labs and docs.reductivelabs.com. This commit updates
those files to refer to Puppet Labs and docs.puppetlabs.com.
-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 b63d90b..95a9bc3 100644 --- a/README.GIT.markdown +++ b/README.GIT.markdown @@ -66,5 +66,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 |