From 2a55ba0cef86973f6f06ce71f17ddb0b71bf7508 Mon Sep 17 00:00:00 2001
From: gitlost December 2023 January 2024Zint Barcode Generator and Zint Barcode Studio User
Manual
-
Zint, libzint and Zint Barcode Studio are Copyright © 2023 Robin +
Zint, libzint and Zint Barcode Studio are Copyright © 2024 Robin
Stuart. All historical versions are distributed under the GNU General
Public License version 3 or later. Versions 2.5 and later are released
under a dual license: the encoding library is released under the BSD (3
diff --git a/docs/manual.pmd b/docs/manual.pmd
index e8aba36f..28cce35d 100644
--- a/docs/manual.pmd
+++ b/docs/manual.pmd
@@ -1,6 +1,6 @@
% Zint Barcode Generator and Zint Barcode Studio User Manual
% Version 2.13.0.9
-% December 2023
+% January 2024
# 1. Introduction
@@ -4703,7 +4703,7 @@ maximum of 128 digits and does not include a check digit.
## 7.1 License
-Zint, libzint and Zint Barcode Studio are Copyright © 2023 Robin Stuart. All
+Zint, libzint and Zint Barcode Studio are Copyright © 2024 Robin Stuart. All
historical versions are distributed under the GNU General Public License version
3 or later. Versions 2.5 and later are released under a dual license: the
encoding library is released under the BSD (3 clause) license whereas the GUI,
diff --git a/docs/manual.txt b/docs/manual.txt
index 3e03200c..6217cad3 100644
--- a/docs/manual.txt
+++ b/docs/manual.txt
@@ -1,6 +1,6 @@
Zint Barcode Generator and Zint Barcode Studio User Manual
Version 2.13.0.9
-December 2023
+January 2024
*******************************************************************************
* For reference the following is a text-only version of the Zint manual, *
@@ -4520,7 +4520,7 @@ maximum of 128 digits and does not include a check digit.
7.1 License
-Zint, libzint and Zint Barcode Studio are Copyright © 2023 Robin Stuart. All
+Zint, libzint and Zint Barcode Studio are Copyright © 2024 Robin Stuart. All
historical versions are distributed under the GNU General Public License version
3 or later. Versions 2.5 and later are released under a dual license: the
encoding library is released under the BSD (3 clause) license whereas the GUI,
@@ -4812,7 +4812,7 @@ configured barcode is displayed once the "Generate" button is pressed.
Annex D. Man Page ZINT(1)
-% ZINT(1) Version 2.13.0.9 % % December 2023
+% ZINT(1) Version 2.13.0.9 % % January 2024
NAME
diff --git a/docs/zint.1 b/docs/zint.1
index 8a44a21f..0059004a 100644
--- a/docs/zint.1
+++ b/docs/zint.1
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.11
.\"
-.TH "ZINT" "1" "December 2023" "Version 2.13.0.9" ""
+.TH "ZINT" "1" "January 2024" "Version 2.13.0.9" ""
.SH NAME
\f[CR]zint\f[R] \- encode data as a barcode image
.SH SYNOPSIS
diff --git a/docs/zint.1.pmd b/docs/zint.1.pmd
index cca1db63..72dc1a2f 100644
--- a/docs/zint.1.pmd
+++ b/docs/zint.1.pmd
@@ -1,6 +1,6 @@
% ZINT(1) Version 2.13.0.9
%
-% December 2023
+% January 2024
# NAME
diff --git a/frontend/zint.rc b/frontend/zint.rc
index c2ae42ea..e80eb2a0 100644
--- a/frontend/zint.rc
+++ b/frontend/zint.rc
@@ -30,7 +30,7 @@ BEGIN
VALUE "FileDescription", "zint barcode generator\0"
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "zint.exe\0"
- VALUE "LegalCopyright", "Copyright © 2023 Robin Stuart & BogDan Vatra\0"
+ VALUE "LegalCopyright", "Copyright © 2024 Robin Stuart & BogDan Vatra\0"
VALUE "OriginalFilename", "zint.exe\0"
VALUE "ProductName", "zint\0"
VALUE "ProductVersion", VER_FILEVERSION_STR
diff --git a/frontend_qt/mainwindow.cpp b/frontend_qt/mainwindow.cpp
index 426bb004..d1072fe3 100644
--- a/frontend_qt/mainwindow.cpp
+++ b/frontend_qt/mainwindow.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008 by BogDan Vatra A free barcode generator Instruction manual is available at the project homepage: Copyright © 2006-2023 Robin Stuart and others. Copyright © 2006-2024 Robin Stuart and others. Qt version %2
"
"http://www.zint.org.uk.
"
+ "
"
"Qt backend by BogDan Vatra.
"
"Released under GNU GPL 3.0 or later.