freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2-demos] master 5569fac 1/2: Update copyright year.


From: Werner LEMBERG
Subject: [freetype2-demos] master 5569fac 1/2: Update copyright year.
Date: Sat, 9 May 2020 01:14:01 -0400 (EDT)

branch: master
commit 5569fac29d372514d397e2dbfa5c1db284c0775f
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    Update copyright year.
---
 graph/batch/grbatch.c                         | 2 +-
 graph/beos/grbeos.cpp                         | 2 +-
 graph/gblblit.c                               | 2 +-
 graph/gblender.h                              | 2 +-
 graph/graph.h                                 | 2 +-
 graph/grblit.c                                | 2 +-
 graph/grblit.h                                | 2 +-
 graph/grdevice.h                              | 2 +-
 graph/grobjs.h                                | 2 +-
 graph/grtypes.h                               | 2 +-
 graph/mac/grmac.c                             | 2 +-
 graph/win32/grwin32.c                         | 2 +-
 graph/win32/grwin32.h                         | 2 +-
 graph/x11/grx11.c                             | 2 +-
 graph/x11/grx11.h                             | 2 +-
 mac/ftoldmac.c                                | 2 +-
 mac/getargv.c                                 | 2 +-
 src/compos.c                                  | 2 +-
 src/ftbench.c                                 | 2 +-
 src/ftchkwd.c                                 | 2 +-
 src/ftcommon.c                                | 2 +-
 src/ftcommon.h                                | 2 +-
 src/ftdiff.c                                  | 2 +-
 src/ftdump.c                                  | 2 +-
 src/ftgamma.c                                 | 2 +-
 src/ftgrid.c                                  | 2 +-
 src/ftinspect/engine/engine.cpp               | 2 +-
 src/ftinspect/engine/engine.hpp               | 2 +-
 src/ftinspect/ftinspect.cpp                   | 2 +-
 src/ftinspect/maingui.cpp                     | 4 ++--
 src/ftinspect/maingui.hpp                     | 2 +-
 src/ftinspect/rendering/glyphbitmap.cpp       | 2 +-
 src/ftinspect/rendering/glyphbitmap.hpp       | 2 +-
 src/ftinspect/rendering/glyphoutline.cpp      | 2 +-
 src/ftinspect/rendering/glyphoutline.hpp      | 2 +-
 src/ftinspect/rendering/glyphpointnumbers.cpp | 2 +-
 src/ftinspect/rendering/glyphpointnumbers.hpp | 2 +-
 src/ftinspect/rendering/glyphpoints.cpp       | 2 +-
 src/ftinspect/rendering/glyphpoints.hpp       | 2 +-
 src/ftinspect/rendering/grid.cpp              | 2 +-
 src/ftinspect/rendering/grid.hpp              | 2 +-
 src/ftinspect/widgets/qcomboboxx.cpp          | 2 +-
 src/ftinspect/widgets/qcomboboxx.hpp          | 2 +-
 src/ftinspect/widgets/qgraphicsviewx.cpp      | 2 +-
 src/ftinspect/widgets/qgraphicsviewx.hpp      | 2 +-
 src/ftinspect/widgets/qpushbuttonx.cpp        | 2 +-
 src/ftinspect/widgets/qpushbuttonx.hpp        | 2 +-
 src/ftinspect/widgets/qspinboxx.cpp           | 2 +-
 src/ftinspect/widgets/qspinboxx.hpp           | 2 +-
 src/ftlint.c                                  | 2 +-
 src/ftmulti.c                                 | 2 +-
 src/ftpatchk.c                                | 2 +-
 src/ftsbit.c                                  | 2 +-
 src/ftstring.c                                | 2 +-
 src/fttimer.c                                 | 2 +-
 src/fttry.c                                   | 2 +-
 src/ftvalid.c                                 | 2 +-
 src/ftview.c                                  | 2 +-
 src/gbench.c                                  | 2 +-
 src/gbench.h                                  | 2 +-
 src/output.c                                  | 2 +-
 src/output.h                                  | 2 +-
 src/ttdebug.c                                 | 2 +-
 63 files changed, 64 insertions(+), 64 deletions(-)

diff --git a/graph/batch/grbatch.c b/graph/batch/grbatch.c
index 45351f4..2d59af4 100644
--- a/graph/batch/grbatch.c
+++ b/graph/batch/grbatch.c
@@ -5,7 +5,7 @@
  *  This driver maintains the image in memory without displaying it,
  *  used by the graphics utility of the FreeType test suite.
  *
