mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-04 09:05:37 +00:00
Update copyright in API headers
This commit is contained in:
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user