Skip to content

Commit 5edb51e

Browse files
committed
update year in copyright line
1 parent 294e2f2 commit 5edb51e

26 files changed

+26
-26
lines changed

src/args.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* buildargv.c
44
* a routines for parsing string to argc, argv format
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/buildargv.c

src/bscommands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* a routines for implementation (parsing, execution) of backslash
55
* commands
66
*
7-
* Portions Copyright (c) 2017-2024 Pavel Stehule
7+
* Portions Copyright (c) 2017-2025 Pavel Stehule
88
*
99
* IDENTIFICATION
1010
* src/bscommands.c

src/commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* commands.c
44
* a list of commands and translations between keys and commands
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/commands.c

src/commands.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* command.h
44
* a list of commands and translations between keys and commands
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/commands.h

src/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* config.c
44
* a routines for loading, saving configuration
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/config.c

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* config.h
44
* load/save configuration
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/config.h

src/export.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* export.c
44
* a routines for exporting data
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/export.c

src/infra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* infra.c
44
* a routines for build a infrastructure
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/infra.c

src/inputs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* events.c
44
* handles all events - tty and content
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/inputs.c

src/inputs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* inputs.h
44
* generic processing of input
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/inputs.h

src/linebuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* linebuffer.c
44
* a routines for iteration over stored lines
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/linebuffer.c

src/menu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* menu.c
44
* holds menu related code
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/menu.c

src/pgclient.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pgcliend.c
44
* execute query and format result
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/pgclient.c

src/pretty-csv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pretty-csv.c
44
* import and formatting csv and tsv documents
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/pretty-csv.c

src/print.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* print.c
44
* visualisation loaded data
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/print.c

src/pspg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pspg.c
44
* a terminal pager designed for usage from psql
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/pspg.c

src/pspg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pspg.h
44
* themes initialization
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/pspg.h

src/readline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* readline.c
44
* a routines for using readline library
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/readline.c

src/sort.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* sort.c
44
* sort of data inside columns
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/sort.c

src/string.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* string.c
44
* a routines for case insensitive string operations
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/string.c

src/table.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* table.c
44
* a routines for parsing file with data in tabular form
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/table.c

src/theme_loader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* theme_loader.c
44
* a routines for loading theme (style) definition
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/theme_loader.c

src/themes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* themes.c
44
* themes initialization
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/themes.c

src/themes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* themes.h
44
* themes initialization
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/themes.h

src/unicode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* unicode.c
44
* unicode and wide chars routines
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/unicode.c

src/unicode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* unicode.h
44
* unicode and wide chars routines
55
*
6-
* Portions Copyright (c) 2017-2024 Pavel Stehule
6+
* Portions Copyright (c) 2017-2025 Pavel Stehule
77
*
88
* IDENTIFICATION
99
* src/unicode.h

0 commit comments

Comments
 (0)