freetype-commit
[Top][All Lists]
Advanced

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

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


From: Werner LEMBERG
Subject: [freetype2-demos] master a26ee70 1/2: Update copyright year.
Date: Sat, 23 Feb 2019 04:20:32 -0500 (EST)

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

    Update copyright year.
---
 graph/beos/grbeos.cpp                         | 3 ++-
 graph/grblit.c                                | 2 +-
 graph/grblit.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/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                     | 2 +-
 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 +-
 55 files changed, 56 insertions(+), 55 deletions(-)

diff --git a/graph/beos/grbeos.cpp b/graph/beos/grbeos.cpp
index c9bfb8c..7a1a267 100644
--- a/graph/beos/grbeos.cpp
+++ b/graph/beos/grbeos.cpp
@@ -6,7 +6,8 @@
  *  used by the graphics utility of the FreeType test suite.
  *
  *  Written by Michael Pfeiffer.
- *  Copyright 2001 by Michael Pfeiffer
+ *  Copyright (C) 2001-2019 by
+ *  Michael Pfeiffer
  *
  *  This file is part of the FreeType project, and may only be used
  *  modified and distributed under the terms of the FreeType project
diff --git a/graph/grblit.c b/graph/grblit.c
index 612936a..babfde6 100644
--- a/graph/grblit.c
+++ b/graph/grblit.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 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 f97eb01..5f6b52a 100644
--- a/graph/grblit.h
+++ b/graph/grblit.h
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  blitter.h: Support for blitting of bitmaps with various depth.          */
diff --git a/graph/mac/grmac.c b/graph/mac/grmac.c
index 860e50e..9126278 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 1999-2018 by
+ *  Copyright (C) 1999-2019 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 9c722a5..af6de31 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 1999-2018 by
+ *  Copyright (C) 1999-2019 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 33c0123..70484c1 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 1999-2018 by
+ *  Copyright (C) 1999-2019 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 7feafd0..78e5764 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 1999-2018 by
+ *  Copyright (C) 1999-2019 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 fa703ef..60861c9 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 1999-2018 by
+ *  Copyright (C) 1999-2019 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 3828868..ee51413 100644
--- a/mac/ftoldmac.c
+++ b/mac/ftoldmac.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 by                                              */
 /*  suzuki toshiya, D. Turner, R.Wilhelm, and W. Lemberg                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/mac/getargv.c b/mac/getargv.c
index 3b49289..d026bc4 100644
--- a/mac/getargv.c
+++ b/mac/getargv.c
@@ -1,5 +1,5 @@
 /***********************************************************
-Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
+Copyright (C) 1991-2019 byStichting Mathematisch Centrum, Amsterdam,
 The Netherlands.
 
                         All Rights Reserved
diff --git a/src/compos.c b/src/compos.c
index a00ac99..46ee2ae 100644
--- a/src/compos.c
+++ b/src/compos.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 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 f386ad2..b95e5e3 100644
--- a/src/ftbench.c
+++ b/src/ftbench.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 2002-2018 by                                                  */
+/*  Copyright (C) 2002-2019 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 937ff2d..7673847 100644
--- a/src/ftchkwd.c
+++ b/src/ftchkwd.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality font engine         */
 /*                                                                          */
