about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-01-10 10:37:25 +0100
committerMichael Vetter <jubalh@iodoru.org>2023-01-10 10:37:25 +0100
commit3adc399da0416b5eff5bd126ab60afe831de39b3 (patch)
tree6e299f62e6cabdc36bcbfeb8ab96ba7081e9ca69 /src/tools
parent0bae2987463d15ef3ca64d5cdb0f17778280cd1f (diff)
downloadprofani-tty-3adc399da0416b5eff5bd126ab60afe831de39b3.tar.gz
Update copyright year
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/bookmark_ignore.c2
-rw-r--r--src/tools/bookmark_ignore.h2
-rw-r--r--src/tools/clipboard.c2
-rw-r--r--src/tools/clipboard.h2
-rw-r--r--src/tools/editor.c2
-rw-r--r--src/tools/editor.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/bookmark_ignore.c b/src/tools/bookmark_ignore.c
index 7f5375ba..613a956f 100644
--- a/src/tools/bookmark_ignore.c
+++ b/src/tools/bookmark_ignore.c
@@ -2,7 +2,7 @@
  * bookmark_ignore.c
  * vim: expandtab:ts=4:sts=4:sw=4
  *
- * Copyright (C) 2020 - 2022 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2020 - 2023 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/tools/bookmark_ignore.h b/src/tools/bookmark_ignore.h
index 4f4b1c58..82e600d1 100644
--- a/src/tools/bookmark_ignore.h
+++ b/src/tools/bookmark_ignore.h
@@ -2,7 +2,7 @@
  * bookmark_ignore.h
  * vim: expandtab:ts=4:sts=4:sw=4
  *
- * Copyright (C) 2020 - 2022 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2020 - 2023 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/tools/clipboard.c b/src/tools/clipboard.c
index 0df7387d..43f254e8 100644
--- a/src/tools/clipboard.c
+++ b/src/tools/clipboard.c
@@ -2,7 +2,7 @@
  * clipboard.c
  * vim: expandtab:ts=4:sts=4:sw=4
  *
- * Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2023 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/tools/clipboard.h b/src/tools/clipboard.h
index 24503f6e..26283a7a 100644
--- a/src/tools/clipboard.h
+++ b/src/tools/clipboard.h
@@ -2,7 +2,7 @@
  * clipboard.h
  * vim: expandtab:ts=4:sts=4:sw=4
  *
- * Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2023 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/tools/editor.c b/src/tools/editor.c
index d7d5102e..4ac88a95 100644
--- a/src/tools/editor.c
+++ b/src/tools/editor.c
@@ -2,7 +2,7 @@
  * editor.c
  * vim: expandtab:ts=4:sts=4:sw=4
  *
- * Copyright (C) 2022 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2022 - 2023 Michael Vetter <jubalh@iodoru.org>
  * Copyright (C) 2022 MarcoPolo PasTonMolo <marcopolopastonmolo@protonmail.com>
  * Copyright (C) 2022 Steffen Jaeckel <jaeckel-floss@eyet-services.de>
  *
diff --git a/src/tools/editor.h b/src/tools/editor.h
index 4b239a5b..09783f29 100644
--- a/src/tools/editor.h
+++ b/src/tools/editor.h
@@ -2,7 +2,7 @@
  * editor.h
  * vim: expandtab:ts=4:sts=4:sw=4
  *
- * Copyright (C) 2022 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2022 - 2023 Michael Vetter <jubalh@iodoru.org>
  * Copyright (C) 2022 MarcoPolo PasTonMolo  <marcopolopastonmolo@protonmail.com>
  *
  * This file is part of Profanity.
a id='n328' href='#n328'>328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519