- *  Copyright (C) 1999-2019 by
+ *  Copyright (C) 1999-2020 by
  *  David Turner, Robert Wilhelm, and Werner Lemberg.
  *
  *  This file is part of the FreeType project, and may only be used
diff --git a/graph/beos/grbeos.cpp b/graph/beos/grbeos.cpp
index 7a1a267..80533e5 100644
--- a/graph/beos/grbeos.cpp
+++ b/graph/beos/grbeos.cpp
@@ -6,7 +6,7 @@
  *  used by the graphics utility of the FreeType test suite.
  *
  *  Written by Michael Pfeiffer.
- *  Copyright (C) 2001-2019 by
+ *  Copyright (C) 2001-2020 by
  *  Michael Pfeiffer
  *
  *  This file is part of the FreeType project, and may only be used
diff --git a/graph/gblblit.c b/graph/gblblit.c
index 5ff18e1..b5e30f7 100644
--- a/graph/gblblit.c
+++ b/graph/gblblit.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  grblit.c: Support for alpha blending with gamma correction and caching. */
diff --git a/graph/gblender.h b/graph/gblender.h
index 3519ee4..71454a1 100644
--- a/graph/gblender.h
+++ b/graph/gblender.h
@@ -2,7 +2,7 @@
  *
  *  Gamma-correct alpha blending of text
  *
- *  Copyright (C) 2004-2019 by
+ *  Copyright (C) 2004-2020 by
  *  David Turner
  *
  */
diff --git a/graph/graph.h b/graph/graph.h
index 54d89d1..da1efbd 100644
--- a/graph/graph.h
+++ b/graph/graph.h
@@ -4,7 +4,7 @@
  *
  *    Graphics Subsystem interface
  *
- *  Copyright (C) 1999-2019 by
+ *  Copyright (C) 1999-2020 by
  *     - The FreeType Development Team - www.freetype.org
  *
  ***************************************************************************/
diff --git a/graph/grblit.c b/graph/grblit.c
index 35b26fa..435025c 100644
--- a/graph/grblit.c
+++ b/graph/grblit.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  grblit.c: Support for blitting of bitmaps with various depth.           */
diff --git a/graph/grblit.h b/graph/grblit.h
index 5f6b52a..763ede3 100644
--- a/graph/grblit.h
+++ b/graph/grblit.h
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  blitter.h: Support for blitting of bitmaps with various depth.          */
diff --git a/graph/grdevice.h b/graph/grdevice.h
index 8fcb23c..d0df8e0 100644
--- a/graph/grdevice.h
+++ b/graph/grdevice.h
@@ -4,7 +4,7 @@
  *
  *    Graphics device interface
  *
- *  Copyright (C) 1999-2019 by
+ *  Copyright (C) 1999-2020 by
  *  The FreeType Development Team - www.freetype.org
  *
  *
diff --git a/graph/grobjs.h b/graph/grobjs.h
index 7d82024..b8fa9d9 100644
--- a/graph/grobjs.h
+++ b/graph/grobjs.h
@@ -4,7 +4,7 @@
  *
  *    basic object classes definitions
  *
- *  Copyright (C) 1999 by
+ *  Copyright (C) 1999-2020 by
  *  The FreeType Development Team - www.freetype.org
  *
  *
diff --git a/graph/grtypes.h b/graph/grtypes.h
index 141b072..7327ee3 100644
--- a/graph/grtypes.h
+++ b/graph/grtypes.h
@@ -4,7 +4,7 @@
  *
  *    basic type definitions
  *
- *  Copyright (C) 1999-2019 by
+ *  Copyright (C) 1999-2020 by
  *  The FreeType Development Team - www.freetype.org
  *
  *
diff --git a/graph/mac/grmac.c b/graph/mac/grmac.c
index 9126278..db4c45c 100644
--- a/graph/mac/grmac.c
+++ b/graph/mac/grmac.c
@@ -6,7 +6,7 @@
  *  used by the graphics utility of the FreeType test suite.
  *
  *  Largely written by Just van Rossum, but derived from grwin32.c.
- *  Copyright (C) 1999-2019 by
+ *  Copyright (C) 1999-2020 by
  *  Just van Rossum, Antoine Leca,
  *  David Turner, Robert Wilhelm, and Werner Lemberg.
  *
