Update copyright in API headers

This commit is contained in:
Kai Blaschke
2025-12-04 15:58:00 +01:00
parent fa532eddc6
commit ccd606df60
19 changed files with 20 additions and 19 deletions

View File

@ -1,6 +1,6 @@
/** /**
* @file audio.h * @file audio.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Functions to pass in audio data to libprojectM. * @brief Functions to pass in audio data to libprojectM.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file callbacks.h * @file callbacks.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Functions and prototypes for projectM callbacks. * @brief Functions and prototypes for projectM callbacks.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file core.h * @file core.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Core functions to instantiate, destroy and control projectM. * @brief Core functions to instantiate, destroy and control projectM.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file debug.h * @file debug.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Debug functions for both libprojectM and preset developers. * @brief Debug functions for both libprojectM and preset developers.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file memory.h * @file memory.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Memory allocation/deallocation helpers. * @brief Memory allocation/deallocation helpers.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file parameters.h * @file parameters.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Functions to set and retrieve all sorts of projectM parameters and setting. * @brief Functions to set and retrieve all sorts of projectM parameters and setting.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file projectM.h * @file projectM.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Convenience include file that includes all other API headers. * @brief Convenience include file that includes all other API headers.
* @since 4.0.0 * @since 4.0.0
* *
@ -29,6 +29,7 @@
#include "projectM-4/callbacks.h" #include "projectM-4/callbacks.h"
#include "projectM-4/core.h" #include "projectM-4/core.h"
#include "projectM-4/debug.h" #include "projectM-4/debug.h"
#include "projectM-4/logging.h"
#include "projectM-4/memory.h" #include "projectM-4/memory.h"
#include "projectM-4/parameters.h" #include "projectM-4/parameters.h"
#include "projectM-4/render_opengl.h" #include "projectM-4/render_opengl.h"

View File

@ -1,6 +1,6 @@
/** /**
* @file render_opengl.h * @file render_opengl.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Functions to configure and render projectM visuals using OpenGL. * @brief Functions to configure and render projectM visuals using OpenGL.
* *
* projectM -- Milkdrop-esque visualisation SDK * projectM -- Milkdrop-esque visualisation SDK

View File

@ -1,6 +1,6 @@
/** /**
* @file touch.h * @file touch.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Touch-related functions to add random waveforms. * @brief Touch-related functions to add random waveforms.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file types.h * @file types.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Types and enumerations used in the other API headers. * @brief Types and enumerations used in the other API headers.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file user_sprites.h * @file user_sprites.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Types and enumerations used in the other API headers. * @brief Types and enumerations used in the other API headers.
* @since 4.2.0 * @since 4.2.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file playlist.h * @file playlist.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Optional playlist API for libprojectM. * @brief Optional playlist API for libprojectM.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file playlist_callbacks.h * @file playlist_callbacks.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Functions and prototypes for projectM playlist callbacks. * @brief Functions and prototypes for projectM playlist callbacks.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file playlist_core.h * @file playlist_core.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Core functions to instantiate, destroy and connect a projectM playlist. * @brief Core functions to instantiate, destroy and connect a projectM playlist.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file playlist_filter.h * @file playlist_filter.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Playlist filter functions. * @brief Playlist filter functions.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file playlist_items.h * @file playlist_items.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Playlist item management functions. * @brief Playlist item management functions.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file playlist_memory.h * @file playlist_memory.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Memory allocation/deallocation helpers. * @brief Memory allocation/deallocation helpers.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file playlist_playback.h * @file playlist_playback.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Playback control functions. * @brief Playback control functions.
* @since 4.0.0 * @since 4.0.0
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file playlist_types.h * @file playlist_types.h
* @copyright 2003-2024 projectM Team * @copyright 2003-2025 projectM Team
* @brief Types and enumerations used in the playlist API headers. * @brief Types and enumerations used in the playlist API headers.
* @since 4.0.0 * @since 4.0.0
* *