-/*  Copyright 2003-2018 by                                                  */
+/*  Copyright (C) 2003-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*  ftchkwd                                                                 */
diff --git a/src/ftcommon.c b/src/ftcommon.c
index c948fa6..26a1e6e 100644
--- a/src/ftcommon.c
+++ b/src/ftcommon.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 2005-2018 by                                                  */
+/*  Copyright (C) 2005-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftcommon.h b/src/ftcommon.h
index 094232c..8f3f3e2 100644
--- a/src/ftcommon.h
+++ b/src/ftcommon.h
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 2005-2018 by                                                  */
+/*  Copyright (C) 2005-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftdiff.c b/src/ftdiff.c
index 1adaae6..3ab8ba1 100644
--- a/src/ftdiff.c
+++ b/src/ftdiff.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 2007-2018 by                                                  */
+/*  Copyright (C) 2007-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftgamma.c b/src/ftgamma.c
index 693e04e..2d18f6a 100644
--- a/src/ftgamma.c
+++ b/src/ftgamma.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 2004-2018 by                                                  */
+/*  Copyright (C) 2004-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftgrid.c b/src/ftgrid.c
index 18e7d41..a94e9d9 100644
--- a/src/ftgrid.c
+++ b/src/ftgrid.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftinspect/engine/engine.cpp b/src/ftinspect/engine/engine.cpp
index 6856beb..2034087 100644
--- a/src/ftinspect/engine/engine.cpp
+++ b/src/ftinspect/engine/engine.cpp
@@ -1,6 +1,6 @@
 // engine.cpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #include "engine.hpp"
diff --git a/src/ftinspect/engine/engine.hpp b/src/ftinspect/engine/engine.hpp
index 175e8db..dc48757 100644
--- a/src/ftinspect/engine/engine.hpp
+++ b/src/ftinspect/engine/engine.hpp
@@ -1,6 +1,6 @@
 // engine.hpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/ftinspect.cpp b/src/ftinspect/ftinspect.cpp
index 5624cf8..88a51fd 100644
--- a/src/ftinspect/ftinspect.cpp
+++ b/src/ftinspect/ftinspect.cpp
@@ -1,6 +1,6 @@
 // ftinspect.cpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #include "maingui.hpp"
diff --git a/src/ftinspect/maingui.cpp b/src/ftinspect/maingui.cpp
index 7fd185f..49c627d 100644
--- a/src/ftinspect/maingui.cpp
+++ b/src/ftinspect/maingui.cpp
@@ -1,6 +1,6 @@
 // maingui.cpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #include "maingui.hpp"
diff --git a/src/ftinspect/maingui.hpp b/src/ftinspect/maingui.hpp
index 8ad6c30..8c2bb98 100644
--- a/src/ftinspect/maingui.hpp
+++ b/src/ftinspect/maingui.hpp
@@ -1,6 +1,6 @@
 // maingui.hpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/rendering/glyphbitmap.cpp 
b/src/ftinspect/rendering/glyphbitmap.cpp
index 599de1d..4ed4dbe 100644
--- a/src/ftinspect/rendering/glyphbitmap.cpp
+++ b/src/ftinspect/rendering/glyphbitmap.cpp
@@ -1,6 +1,6 @@
 // glyphbitmap.cpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #include "glyphbitmap.hpp"
diff --git a/src/ftinspect/rendering/glyphbitmap.hpp 
b/src/ftinspect/rendering/glyphbitmap.hpp
index 7fd9a1a..3a77417 100644
--- a/src/ftinspect/rendering/glyphbitmap.hpp
+++ b/src/ftinspect/rendering/glyphbitmap.hpp
@@ -1,6 +1,6 @@
 // glyphbitmap.hpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/rendering/glyphoutline.cpp 
b/src/ftinspect/rendering/glyphoutline.cpp
index bf47c26..3495126 100644
--- a/src/ftinspect/rendering/glyphoutline.cpp
+++ b/src/ftinspect/rendering/glyphoutline.cpp
@@ -1,6 +1,6 @@
 // glyphoutline.cpp
 
-// Copyright (C) 2016=2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #include "glyphoutline.hpp"
diff --git a/src/ftinspect/rendering/glyphoutline.hpp 
b/src/ftinspect/rendering/glyphoutline.hpp
index ec136cf..ad74692 100644
--- a/src/ftinspect/rendering/glyphoutline.hpp
+++ b/src/ftinspect/rendering/glyphoutline.hpp
@@ -1,6 +1,6 @@
 // glyphoutline.hpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/rendering/glyphpointnumbers.cpp 
b/src/ftinspect/rendering/glyphpointnumbers.cpp
index c17c2eb..6f0206d 100644
--- a/src/ftinspect/rendering/glyphpointnumbers.cpp
+++ b/src/ftinspect/rendering/glyphpointnumbers.cpp
@@ -1,6 +1,6 @@
 // glyphpointnumbers.cpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #include "glyphpointnumbers.hpp"
diff --git a/src/ftinspect/rendering/glyphpointnumbers.hpp 
b/src/ftinspect/rendering/glyphpointnumbers.hpp
index d392684..92b944f 100644
--- a/src/ftinspect/rendering/glyphpointnumbers.hpp
+++ b/src/ftinspect/rendering/glyphpointnumbers.hpp
@@ -1,6 +1,6 @@
 // glyphpointnumbers.hpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/rendering/glyphpoints.cpp 
b/src/ftinspect/rendering/glyphpoints.cpp
index 7e5fcd2..fc0ac31 100644
--- a/src/ftinspect/rendering/glyphpoints.cpp
+++ b/src/ftinspect/rendering/glyphpoints.cpp
@@ -1,6 +1,6 @@
 // glyphpoints.cpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #include "glyphpoints.hpp"
diff --git a/src/ftinspect/rendering/glyphpoints.hpp 
b/src/ftinspect/rendering/glyphpoints.hpp
index fc0cc8a..0768f6c 100644
--- a/src/ftinspect/rendering/glyphpoints.hpp
+++ b/src/ftinspect/rendering/glyphpoints.hpp
@@ -1,6 +1,6 @@
 // glyphpoints.hpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/rendering/grid.cpp b/src/ftinspect/rendering/grid.cpp
index adabf26..b9e5bc7 100644
--- a/src/ftinspect/rendering/grid.cpp
+++ b/src/ftinspect/rendering/grid.cpp
@@ -1,6 +1,6 @@
 // grid.cpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #include "grid.hpp"
diff --git a/src/ftinspect/rendering/grid.hpp b/src/ftinspect/rendering/grid.hpp
index f138911..3d8040e 100644
--- a/src/ftinspect/rendering/grid.hpp
+++ b/src/ftinspect/rendering/grid.hpp
@@ -1,6 +1,6 @@
 // grid.hpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/widgets/qcomboboxx.cpp 
b/src/ftinspect/widgets/qcomboboxx.cpp
index de49141..684be64 100644
--- a/src/ftinspect/widgets/qcomboboxx.cpp
+++ b/src/ftinspect/widgets/qcomboboxx.cpp
@@ -1,6 +1,6 @@
 // qcomboboxx.cpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #include "qcomboboxx.hpp"
diff --git a/src/ftinspect/widgets/qcomboboxx.hpp 
b/src/ftinspect/widgets/qcomboboxx.hpp
index e4f9794..c871a56 100644
--- a/src/ftinspect/widgets/qcomboboxx.hpp
+++ b/src/ftinspect/widgets/qcomboboxx.hpp
@@ -1,6 +1,6 @@
 // qcomboboxx.hpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/widgets/qgraphicsviewx.cpp 
b/src/ftinspect/widgets/qgraphicsviewx.cpp
index 9fdd230..5420555 100644
--- a/src/ftinspect/widgets/qgraphicsviewx.cpp
+++ b/src/ftinspect/widgets/qgraphicsviewx.cpp
@@ -1,6 +1,6 @@
 // qgraphicsviewx.hpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #include "qgraphicsviewx.hpp"
diff --git a/src/ftinspect/widgets/qgraphicsviewx.hpp 
b/src/ftinspect/widgets/qgraphicsviewx.hpp
index 62927ce..a9743fb 100644
--- a/src/ftinspect/widgets/qgraphicsviewx.hpp
+++ b/src/ftinspect/widgets/qgraphicsviewx.hpp
@@ -1,6 +1,6 @@
 // qgraphicsviewx.hpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/widgets/qpushbuttonx.cpp 
b/src/ftinspect/widgets/qpushbuttonx.cpp
index b834114..5c33ab5 100644
--- a/src/ftinspect/widgets/qpushbuttonx.cpp
+++ b/src/ftinspect/widgets/qpushbuttonx.cpp
@@ -1,6 +1,6 @@
 // qpushbuttonx.cpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #include "qpushbuttonx.hpp"
diff --git a/src/ftinspect/widgets/qpushbuttonx.hpp 
b/src/ftinspect/widgets/qpushbuttonx.hpp
index c841dd6..1d93f81 100644
--- a/src/ftinspect/widgets/qpushbuttonx.hpp
+++ b/src/ftinspect/widgets/qpushbuttonx.hpp
@@ -1,6 +1,6 @@
 // qpushbuttonx.hpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftinspect/widgets/qspinboxx.cpp 
b/src/ftinspect/widgets/qspinboxx.cpp
index 9734eed..ccd0b35 100644
--- a/src/ftinspect/widgets/qspinboxx.cpp
+++ b/src/ftinspect/widgets/qspinboxx.cpp
@@ -1,6 +1,6 @@
 // qspinboxx.cpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #include "qspinboxx.hpp"
diff --git a/src/ftinspect/widgets/qspinboxx.hpp 
b/src/ftinspect/widgets/qspinboxx.hpp
index f89d88f..e81d4ff 100644
--- a/src/ftinspect/widgets/qspinboxx.hpp
+++ b/src/ftinspect/widgets/qspinboxx.hpp
@@ -1,6 +1,6 @@
 // qspinboxx.hpp
 
-// Copyright (C) 2016-2017 by Werner Lemberg.
+// Copyright (C) 2016-2019 by Werner Lemberg.
 
 
 #pragma once
diff --git a/src/ftlint.c b/src/ftlint.c
index dd0b3a2..eb0b456 100644
--- a/src/ftlint.c
+++ b/src/ftlint.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality font engine         */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 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 18f4f62..7b00fc8 100644
--- a/src/ftmulti.c
+++ b/src/ftmulti.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftpatchk.c b/src/ftpatchk.c
index 188c6bc..1a4317e 100644
--- a/src/ftpatchk.c
+++ b/src/ftpatchk.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 2007-2018 by                                                  */
+/*  Copyright (C) 2007-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ftsbit.c b/src/ftsbit.c
index 5b4c3ca..8404aff 100644
--- a/src/ftsbit.c
+++ b/src/ftsbit.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 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 93b40d8..06d8f46 100644
--- a/src/ftstring.c
+++ b/src/ftstring.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/fttimer.c b/src/fttimer.c
index fb8a72e..fc60360 100644
--- a/src/fttimer.c
+++ b/src/fttimer.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project - a Free and Portable Quality TrueType Renderer.   */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 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 d8b5108..dda9075 100644
--- a/src/fttry.c
+++ b/src/fttry.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 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 f0f9552..b4d6b38 100644
--- a/src/ftvalid.c
+++ b/src/ftvalid.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality font engine         */
 /*                                                                          */
