[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2-demos] master f73dafe: Update all copyright notices.
From: |
Werner Lemberg |
Subject: |
[freetype2-demos] master f73dafe: Update all copyright notices. |
Date: |
Tue, 11 Jan 2022 05:04:21 -0500 (EST) |
branch: master
commit f73dafee8209b71026794de53277c1f88de8227d
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>
Update all copyright notices.
---
graph/batch/grbatch.c | 2 +-
graph/beos/grbeos.cpp | 2 +-
graph/gblblit.c | 2 +-
graph/gblender.h | 2 +-
graph/graph.h | 2 +-
graph/grdevice.h | 2 +-
graph/grobjs.h | 2 +-
graph/grtypes.h | 2 +-
graph/mac/grmac.c | 2 +-
graph/meson.build | 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 +-
meson.build | 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/meson.build | 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/ftpngout.c | 2 +-
src/ftsbit.c | 2 +-
src/ftsdf.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/strbuf.c | 2 +-
src/strbuf.h | 2 +-
src/ttdebug.c | 2 +-
68 files changed, 69 insertions(+), 69 deletions(-)
diff --git a/graph/batch/grbatch.c b/graph/batch/grbatch.c
index 9de621d..5b24a3e 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-2021 by
+ * Copyright (C) 1999-2022 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 ea6c2bf..6be1a34 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-2021 by
+ * Copyright (C) 2001-2022 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 909684c..34724ad 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-2021 by */
+/* Copyright (C) 1996-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* gblblit.c: Alpha blending with gamma correction and caching. */
diff --git a/graph/gblender.h b/graph/gblender.h
index 1aa7a99..1dd72b6 100644
--- a/graph/gblender.h
+++ b/graph/gblender.h
@@ -2,7 +2,7 @@
*
* Gamma-correct alpha blending of text
*
- * Copyright (C) 2004-2021 by
+ * Copyright (C) 2004-2022 by
* David Turner
*
*/
diff --git a/graph/graph.h b/graph/graph.h
index ef167c3..8c5152a 100644
--- a/graph/graph.h
+++ b/graph/graph.h
@@ -4,7 +4,7 @@
*
* Graphics Subsystem interface
*
- * Copyright (C) 1999-2021 by
+ * Copyright (C) 1999-2022 by
* - The FreeType Development Team - www.freetype.org
*
***************************************************************************/
diff --git a/graph/grdevice.h b/graph/grdevice.h
index 226d671..292e68b 100644
--- a/graph/grdevice.h
+++ b/graph/grdevice.h
@@ -4,7 +4,7 @@
*
* Graphics device interface
*
- * Copyright (C) 1999-2021 by
+ * Copyright (C) 1999-2022 by
* The FreeType Development Team - www.freetype.org
*
*
diff --git a/graph/grobjs.h b/graph/grobjs.h
index 45ddbc6..09cdde5 100644
--- a/graph/grobjs.h
+++ b/graph/grobjs.h
@@ -4,7 +4,7 @@
*
* basic object classes definitions
*
- * Copyright (C) 1999-2021 by
+ * Copyright (C) 1999-2022 by
* The FreeType Development Team - www.freetype.org
*
*
diff --git a/graph/grtypes.h b/graph/grtypes.h
index c501298..5a2d673 100644
--- a/graph/grtypes.h
+++ b/graph/grtypes.h
@@ -4,7 +4,7 @@
*
* basic type definitions
*
- * Copyright (C) 1999-2021 by
+ * Copyright (C) 1999-2022 by
* The FreeType Development Team - www.freetype.org
*
*
diff --git a/graph/mac/grmac.c b/graph/mac/grmac.c
index fc30238..a44ae03 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-2021 by
+ * Copyright (C) 1999-2022 by
* Just van Rossum, Antoine Leca,
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
diff --git a/graph/meson.build b/graph/meson.build
index 82dc4a0..708abb0 100644
--- a/graph/meson.build
+++ b/graph/meson.build
@@ -2,7 +2,7 @@
# Meson project file for FreeType graph library
#
-# Copyright (C) 2021 by
+# Copyright (C) 2021-2022 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
diff --git a/graph/win32/grwin32.c b/graph/win32/grwin32.c
index e26d228..1840d91 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-2021 by
+ * Copyright (C) 1999-2022 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 17da001..4635c7f 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-2021 by
+ * Copyright (C) 1999-2022 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 34d5c43..4727c2d 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-2021 by
+ * Copyright (C) 1999-2022 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 222c824..35b45fd 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-2021 by
+ * Copyright (C) 1999-2022 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 0aed28f..eb5b2e3 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-2021 by */
+/* Copyright (C) 1996-2022 by */
/* suzuki toshiya, D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/mac/getargv.c b/mac/getargv.c
index 2f2ba4a..0fb3a41 100644
--- a/mac/getargv.c
+++ b/mac/getargv.c
@@ -1,5 +1,5 @@
/***********************************************************
-Copyright (C) 1991-2021 by
+Copyright (C) 1991-2022 by
Stichting Mathematisch Centrum, Amsterdam, The Netherlands.
All Rights Reserved
diff --git a/meson.build b/meson.build
index 732d0a3..61d6aab 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# Meson project file for FreeType 2 test programs
#
-# Copyright (C) 2021 by
+# Copyright (C) 2021-2022 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
diff --git a/src/compos.c b/src/compos.c
index 1f539b0..7d50b36 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-2021 by */
+/* Copyright (C) 1996-2022 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 20ee1d7..99148c5 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-2021 by */
+/* Copyright (C) 2002-2022 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 6062b74..6734540 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-2021 by */
+/* Copyright (C) 2003-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* ftchkwd */
diff --git a/src/ftcommon.c b/src/ftcommon.c
index 7f88803..e9ab93c 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-2021 by */
+/* Copyright (C) 2005-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/ftcommon.h b/src/ftcommon.h
index dd5f328..f4c46d8 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-2021 by */
+/* Copyright (C) 2005-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/ftdiff.c b/src/ftdiff.c
index bf9f349..3a222ae 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-2021 by */
+/* Copyright (C) 2007-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/ftdump.c b/src/ftdump.c
index f07446f..f1c16b9 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-2021 by */
+/* Copyright (C) 1996-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/****************************************************************************/
diff --git a/src/ftgamma.c b/src/ftgamma.c
index 7550218..42d3622 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-2021 by */
+/* Copyright (C) 2004-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/ftgrid.c b/src/ftgrid.c
index ecd9c02..83f282f 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-2021 by */
+/* Copyright (C) 1996-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/ftinspect/engine/engine.cpp b/src/ftinspect/engine/engine.cpp
index cd1830d..70e2442 100644
--- a/src/ftinspect/engine/engine.cpp
+++ b/src/ftinspect/engine/engine.cpp
@@ -1,6 +1,6 @@
// engine.cpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#include "engine.hpp"
diff --git a/src/ftinspect/engine/engine.hpp b/src/ftinspect/engine/engine.hpp
index 6197984..45250b6 100644
--- a/src/ftinspect/engine/engine.hpp
+++ b/src/ftinspect/engine/engine.hpp
@@ -1,6 +1,6 @@
// engine.hpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#pragma once
diff --git a/src/ftinspect/ftinspect.cpp b/src/ftinspect/ftinspect.cpp
index 4f4c088..7ddae30 100644
--- a/src/ftinspect/ftinspect.cpp
+++ b/src/ftinspect/ftinspect.cpp
@@ -1,6 +1,6 @@
// ftinspect.cpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#include "maingui.hpp"
diff --git a/src/ftinspect/maingui.cpp b/src/ftinspect/maingui.cpp
index 33ca1af..1c9044a 100644
--- a/src/ftinspect/maingui.cpp
+++ b/src/ftinspect/maingui.cpp
@@ -1,6 +1,6 @@
// maingui.cpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 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-2021<br>"
+ " Copyright %2 2016-2022<br>"
" by Werner Lemberg <tt><wl@gnu.org></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 66bd2cb..d080c08 100644
--- a/src/ftinspect/maingui.hpp
+++ b/src/ftinspect/maingui.hpp
@@ -1,6 +1,6 @@
// maingui.hpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#pragma once
diff --git a/src/ftinspect/meson.build b/src/ftinspect/meson.build
index 2f25223..9d2abbd 100644
--- a/src/ftinspect/meson.build
+++ b/src/ftinspect/meson.build
@@ -2,7 +2,7 @@
# Meson project file for the ftinspect program.
#
-# Copyright (C) 2021 by
+# Copyright (C) 2021-2022 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
diff --git a/src/ftinspect/rendering/glyphbitmap.cpp
b/src/ftinspect/rendering/glyphbitmap.cpp
index 7629370..d5c3cf3 100644
--- a/src/ftinspect/rendering/glyphbitmap.cpp
+++ b/src/ftinspect/rendering/glyphbitmap.cpp
@@ -1,6 +1,6 @@
// glyphbitmap.cpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#include "glyphbitmap.hpp"
diff --git a/src/ftinspect/rendering/glyphbitmap.hpp
b/src/ftinspect/rendering/glyphbitmap.hpp
index f4d0ab9..1b4f4c1 100644
--- a/src/ftinspect/rendering/glyphbitmap.hpp
+++ b/src/ftinspect/rendering/glyphbitmap.hpp
@@ -1,6 +1,6 @@
// glyphbitmap.hpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#pragma once
diff --git a/src/ftinspect/rendering/glyphoutline.cpp
b/src/ftinspect/rendering/glyphoutline.cpp
index 7cb9faa..f088641 100644
--- a/src/ftinspect/rendering/glyphoutline.cpp
+++ b/src/ftinspect/rendering/glyphoutline.cpp
@@ -1,6 +1,6 @@
// glyphoutline.cpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#include "glyphoutline.hpp"
diff --git a/src/ftinspect/rendering/glyphoutline.hpp
b/src/ftinspect/rendering/glyphoutline.hpp
index 1452ecd..fbfbbc1 100644
--- a/src/ftinspect/rendering/glyphoutline.hpp
+++ b/src/ftinspect/rendering/glyphoutline.hpp
@@ -1,6 +1,6 @@
// glyphoutline.hpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#pragma once
diff --git a/src/ftinspect/rendering/glyphpointnumbers.cpp
b/src/ftinspect/rendering/glyphpointnumbers.cpp
index b3ed090..cc05ca7 100644
--- a/src/ftinspect/rendering/glyphpointnumbers.cpp
+++ b/src/ftinspect/rendering/glyphpointnumbers.cpp
@@ -1,6 +1,6 @@
// glyphpointnumbers.cpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#include "glyphpointnumbers.hpp"
diff --git a/src/ftinspect/rendering/glyphpointnumbers.hpp
b/src/ftinspect/rendering/glyphpointnumbers.hpp
index 1eb3bbf..f147ef6 100644
--- a/src/ftinspect/rendering/glyphpointnumbers.hpp
+++ b/src/ftinspect/rendering/glyphpointnumbers.hpp
@@ -1,6 +1,6 @@
// glyphpointnumbers.hpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#pragma once
diff --git a/src/ftinspect/rendering/glyphpoints.cpp
b/src/ftinspect/rendering/glyphpoints.cpp
index 2f1ec5f..ffef303 100644
--- a/src/ftinspect/rendering/glyphpoints.cpp
+++ b/src/ftinspect/rendering/glyphpoints.cpp
@@ -1,6 +1,6 @@
// glyphpoints.cpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#include "glyphpoints.hpp"
diff --git a/src/ftinspect/rendering/glyphpoints.hpp
b/src/ftinspect/rendering/glyphpoints.hpp
index 1ddf3ee..6eadd42 100644
--- a/src/ftinspect/rendering/glyphpoints.hpp
+++ b/src/ftinspect/rendering/glyphpoints.hpp
@@ -1,6 +1,6 @@
// glyphpoints.hpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#pragma once
diff --git a/src/ftinspect/rendering/grid.cpp b/src/ftinspect/rendering/grid.cpp
index 622ed7b..3d9b329 100644
--- a/src/ftinspect/rendering/grid.cpp
+++ b/src/ftinspect/rendering/grid.cpp
@@ -1,6 +1,6 @@
// grid.cpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#include "grid.hpp"
diff --git a/src/ftinspect/rendering/grid.hpp b/src/ftinspect/rendering/grid.hpp
index 8facd8a..49dd99a 100644
--- a/src/ftinspect/rendering/grid.hpp
+++ b/src/ftinspect/rendering/grid.hpp
@@ -1,6 +1,6 @@
// grid.hpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#pragma once
diff --git a/src/ftinspect/widgets/qcomboboxx.cpp
b/src/ftinspect/widgets/qcomboboxx.cpp
index 5c2834b..6b3a792 100644
--- a/src/ftinspect/widgets/qcomboboxx.cpp
+++ b/src/ftinspect/widgets/qcomboboxx.cpp
@@ -1,6 +1,6 @@
// qcomboboxx.cpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#include "qcomboboxx.hpp"
diff --git a/src/ftinspect/widgets/qcomboboxx.hpp
b/src/ftinspect/widgets/qcomboboxx.hpp
index c668198..f660d67 100644
--- a/src/ftinspect/widgets/qcomboboxx.hpp
+++ b/src/ftinspect/widgets/qcomboboxx.hpp
@@ -1,6 +1,6 @@
// qcomboboxx.hpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#pragma once
diff --git a/src/ftinspect/widgets/qgraphicsviewx.cpp
b/src/ftinspect/widgets/qgraphicsviewx.cpp
index aafdca2..a4e0ba9 100644
--- a/src/ftinspect/widgets/qgraphicsviewx.cpp
+++ b/src/ftinspect/widgets/qgraphicsviewx.cpp
@@ -1,6 +1,6 @@
// qgraphicsviewx.hpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#include "qgraphicsviewx.hpp"
diff --git a/src/ftinspect/widgets/qgraphicsviewx.hpp
b/src/ftinspect/widgets/qgraphicsviewx.hpp
index 1a9a690..1a55b2c 100644
--- a/src/ftinspect/widgets/qgraphicsviewx.hpp
+++ b/src/ftinspect/widgets/qgraphicsviewx.hpp
@@ -1,6 +1,6 @@
// qgraphicsviewx.hpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#pragma once
diff --git a/src/ftinspect/widgets/qpushbuttonx.cpp
b/src/ftinspect/widgets/qpushbuttonx.cpp
index b4b7ad8..c92464b 100644
--- a/src/ftinspect/widgets/qpushbuttonx.cpp
+++ b/src/ftinspect/widgets/qpushbuttonx.cpp
@@ -1,6 +1,6 @@
// qpushbuttonx.cpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#include "qpushbuttonx.hpp"
diff --git a/src/ftinspect/widgets/qpushbuttonx.hpp
b/src/ftinspect/widgets/qpushbuttonx.hpp
index d592b51..76c6b79 100644
--- a/src/ftinspect/widgets/qpushbuttonx.hpp
+++ b/src/ftinspect/widgets/qpushbuttonx.hpp
@@ -1,6 +1,6 @@
// qpushbuttonx.hpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#pragma once
diff --git a/src/ftinspect/widgets/qspinboxx.cpp
b/src/ftinspect/widgets/qspinboxx.cpp
index 55ad9db..3d40422 100644
--- a/src/ftinspect/widgets/qspinboxx.cpp
+++ b/src/ftinspect/widgets/qspinboxx.cpp
@@ -1,6 +1,6 @@
// qspinboxx.cpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#include "qspinboxx.hpp"
diff --git a/src/ftinspect/widgets/qspinboxx.hpp
b/src/ftinspect/widgets/qspinboxx.hpp
index ea24798..98a081a 100644
--- a/src/ftinspect/widgets/qspinboxx.hpp
+++ b/src/ftinspect/widgets/qspinboxx.hpp
@@ -1,6 +1,6 @@
// qspinboxx.hpp
-// Copyright (C) 2016-2021 by Werner Lemberg.
+// Copyright (C) 2016-2022 by Werner Lemberg.
#pragma once
diff --git a/src/ftlint.c b/src/ftlint.c
index e55b5cd..0e31e35 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-2021 by */
+/* Copyright (C) 1996-2022 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 8faf02c..f38efb5 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-2021 by */
+/* Copyright (C) 1996-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/ftpatchk.c b/src/ftpatchk.c
index 20d067e..6b501d7 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-2021 by */
+/* Copyright (C) 2007-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/ftpngout.c b/src/ftpngout.c
index b21cae8..0e6ff69 100644
--- a/src/ftpngout.c
+++ b/src/ftpngout.c
@@ -2,7 +2,7 @@
/* */
/* The FreeType project -- a free and portable quality TrueType renderer. */
/* */
-/* Copyright (C) 2019-2021 by */
+/* Copyright (C) 2019-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/ftsbit.c b/src/ftsbit.c
index 1035937..deb1df6 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-2021 by */
+/* Copyright (C) 1996-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* ftsbit: a _very_ simple embedded bitmap dumper for FreeType 1.x. */
diff --git a/src/ftsdf.c b/src/ftsdf.c
index de0d74f..ef69bab 100644
--- a/src/ftsdf.c
+++ b/src/ftsdf.c
@@ -2,7 +2,7 @@
/* */
/* The FreeType project -- a free and portable quality TrueType renderer. */
/* */
-/* Copyright (C) 2021 by */
+/* Copyright (C) 2021-2022 by */
/* D. Turner, R.Wilhelm, W. Lemberg, and Anuj Verma */
/* */
/* */
diff --git a/src/ftstring.c b/src/ftstring.c
index f431deb..1953818 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-2021 by */
+/* Copyright (C) 1996-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/fttimer.c b/src/fttimer.c
index 7390202..73cacd7 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-2021 by */
+/* Copyright (C) 1996-2022 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 375d1cb..1d8e372 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-2021 by */
+/* Copyright (C) 1996-2022 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 ca57071..6eac28c 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-2021 by */
+/* Copyright (C) 2005-2022 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 3b44ea3..bce4126 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-2021 by */
+/* Copyright (C) 1996-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/gbench.c b/src/gbench.c
index 537d073..33f1d9b 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-2021 by */
+/* Copyright (C) 2006-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/gbench.h b/src/gbench.h
index ff1bebf..ceb39a8 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-2021 by */
+/* Copyright (C) 2006-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/output.c b/src/output.c
index 98dfca0..c7d0cc0 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-2021 by */
+/* Copyright (C) 2015-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/output.h b/src/output.h
index 32c5f6d..ba7bcf5 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-2021 by */
+/* Copyright (C) 2015-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/strbuf.c b/src/strbuf.c
index 498dc58..75edb6a 100644
--- a/src/strbuf.c
+++ b/src/strbuf.c
@@ -2,7 +2,7 @@
/* */
/* The FreeType project -- a free and portable quality TrueType renderer. */
/* */
-/* Copyright (C) 2020-2021 by */
+/* Copyright (C) 2020-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/strbuf.h b/src/strbuf.h
index ec73be1..e993bf8 100644
--- a/src/strbuf.h
+++ b/src/strbuf.h
@@ -2,7 +2,7 @@
/* */
/* The FreeType project -- a free and portable quality TrueType renderer. */
/* */
-/* Copyright (C) 2020-2021 by */
+/* Copyright (C) 2020-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
diff --git a/src/ttdebug.c b/src/ttdebug.c
index 388ea0e..2b76668 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-2021 by */
+/* Copyright (C) 1996-2022 by */
/* D. Turner, R.Wilhelm, and W. Lemberg */
/* */
/* */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2-demos] master f73dafe: Update all copyright notices.,
Werner Lemberg <=