update copyright years
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Copyright (C) 2018-2023 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
/* Copyright (C) 2018-2024 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
|
||||
/* standard things */
|
||||
#include <stdio.h> /* puts, printf, BUFSIZ, perror, FILE */
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Copyright (C) 2018-2023 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
/* Copyright (C) 2018-2024 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
|
||||
#ifndef SSOCR2_CHARSET_H
|
||||
#define SSOCR2_CHARSET_H
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Copyright (C) 2004-2023 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
/* Copyright (C) 2004-2024 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
/* Copyright (C) 2013 Cristiano Fontana <fontanacl@ornl.gov> */
|
||||
|
||||
#define PROG "ssocr"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Copyright (C) 2004-2023 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
/* Copyright (C) 2004-2024 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
/* Copyright (C) 2013 Cristiano Fontana <fontanacl@ornl.gov> */
|
||||
|
||||
/* standard things */
|
||||
@@ -92,7 +92,7 @@ void print_version(FILE *f)
|
||||
{
|
||||
fprintf(f, "Seven Segment Optical Character Recognition Version %s\n",
|
||||
VERSION);
|
||||
fprintf(f, "Copyright (C) 2004-2023 by Erik Auerswald"
|
||||
fprintf(f, "Copyright (C) 2004-2024 by Erik Auerswald"
|
||||
" <auerswal@unix-ag.uni-kl.de>\n");
|
||||
fprintf(f, "This program comes with ABSOLUTELY NO WARRANTY\n");
|
||||
fprintf(f, "This is free software, and you are welcome to redistribute it"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Copyright (C) 2004-2023 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
/* Copyright (C) 2004-2024 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
|
||||
#ifndef SSOCR2_HELP_H
|
||||
#define SSOCR2_HELP_H
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Copyright (C) 2004-2023 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
/* Copyright (C) 2004-2024 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
|
||||
/* ImLib2 Header */
|
||||
#include <X11/Xlib.h> /* needed by Imlib2.h */
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Copyright (C) 2004-2023 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
/* Copyright (C) 2004-2024 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
|
||||
#ifndef SSOCR2_IMGPROC_H
|
||||
#define SSOCR2_IMGPROC_H
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ Upstream Author(s):
|
||||
|
||||
Copyright:
|
||||
|
||||
Copyright (C) 2004-2023 Erik Auerswald
|
||||
Copyright (C) 2004-2024 Erik Auerswald
|
||||
|
||||
License:
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Copyright (C) 2004-2023 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
/* Copyright (C) 2004-2024 Erik Auerswald <auerswal@unix-ag.uni-kl.de> */
|
||||
/* Copyright (C) 2013 Cristiano Fontana <fontanacl@ornl.gov> */
|
||||
|
||||
/* ImLib2 Header */
|
||||
|
||||
Reference in New Issue
Block a user