update source copyright for 2025

This commit is contained in:
Bill Zissimopoulos
2025-05-15 20:33:31 +01:00
parent 44c621c0de
commit c8366af48c
173 changed files with 173 additions and 173 deletions

View File

@@ -1,7 +1,7 @@
/**
* @file tlib/callstack.c
*
* @copyright 2014-2024 Bill Zissimopoulos
* @copyright 2014-2025 Bill Zissimopoulos
*/
#include <tlib/callstack.h>

View File

@@ -1,7 +1,7 @@
/**
* @file tlib/callstack.h
*
* @copyright 2014-2024 Bill Zissimopoulos
* @copyright 2014-2025 Bill Zissimopoulos
*/
#ifndef TLIB_CALLSTACK_H_INCLUDED

View File

@@ -1,7 +1,7 @@
/**
* @file tlib/injected/allfunc.h
*
* @copyright 2014-2024 Bill Zissimopoulos
* @copyright 2014-2025 Bill Zissimopoulos
*/
#ifndef TLIB_INJECTED_ALLFUNC_H_INCLUDED

View File

@@ -1,7 +1,7 @@
/**
* @file tlib/injected/curlfunc.c
*
* @copyright 2014-2024 Bill Zissimopoulos
* @copyright 2014-2025 Bill Zissimopoulos
*/
#include <tlib/injected/curlfunc.h>

View File

@@ -1,7 +1,7 @@
/**
* @file tlib/injected/curlfunc.h
*
* @copyright 2014-2024 Bill Zissimopoulos
* @copyright 2014-2025 Bill Zissimopoulos
*/
#ifndef TLIB_INJECTED_CURLFUNC_H_INCLUDED

View File

@@ -1,7 +1,7 @@
/**
* @file tlib/injected/stdfunc.c
*
* @copyright 2014-2024 Bill Zissimopoulos
* @copyright 2014-2025 Bill Zissimopoulos
*/
#include <tlib/injected/stdfunc.h>

View File

@@ -1,7 +1,7 @@
/**
* @file tlib/injected/stdfunc.h
*
* @copyright 2014-2024 Bill Zissimopoulos
* @copyright 2014-2025 Bill Zissimopoulos
*/
#ifndef TLIB_INJECTED_STDFUNC_H_INCLUDED

View File

@@ -1,7 +1,7 @@
/**
* @file tlib/injection.c
*
* @copyright 2014-2024 Bill Zissimopoulos
* @copyright 2014-2025 Bill Zissimopoulos
*/
#include <tlib/injection.h>

View File

@@ -1,7 +1,7 @@
/**
* @file tlib/injection.h
*
* @copyright 2014-2024 Bill Zissimopoulos
* @copyright 2014-2025 Bill Zissimopoulos
*/
/* NOTE: This header may usefully be included multiple times.

View File

@@ -1,7 +1,7 @@
/**
* @file tlib/testsuite.c
*
* @copyright 2014-2024 Bill Zissimopoulos
* @copyright 2014-2025 Bill Zissimopoulos
*/
#include <tlib/testsuite.h>

View File

@@ -1,7 +1,7 @@
/**
* @file tlib/testsuite.h
*
* @copyright 2014-2024 Bill Zissimopoulos
* @copyright 2014-2025 Bill Zissimopoulos
*/
#ifndef TLIB_TESTSUITE_H_INCLUDED