diff --git a/Documentation/Makefile b/Documentation/Makefile index e6be904ad..1601373d1 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -77,17 +77,17 @@ qthelp: @echo @echo "Build finished; now you can run "qcollectiongenerator" with the" \ ".qhcp project file in $(BUILDDIR)/qthelp, like this:" - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/RoboFab.qhcp" + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/ufoLib.qhcp" @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/RoboFab.qhc" + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/ufoLib.qhc" devhelp: $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp @echo @echo "Build finished." @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/RoboFab" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/RoboFab" + @echo "# mkdir -p $$HOME/.local/share/devhelp/ufoLib" + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/ufoLib" @echo "# devhelp" epub: diff --git a/Documentation/conf.py b/Documentation/conf.py index a02db0967..22bcb3574 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# RoboFab documentation build configuration file, created by +# ufoLib documentation build configuration file, created by # sphinx-quickstart on Wed Oct 19 19:32:35 2011. # # This file is execfile()d with the current directory set to its containing dir. @@ -244,7 +244,7 @@ texinfo_documents = [ # -- Options for Epub output --------------------------------------------------- # Bibliographic Dublin Core info. -epub_title = u'RoboFab' +epub_title = u'ufoLib' epub_author = u'Tal Leming, Erik van Blokland, Just van Rossum' epub_publisher = u'Tal Leming, Erik van Blokland, Just van Rossum' epub_copyright = u'2011, Tal Leming, Erik van Blokland, Just van Rossum' diff --git a/Documentation/index.rst b/Documentation/index.rst index 422d50e4c..4eccf6f7b 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -1,4 +1,4 @@ -.. RoboFab documentation master file, created by +.. ufoLib documentation master file, created by sphinx-quickstart on Wed Oct 19 19:32:35 2011. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. diff --git a/LICENSE.txt b/LICENSE.txt index e3c881b7d..09ab25b59 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ -RoboFab License Agreement +ufoLib License Agreement -Copyright (c) 2005-2012, The RoboFab Developers: +Copyright (c) 2005-2016, The RoboFab Developers: Erik van Blokland Tal Leming Just van Rossum @@ -14,8 +14,8 @@ Redistributions in binary form must reproduce the above copyright notice, this l Neither the name of the The RoboFab Developers nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Up to date info on RoboFab: - http://robofab.com/ +Up to date info on ufoLib: + https://github.com/unified-font-object/ufoLib This is the BSD license: http://www.opensource.org/licenses/BSD-3-Clause