Skip to content

Commit 6f8ebe2

Browse files
committed
Update copyright dates
1 parent fcb3cec commit 6f8ebe2

File tree

147 files changed

+148
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+148
-148
lines changed

data/manual.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ If you find an issue or have a suggestion, please file a ticket to the <a href="
410410
<li>Try to describe as best as you can what you were doing and whether the problem is reproducible.</li>
411411
</ul>
412412
<hr />
413-
<p>Copyright &copy;2009-2022 Sandro Mani, revision: Frid, Jan 28 2022</p>
413+
<p>Copyright &copy;2009-2024 Sandro Mani, revision: Frid, Jan 28 2022</p>
414414
</body>
415415

416416
</html>

gtk/data/MainWindow.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@
14651465
<property name="skip-pager-hint">True</property>
14661466
<property name="transient-for">windowMain</property>
14671467
<property name="program-name">gImageReader</property>
1468-
<property name="copyright">Copyright © 2009-2022 Sandro Mani</property>
1468+
<property name="copyright">Copyright © 2009-2024 Sandro Mani</property>
14691469
<property name="comments" translatable="yes">A graphical frontend to tesseract-ocr</property>
14701470
<property name="website">https://github.com/manisandro/gImageReader/</property>
14711471
<property name="authors">Sandro Mani &lt;[email protected]&gt;</property>

gtk/src/Acquirer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -*- Mode: C++; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
22
/*
33
* Acquirer.cc
4-
* Copyright (C) 2013-2022 Sandro Mani <[email protected]>
4+
* Copyright (C) 2013-2024 Sandro Mani <[email protected]>
55
*
66
* gImageReader is free software: you can redistribute it and/or modify it
77
* under the terms of the GNU General Public License as published by the

gtk/src/Acquirer.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -*- Mode: C++; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
22
/*
33
* Acquirer.hh
4-
* Copyright (C) 2013-2022 Sandro Mani <[email protected]>
4+
* Copyright (C) 2013-2024 Sandro Mani <[email protected]>
55
*
66
* gImageReader is free software: you can redistribute it and/or modify it
77
* under the terms of the GNU General Public License as published by the

gtk/src/Application.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -*- Mode: C++; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
22
/*
33
* Application.hh
4-
* Copyright (C) 2013-2022 Sandro Mani <[email protected]>
4+
* Copyright (C) 2013-2024 Sandro Mani <[email protected]>
55
*
66
* gImageReader is free software: you can redistribute it and/or modify it
77
* under the terms of the GNU General Public License as published by the

gtk/src/Config.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -*- Mode: C++; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
22
/*
33
* Config.cc
4-
* Copyright (C) 2013-2022 Sandro Mani <[email protected]>
4+
* Copyright (C) 2013-2024 Sandro Mani <[email protected]>
55
*
66
* gImageReader is free software: you can redistribute it and/or modify it
77
* under the terms of the GNU General Public License as published by the

gtk/src/Config.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -*- Mode: C++; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
22
/*
33
* Config.hh
4-
* Copyright (C) 2013-2022 Sandro Mani <[email protected]>
4+
* Copyright (C) 2013-2024 Sandro Mani <[email protected]>
55
*
66
* gImageReader is free software: you can redistribute it and/or modify it
77
* under the terms of the GNU General Public License as published by the

gtk/src/ConfigSettings.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -*- Mode: C++; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
22
/*
33
* ConfigSettings.cc
4-
* Copyright (C) 2013-2022 Sandro Mani <[email protected]>
4+
* Copyright (C) 2013-2024 Sandro Mani <[email protected]>
55
*
66
* gImageReader is free software: you can redistribute it and/or modify it
77
* under the terms of the GNU General Public License as published by the

gtk/src/ConfigSettings.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -*- Mode: C++; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
22
/*
33
* ConfigSettings.hh
4-
* Copyright (C) 2013-2022 Sandro Mani <[email protected]>
4+
* Copyright (C) 2013-2024 Sandro Mani <[email protected]>
55
*
66
* gImageReader is free software: you can redistribute it and/or modify it
77
* under the terms of the GNU General Public License as published by the

gtk/src/CrashHandler.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -*- Mode: C++; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
22
/*
33
* CrashHandler.cc
4-
* Copyright (C) 2013-2022 Sandro Mani <[email protected]>
4+
* Copyright (C) 2013-2024 Sandro Mani <[email protected]>
55
*
66
* gImageReader is free software: you can redistribute it and/or modify it
77
* under the terms of the GNU General Public License as published by the

0 commit comments

Comments
 (0)