--- I intentionally left copyright notices and the OSX PackageInfo.plist alone. The remaining references to Reductive Labs (aside from CHANGELOG entries):
$ git --no-pager grep -i reductive | grep -v CHANGELOG LICENSE:Facter - Host Fact Detection and Reporting. Copyright (C) 2005 Reductive Labs LLC LICENSE:Reductive Labs can be contacted at: [email protected] bin/facter:# Copyright (c) 2006 Reductive Labs, LLC conf/osx/PackageInfo.plist: <string>com.reductivelabs.facter</string> man/man8/facter.8:Copyright (c) 2006 Reductive Labs, LLC Licensed under the GNU Public I noticed that the HOTLINE=http://puppetlabs.com/cgi-bin/facter.cgi line in conf/solaris/pkginfo is not valid anymore (nor was it at the reductivelabs.com URL prior to this change). This can be found at git://jet.mox.net/~tmz/facter.git on the features/master/puppetlabs-renaming branch. INSTALL | 2 +- README | 2 +- README.rst | 6 +++--- conf/redhat/facter.spec | 4 ++-- conf/solaris/pkginfo | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index c972664..7c82ecc 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ Run 'ruby install.rb' or use one of the distributed gem files at -http://reductivelabs.com/downloads/gems . +http://puppetlabs.com/downloads/gems . install.rb should successfully install; let me know if it doesn't. diff --git a/README b/README index 5866b70..683833f 100644 --- a/README +++ b/README @@ -5,4 +5,4 @@ processors, etc. See bin/facter for an example of the interface. -See http://reductivelabs.com/projects/facter/ for more details. +See http://www.puppetlabs.com/puppet/related-projects/facter for more details. diff --git a/README.rst b/README.rst index 3b69d09..2b71136 100644 --- a/README.rst +++ b/README.rst @@ -16,11 +16,11 @@ Run the ``facter`` binary on the command for a full list of facts supported on y Adding your own facts +++++++++++++++++++++ -See the `Adding Facts`_ wiki page for details of how to add your own custom facts to Facter. +See the `Adding Facts`_ page for details of how to add your own custom facts to Facter. Further Information +++++++++++++++++++ -See http://reductivelabs.com/projects/facter/ for more details. +See http://www.puppetlabs.com/puppet/related-projects/facter for more details. -.. _Adding Facts: http://reductivelabs.com/trac/puppet/wiki/AddingFacts +.. _Adding Facts: http://docs.puppetlabs.com/guides/custom_facts.html diff --git a/conf/redhat/facter.spec b/conf/redhat/facter.spec index b907d5b..bdb7d43 100644 --- a/conf/redhat/facter.spec +++ b/conf/redhat/facter.spec @@ -9,8 +9,8 @@ Version: 1.5.5 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base -URL: http://reductivelabs.com/projects/facter -Source0: http://reductivelabs.com/downloads/facter/%{name}-%{version}.tar.gz +URL: http://www.puppetlabs.com/puppet/related-projects/%{name}/ +Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if %has_ruby_noarch BuildArch: noarch diff --git a/conf/solaris/pkginfo b/conf/solaris/pkginfo index 05eef1f..968a459 100644 --- a/conf/solaris/pkginfo +++ b/conf/solaris/pkginfo @@ -2,6 +2,6 @@ PKG=CSWfacter NAME=facter - System Fact Gatherer VERSION=1.3.5 CATEGORY=application -VENDOR=http://reductivelabs.com/projects/facter -HOTLINE=http://reductivelabs.com/cgi-bin/facter.cgi +VENDOR=http://www.puppetlabs.com/puppet/related-projects/facter +HOTLINE=http://puppetlabs.com/cgi-bin/facter.cgi [email protected] -- 1.7.2.2 -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sometimes you get the blues because your baby leaves you. Sometimes you get'em 'cause she comes back. -- B.B. King -- 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.