diff --git a/graph/win32/grwin32.c b/graph/win32/grwin32.c
index af6de31..cf98b36 100644
--- a/graph/win32/grwin32.c
+++ b/graph/win32/grwin32.c
@@ -6,7 +6,7 @@
  *  used by the graphics utility of the FreeType test suite.
  *
  *  Written by Antoine Leca.
- *  Copyright (C) 1999-2019 by
+ *  Copyright (C) 1999-2020 by
  *  Antoine Leca, David Turner, Robert Wilhelm, and Werner Lemberg.
  *
  *  Borrowing liberally from the other FreeType drivers.
diff --git a/graph/win32/grwin32.h b/graph/win32/grwin32.h
index 70484c1..5860a6e 100644
--- a/graph/win32/grwin32.h
+++ b/graph/win32/grwin32.h
@@ -6,7 +6,7 @@
  *  used by the graphics utility of the FreeType test suite.
  *
  *  Written by Antoine Leca.
- *  Copyright (C) 1999-2019 by
+ *  Copyright (C) 1999-2020 by
  *  Antoine Leca, David Turner, Robert Wilhelm, and Werner Lemberg.
  *
  *  Borrowing liberally from the other FreeType drivers.
diff --git a/graph/x11/grx11.c b/graph/x11/grx11.c
index 9bca06b..0f254a3 100644
--- a/graph/x11/grx11.c
+++ b/graph/x11/grx11.c
@@ -5,7 +5,7 @@
  *  This is the driver for displaying inside a window under X11,
  *  used by the graphics utility of the FreeType test suite.
  *
- *  Copyright (C) 1999-2019 by
+ *  Copyright (C) 1999-2020 by
  *  Antoine Leca, David Turner, Robert Wilhelm, and Werner Lemberg.
  *
  *  This file is part of the FreeType project, and may only be used
diff --git a/graph/x11/grx11.h b/graph/x11/grx11.h
index 60861c9..cc6292d 100644
--- a/graph/x11/grx11.h
+++ b/graph/x11/grx11.h
@@ -5,7 +5,7 @@
  *  This is the driver for displaying inside a window under X11,
  *  used by the graphics utility of the FreeType test suite.
  *
- *  Copyright (C) 1999-2019 by
+ *  Copyright (C) 1999-2020 by
  *  Antoine Leca, David Turner, Robert Wilhelm, and Werner Lemberg.
  *
  *  This file is part of the FreeType project, and may only be used
diff --git a/mac/ftoldmac.c b/mac/ftoldmac.c
index ee51413..8b02f85 100644
--- a/mac/ftoldmac.c
+++ b/mac/ftoldmac.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  suzuki toshiya, D. Turner, R.Wilhelm, and W. Lemberg                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/mac/getargv.c b/mac/getargv.c
index d770882..f87f8cf 100644
--- a/mac/getargv.c
+++ b/mac/getargv.c
@@ -1,5 +1,5 @@
 /***********************************************************
-Copyright (C) 1991-2019 by
+Copyright (C) 1991-2020 by
 Stichting Mathematisch Centrum, Amsterdam, The Netherlands.
 
                         All Rights Reserved
diff --git a/src/compos.c b/src/compos.c
index e358c71..1b76ae3 100644
--- a/src/compos.c
+++ b/src/compos.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  compos: this is a very simple program used to test the flag             */
diff --git a/src/ftbench.c b/src/ftbench.c
index b2800fd..0f72bfd 100644
--- a/src/ftbench.c
+++ b/src/ftbench.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 2002-2019 by                                              */
+/*  Copyright (C) 2002-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  ftbench: bench some common FreeType call paths                          */
diff --git a/src/ftchkwd.c b/src/ftchkwd.c
index 176ecb8..961ef59 100644
--- a/src/ftchkwd.c
+++ b/src/ftchkwd.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality font engine         */
 /*                                                                          */
