From 4597e97ed0af96dce2edbc91c5cde84b7bf91278 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 21 Jan 2013 08:33:51 +0100 Subject: [PATCH] Minor. --- doc/ttfautohint-3.pandoc | 4 ++-- frontend/main.cpp | 2 +- frontend/maingui.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/ttfautohint-3.pandoc b/doc/ttfautohint-3.pandoc index d6f7d97..5f0c890 100644 --- a/doc/ttfautohint-3.pandoc +++ b/doc/ttfautohint-3.pandoc @@ -47,8 +47,8 @@ TODO Authors ======= -Copyright © 2011-2012 by [Werner Lemberg](mailto:wl@gnu.org).\ -Copyright © 2011-2012 by [Dave Crossland](mailto:dave@understandingfonts.com). +Copyright © 2011-2013 by [Werner Lemberg](mailto:wl@gnu.org).\ +Copyright © 2011-2013 by [Dave Crossland](mailto:dave@understandingfonts.com). This file is part of the ttfautohint library, and may only be used, modified, and distributed under the terms given in diff --git a/frontend/main.cpp b/frontend/main.cpp index c557211..770af3a 100644 --- a/frontend/main.cpp +++ b/frontend/main.cpp @@ -293,7 +293,7 @@ show_version() #else "ttfautohint " VERSION "\n" #endif -"Copyright (C) 2011-2012 Werner Lemberg .\n" +"Copyright (C) 2011-2013 Werner Lemberg .\n" "License: FreeType License (FTL) or GNU GPLv2.\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/frontend/maingui.cpp b/frontend/maingui.cpp index 44c18b6..677751b 100644 --- a/frontend/maingui.cpp +++ b/frontend/maingui.cpp @@ -111,7 +111,7 @@ Main_GUI::about() QMessageBox::about(this, tr("About TTFautohint"), tr("

This is TTFautohint version %1
" - " Copyright %2 2011-2012
" + " Copyright %2 2011-2013
" " by Werner Lemberg <wl@gnu.org>

" "" "

TTFautohint adds new auto-generated hints" -- 2.11.4.GIT