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
* @copyright 2003-2024 projectM Team
* @copyright 2003-2025 projectM Team
* @brief Functions to pass in audio data to libprojectM.
* @since 4.0.0
*

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
/**
* @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.
* @since 4.0.0
*

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
/**
* @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.
* @since 4.0.0
*

View File

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

View File

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

View File

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

View File

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

View File

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