-/*  Copyright (C) 2003-2019 by                                              */
+/*  Copyright (C) 2003-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  ftchkwd                                                                 */
diff --git a/src/ftcommon.c b/src/ftcommon.c
index 6557046..4dc6f87 100644
--- a/src/ftcommon.c
+++ b/src/ftcommon.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 2005-2019 by                                              */
+/*  Copyright (C) 2005-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftcommon.h b/src/ftcommon.h
index c12ea3e..398a38c 100644
--- a/src/ftcommon.h
+++ b/src/ftcommon.h
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 2005-2019 by                                              */
+/*  Copyright (C) 2005-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftdiff.c b/src/ftdiff.c
index d0489ce..c1c2e5e 100644
--- a/src/ftdiff.c
+++ b/src/ftdiff.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 2007-2019 by                                              */
+/*  Copyright (C) 2007-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftdump.c b/src/ftdump.c
index db97f79..b6f2b27 100644
--- a/src/ftdump.c
+++ b/src/ftdump.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /****************************************************************************/
diff --git a/src/ftgamma.c b/src/ftgamma.c
index 660227d..0cd398e 100644
--- a/src/ftgamma.c
+++ b/src/ftgamma.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 2004-2019 by                                              */
+/*  Copyright (C) 2004-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftgrid.c b/src/ftgrid.c
index bc720b1..b2c322f 100644
--- a/src/ftgrid.c
+++ b/src/ftgrid.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftinspect/engine/engine.cpp b/src/ftinspect/engine/engine.cpp
index 2034087..b770846 100644
--- a/src/ftinspect/engine/engine.cpp
+++ b/src/ftinspect/engine/engine.cpp
@@ -1,6 +1,6 @@
 // engine.cpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #include "engine.hpp"
diff --git a/src/ftinspect/engine/engine.hpp b/src/ftinspect/engine/engine.hpp
index dc48757..d38be9b 100644
--- a/src/ftinspect/engine/engine.hpp
+++ b/src/ftinspect/engine/engine.hpp
@@ -1,6 +1,6 @@
 // engine.hpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/ftinspect.cpp b/src/ftinspect/ftinspect.cpp
index 88a51fd..955c76b 100644
--- a/src/ftinspect/ftinspect.cpp
+++ b/src/ftinspect/ftinspect.cpp
@@ -1,6 +1,6 @@
 // ftinspect.cpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #include "maingui.hpp"
diff --git a/src/ftinspect/maingui.cpp b/src/ftinspect/maingui.cpp
index 9aa44cc..9cbce50 100644
--- a/src/ftinspect/maingui.cpp
+++ b/src/ftinspect/maingui.cpp
@@ -1,6 +1,6 @@
 // maingui.cpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #include "maingui.hpp"
@@ -67,7 +67,7 @@ MainGUI::about()
     this,
     tr("About ftinspect"),
     tr("<p>This is <b>ftinspect</b> version %1<br>"
-       " Copyright %2 2016-2019<br>"
+       " Copyright %2 2016-2020<br>"
        " by Werner Lemberg <tt>&lt;address@hidden&gt;</tt></p>"
        ""
        "<p><b>ftinspect</b> shows how a font gets rendered"
diff --git a/src/ftinspect/maingui.hpp b/src/ftinspect/maingui.hpp
index 8c2bb98..fdcffc5 100644
--- a/src/ftinspect/maingui.hpp
+++ b/src/ftinspect/maingui.hpp
@@ -1,6 +1,6 @@
 // maingui.hpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/rendering/glyphbitmap.cpp 
b/src/ftinspect/rendering/glyphbitmap.cpp
index 4ed4dbe..1f06b40 100644
--- a/src/ftinspect/rendering/glyphbitmap.cpp
+++ b/src/ftinspect/rendering/glyphbitmap.cpp
@@ -1,6 +1,6 @@
 // glyphbitmap.cpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #include "glyphbitmap.hpp"
diff --git a/src/ftinspect/rendering/glyphbitmap.hpp 
b/src/ftinspect/rendering/glyphbitmap.hpp
index 3a77417..ccb914f 100644
--- a/src/ftinspect/rendering/glyphbitmap.hpp
+++ b/src/ftinspect/rendering/glyphbitmap.hpp
@@ -1,6 +1,6 @@
 // glyphbitmap.hpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/rendering/glyphoutline.cpp 
b/src/ftinspect/rendering/glyphoutline.cpp
index 3495126..f7d31ca 100644
--- a/src/ftinspect/rendering/glyphoutline.cpp
+++ b/src/ftinspect/rendering/glyphoutline.cpp
@@ -1,6 +1,6 @@
 // glyphoutline.cpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #include "glyphoutline.hpp"
diff --git a/src/ftinspect/rendering/glyphoutline.hpp 
b/src/ftinspect/rendering/glyphoutline.hpp
index ad74692..b69c388 100644
--- a/src/ftinspect/rendering/glyphoutline.hpp
+++ b/src/ftinspect/rendering/glyphoutline.hpp
@@ -1,6 +1,6 @@
 // glyphoutline.hpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/rendering/glyphpointnumbers.cpp 
b/src/ftinspect/rendering/glyphpointnumbers.cpp
index 6f0206d..afdc2d5 100644
--- a/src/ftinspect/rendering/glyphpointnumbers.cpp
+++ b/src/ftinspect/rendering/glyphpointnumbers.cpp
@@ -1,6 +1,6 @@
 // glyphpointnumbers.cpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #include "glyphpointnumbers.hpp"
diff --git a/src/ftinspect/rendering/glyphpointnumbers.hpp 
b/src/ftinspect/rendering/glyphpointnumbers.hpp
index 92b944f..6b8ca48 100644
--- a/src/ftinspect/rendering/glyphpointnumbers.hpp
+++ b/src/ftinspect/rendering/glyphpointnumbers.hpp
@@ -1,6 +1,6 @@
 // glyphpointnumbers.hpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/rendering/glyphpoints.cpp 
b/src/ftinspect/rendering/glyphpoints.cpp
index fc0ac31..daba12f 100644
--- a/src/ftinspect/rendering/glyphpoints.cpp
+++ b/src/ftinspect/rendering/glyphpoints.cpp
@@ -1,6 +1,6 @@
 // glyphpoints.cpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #include "glyphpoints.hpp"
diff --git a/src/ftinspect/rendering/glyphpoints.hpp 
b/src/ftinspect/rendering/glyphpoints.hpp
index 0768f6c..d4bfab9 100644
--- a/src/ftinspect/rendering/glyphpoints.hpp
+++ b/src/ftinspect/rendering/glyphpoints.hpp
@@ -1,6 +1,6 @@
 // glyphpoints.hpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/rendering/grid.cpp b/src/ftinspect/rendering/grid.cpp
index b9e5bc7..303f29b 100644
--- a/src/ftinspect/rendering/grid.cpp
+++ b/src/ftinspect/rendering/grid.cpp
@@ -1,6 +1,6 @@
 // grid.cpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #include "grid.hpp"
diff --git a/src/ftinspect/rendering/grid.hpp b/src/ftinspect/rendering/grid.hpp
index 3d8040e..3d1af8f 100644
--- a/src/ftinspect/rendering/grid.hpp
+++ b/src/ftinspect/rendering/grid.hpp
@@ -1,6 +1,6 @@
 // grid.hpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/widgets/qcomboboxx.cpp 
b/src/ftinspect/widgets/qcomboboxx.cpp
index 684be64..0f773fe 100644
--- a/src/ftinspect/widgets/qcomboboxx.cpp
+++ b/src/ftinspect/widgets/qcomboboxx.cpp
@@ -1,6 +1,6 @@
 // qcomboboxx.cpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #include "qcomboboxx.hpp"
diff --git a/src/ftinspect/widgets/qcomboboxx.hpp 
b/src/ftinspect/widgets/qcomboboxx.hpp
index c871a56..f8bbeed 100644
--- a/src/ftinspect/widgets/qcomboboxx.hpp
+++ b/src/ftinspect/widgets/qcomboboxx.hpp
@@ -1,6 +1,6 @@
 // qcomboboxx.hpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/widgets/qgraphicsviewx.cpp 
b/src/ftinspect/widgets/qgraphicsviewx.cpp
index 5420555..163196a 100644
--- a/src/ftinspect/widgets/qgraphicsviewx.cpp
+++ b/src/ftinspect/widgets/qgraphicsviewx.cpp
@@ -1,6 +1,6 @@
 // qgraphicsviewx.hpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #include "qgraphicsviewx.hpp"
diff --git a/src/ftinspect/widgets/qgraphicsviewx.hpp 
b/src/ftinspect/widgets/qgraphicsviewx.hpp
index a9743fb..c1b9f14 100644
--- a/src/ftinspect/widgets/qgraphicsviewx.hpp
+++ b/src/ftinspect/widgets/qgraphicsviewx.hpp
@@ -1,6 +1,6 @@
 // qgraphicsviewx.hpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/widgets/qpushbuttonx.cpp 
b/src/ftinspect/widgets/qpushbuttonx.cpp
index 5c33ab5..576c3fc 100644
--- a/src/ftinspect/widgets/qpushbuttonx.cpp
+++ b/src/ftinspect/widgets/qpushbuttonx.cpp
@@ -1,6 +1,6 @@
 // qpushbuttonx.cpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #include "qpushbuttonx.hpp"
diff --git a/src/ftinspect/widgets/qpushbuttonx.hpp 
b/src/ftinspect/widgets/qpushbuttonx.hpp
index 1d93f81..b21a9aa 100644
--- a/src/ftinspect/widgets/qpushbuttonx.hpp
+++ b/src/ftinspect/widgets/qpushbuttonx.hpp
@@ -1,6 +1,6 @@
 // qpushbuttonx.hpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/widgets/qspinboxx.cpp 
b/src/ftinspect/widgets/qspinboxx.cpp
index ccd0b35..b16aad9 100644
--- a/src/ftinspect/widgets/qspinboxx.cpp
+++ b/src/ftinspect/widgets/qspinboxx.cpp
@@ -1,6 +1,6 @@
 // qspinboxx.cpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #include "qspinboxx.hpp"
diff --git a/src/ftinspect/widgets/qspinboxx.hpp 
b/src/ftinspect/widgets/qspinboxx.hpp
index e81d4ff..c7e8cf9 100644
--- a/src/ftinspect/widgets/qspinboxx.hpp
+++ b/src/ftinspect/widgets/qspinboxx.hpp
@@ -1,6 +1,6 @@
 // qspinboxx.hpp
 
-// Copyright (C) 2016-2019 by Werner Lemberg.
+// Copyright (C) 2016-2020 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftlint.c b/src/ftlint.c
index 0905073..ef059ac 100644
--- a/src/ftlint.c
+++ b/src/ftlint.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality font engine         */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  ftlint: a simple font tester. This program tries to load all the        */
diff --git a/src/ftmulti.c b/src/ftmulti.c
index a3b1182..865c62c 100644
--- a/src/ftmulti.c
+++ b/src/ftmulti.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftpatchk.c b/src/ftpatchk.c
index 1a4317e..750c5fe 100644
--- a/src/ftpatchk.c
+++ b/src/ftpatchk.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 2007-2019 by                                              */
+/*  Copyright (C) 2007-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftsbit.c b/src/ftsbit.c
index 2acee39..0f71ca5 100644
--- a/src/ftsbit.c
+++ b/src/ftsbit.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  ftsbit: a _very_ simple embedded bitmap dumper for FreeType 1.x.        */
diff --git a/src/ftstring.c b/src/ftstring.c
index d8658d4..ebe1bfb 100644
--- a/src/ftstring.c
+++ b/src/ftstring.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/fttimer.c b/src/fttimer.c
index bf67a4b..794210e 100644
--- a/src/fttimer.c
+++ b/src/fttimer.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project - a Free and Portable Quality TrueType Renderer.   */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  fttimer: A simple performance benchmark.  Now with graylevel rendering  */
diff --git a/src/fttry.c b/src/fttry.c
index a7a2a69..67ef94d 100644
--- a/src/fttry.c
+++ b/src/fttry.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  ftlint: a simple TrueType instruction tester.                           */
diff --git a/src/ftvalid.c b/src/ftvalid.c
index b4d6b38..b4474ff 100644
--- a/src/ftvalid.c
+++ b/src/ftvalid.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality font engine         */
 /*                                                                          */
