Skip to content

Commit 15be008

Browse files
committed
update copyright year
1 parent 5659327 commit 15be008

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
##################### GNUmakefile is preferred by GNU make #####################
33
################################################################################
44
#
5-
# Copyright © 2015-2025 Boian Bonev (bbonev@ipacct.com) {{{
5+
# Copyright © 2015-2026 Boian Bonev (bbonev@ipacct.com) {{{
66
#
77
# SPDX-License-Identifer: LGPL-3.0-or-later
88
#

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
################### Makefile is preferred by any other make ####################
33
################################################################################
44
#
5-
# Copyright © 2015-2025 Boian Bonev (bbonev@ipacct.com) {{{
5+
# Copyright © 2015-2026 Boian Bonev (bbonev@ipacct.com) {{{
66
#
77
# SPDX-License-Identifer: LGPL-3.0-or-later
88
#

Makefile.main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
############################# configurable section #############################
22
#
3-
# Copyright © 2015-2025 Boian Bonev (bbonev@ipacct.com) {{{
3+
# Copyright © 2015-2026 Boian Bonev (bbonev@ipacct.com) {{{
44
#
55
# SPDX-License-Identifer: LGPL-3.0-or-later
66
#

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# YASCREEN 3 "January 15, 2025" yascreen "User-Manual"
1+
# YASCREEN 3 "March 15, 2026" yascreen "User-Manual"
22

33
# NAME
44
yascreen - Yet Another Screen Library (curses replacement for daemons and embedded apps)

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Upstream-Contact: Boian Bonev <bbonev@ipacct.com>
44
Source: https://github.com/bbonev/yascreen
55

66
Files: *
7-
Copyright: 2015-2025 Boian Bonev <bbonev@ipacct.com>
7+
Copyright: 2015-2026 Boian Bonev <bbonev@ipacct.com>
88
License: LGPL-3+
99

1010
Files: debian/*
11-
Copyright: 2020-2025 Boian Bonev <bbonev@ipacct.com>
11+
Copyright: 2020-2026 Boian Bonev <bbonev@ipacct.com>
1212
License: LGPL-3+
1313

1414
License: LGPL-3+

yascreen.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// $Id: yascreen.c,v 2.10 2026/03/14 21:39:27 bbonev Exp $
1+
// $Id: yascreen.c,v 2.11 2026/03/14 22:06:37 bbonev Exp $
22
//
3-
// Copyright © 2015-2025 Boian Bonev (bbonev@ipacct.com) {{{
3+
// Copyright © 2015-2026 Boian Bonev (bbonev@ipacct.com) {{{
44
//
55
// SPDX-License-Identifer: LGPL-3.0-or-later
66
//
@@ -318,7 +318,7 @@ inline void *yascreen_get_hint_p(yascreen *s) { // {{{
318318
return s->phint;
319319
} // }}}
320320

321-
static char myver[]="\0Yet another screen library (https://github.com/bbonev/yascreen) $Revision: 2.10 $\n\n"; // {{{
321+
static char myver[]="\0Yet another screen library (https://github.com/bbonev/yascreen) $Revision: 2.11 $\n\n"; // {{{
322322
// }}}
323323

324324
inline const char *yascreen_ver(void) { // {{{

yascreen.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// $Id: yascreen.h,v 1.51 2025/01/15 15:57:59 bbonev Exp $
1+
// $Id: yascreen.h,v 1.52 2026/03/14 22:06:37 bbonev Exp $
22
//
3-
// Copyright © 2015-2025 Boian Bonev (bbonev@ipacct.com) {{{
3+
// Copyright © 2015-2026 Boian Bonev (bbonev@ipacct.com) {{{
44
//
55
// SPDX-License-Identifer: LGPL-3.0-or-later
66
//

yascreen_feed.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// $Id: yascreen_feed.c,v 1.7 2026/03/14 20:20:04 bbonev Exp $
1+
// $Id: yascreen_feed.c,v 1.8 2026/03/14 22:06:37 bbonev Exp $
22

3-
// Copyright © 2015-2025 Boian Bonev (bbonev@ipacct.com) {{{
3+
// Copyright © 2015-2026 Boian Bonev (bbonev@ipacct.com) {{{
44
//
55
// SPDX-License-Identifer: LGPL-3.0-or-later
66
//

0 commit comments

Comments
 (0)