-/*  Copyright 2005-2018 by                                                  */
+/*  Copyright (C) 2005-2019 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 38d0815..9253113 100644
--- a/src/ftview.c
+++ b/src/ftview.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/gbench.c b/src/gbench.c
index 7f3fcd9..0969c96 100644
--- a/src/gbench.c
+++ b/src/gbench.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality font engine         */
 /*                                                                          */
-/*  Copyright 2006-2018 by                                                  */
+/*  Copyright (C) 2006-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/gbench.h b/src/gbench.h
index b9c86e1..780d250 100644
--- a/src/gbench.h
+++ b/src/gbench.h
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality font engine         */
 /*                                                                          */
-/*  Copyright 2006-2018 by                                                  */
+/*  Copyright (C) 2006-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/output.c b/src/output.c
index 320e953..4b9ecab 100644
--- a/src/output.c
+++ b/src/output.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 2015-2018 by                                                  */
+/*  Copyright (C) 2015-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/output.h b/src/output.h
index ce7a1b1..68cfaa9 100644
--- a/src/output.h
+++ b/src/output.h
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 2015-2018 by                                                  */
+/*  Copyright (C) 2015-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */
diff --git a/src/ttdebug.c b/src/ttdebug.c
index def2d72..3054bb1 100644
--- a/src/ttdebug.c
+++ b/src/ttdebug.c
@@ -2,7 +2,7 @@
 /*                                                                          */
 /*  The FreeType project -- a free and portable quality TrueType renderer.  */
 /*                                                                          */
-/*  Copyright 1996-2018 by                                                  */
+/*  Copyright (C) 1996-2019 by                                              */
 /*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
 /*                                                                          */
 /*                                                                          */



reply via email to

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