-/*  Copyright (C) 2005-2019 by                                              */
+/*  Copyright (C) 2005-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  ftvalid: Validates layout related tables of OpenType and                */
diff --git a/src/ftview.c b/src/ftview.c
index f196f99..f6b8a83 100644
--- a/src/ftview.c
+++ b/src/ftview.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/gbench.c b/src/gbench.c
index 0969c96..1573a72 100644
--- a/src/gbench.c
+++ b/src/gbench.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality font engine         */
 /*                                                                          */
-/*  Copyright (C) 2006-2019 by                                              */
+/*  Copyright (C) 2006-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/gbench.h b/src/gbench.h
index 780d250..f8db0a8 100644
--- a/src/gbench.h
+++ b/src/gbench.h
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality font engine         */
 /*                                                                          */
-/*  Copyright (C) 2006-2019 by                                              */
+/*  Copyright (C) 2006-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/output.c b/src/output.c
index 4b9ecab..602e2ba 100644
--- a/src/output.c
+++ b/src/output.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 2015-2019 by                                              */
+/*  Copyright (C) 2015-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/output.h b/src/output.h
index 68cfaa9..f268c36 100644
--- a/src/output.h
+++ b/src/output.h
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 2015-2019 by                                              */
+/*  Copyright (C) 2015-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ttdebug.c b/src/ttdebug.c
index ab54d88..7af1bfe 100644
--- a/src/ttdebug.c
+++ b/src/ttdebug.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright (C) 1996-2019 by                                              */
+/*  Copyright (C) 1996-2020 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]