From 6569ca9f6b1a2b733dfb4f16fef39b667a8afefe Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Fri, 23 Feb 2024 19:00:58 +0100 Subject: [PATCH] update copyright years --- charset.c | 2 +- charset.h | 2 +- defines.h | 2 +- help.c | 4 ++-- help.h | 2 +- imgproc.c | 2 +- imgproc.h | 2 +- notdebian/copyright | 2 +- ssocr.c | 2 +- ssocr.h | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charset.c b/charset.c index 3b0e11e..ad9156b 100644 --- a/charset.c +++ b/charset.c @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -/* Copyright (C) 2018-2023 Erik Auerswald */ +/* Copyright (C) 2018-2024 Erik Auerswald */ /* standard things */ #include /* puts, printf, BUFSIZ, perror, FILE */ diff --git a/charset.h b/charset.h index c734429..949112d 100644 --- a/charset.h +++ b/charset.h @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -/* Copyright (C) 2018-2023 Erik Auerswald */ +/* Copyright (C) 2018-2024 Erik Auerswald */ #ifndef SSOCR2_CHARSET_H #define SSOCR2_CHARSET_H diff --git a/defines.h b/defines.h index 7aa1e89..23118ca 100644 --- a/defines.h +++ b/defines.h @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -/* Copyright (C) 2004-2023 Erik Auerswald */ +/* Copyright (C) 2004-2024 Erik Auerswald */ /* Copyright (C) 2013 Cristiano Fontana */ #define PROG "ssocr" diff --git a/help.c b/help.c index 0e2c0a8..0729ebb 100644 --- a/help.c +++ b/help.c @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -/* Copyright (C) 2004-2023 Erik Auerswald */ +/* Copyright (C) 2004-2024 Erik Auerswald */ /* Copyright (C) 2013 Cristiano Fontana */ /* 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" " \n"); fprintf(f, "This program comes with ABSOLUTELY NO WARRANTY\n"); fprintf(f, "This is free software, and you are welcome to redistribute it" diff --git a/help.h b/help.h index 7cbe97e..8b213e4 100644 --- a/help.h +++ b/help.h @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -/* Copyright (C) 2004-2023 Erik Auerswald */ +/* Copyright (C) 2004-2024 Erik Auerswald */ #ifndef SSOCR2_HELP_H #define SSOCR2_HELP_H diff --git a/imgproc.c b/imgproc.c index 6e926b7..54199f5 100644 --- a/imgproc.c +++ b/imgproc.c @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -/* Copyright (C) 2004-2023 Erik Auerswald */ +/* Copyright (C) 2004-2024 Erik Auerswald */ /* ImLib2 Header */ #include /* needed by Imlib2.h */ diff --git a/imgproc.h b/imgproc.h index 156954b..1450f64 100644 --- a/imgproc.h +++ b/imgproc.h @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -/* Copyright (C) 2004-2023 Erik Auerswald */ +/* Copyright (C) 2004-2024 Erik Auerswald */ #ifndef SSOCR2_IMGPROC_H #define SSOCR2_IMGPROC_H diff --git a/notdebian/copyright b/notdebian/copyright index e9c8ca6..71f41fa 100644 --- a/notdebian/copyright +++ b/notdebian/copyright @@ -12,7 +12,7 @@ Upstream Author(s): Copyright: - Copyright (C) 2004-2023 Erik Auerswald + Copyright (C) 2004-2024 Erik Auerswald License: diff --git a/ssocr.c b/ssocr.c index 8ef886c..ba2339c 100644 --- a/ssocr.c +++ b/ssocr.c @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -/* Copyright (C) 2004-2023 Erik Auerswald */ +/* Copyright (C) 2004-2024 Erik Auerswald */ /* Copyright (C) 2013 Cristiano Fontana */ /* ImLib2 Header */ diff --git a/ssocr.h b/ssocr.h index 6013595..7e8e2a2 100644 --- a/ssocr.h +++ b/ssocr.h @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -/* Copyright (C) 2004-2023 Erik Auerswald */ +/* Copyright (C) 2004-2024 Erik Auerswald */ #ifndef SSOCR2_H #define SSOCR2_H