Skip to content

Commit 42a6d93

Browse files
committed
Update copyright in API headers
1 parent 834acc3 commit 42a6d93

File tree

19 files changed

+20
-19
lines changed

19 files changed

+20
-19
lines changed

src/api/include/projectM-4/audio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file audio.h
3-
* @copyright 2003-2024 projectM Team
3+
* @copyright 2003-2025 projectM Team
44
* @brief Functions to pass in audio data to libprojectM.
55
* @since 4.0.0
66
*

src/api/include/projectM-4/callbacks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file callbacks.h
3-
* @copyright 2003-2024 projectM Team
3+
* @copyright 2003-2025 projectM Team
44
* @brief Functions and prototypes for projectM callbacks.
55
* @since 4.0.0
66
*

src/api/include/projectM-4/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file core.h
3-
* @copyright 2003-2024 projectM Team
3+
* @copyright 2003-2025 projectM Team
44
* @brief Core functions to instantiate, destroy and control projectM.
55
* @since 4.0.0
66
*

src/api/include/projectM-4/debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file debug.h
3-
* @copyright 2003-2024 projectM Team
3+
* @copyright 2003-2025 projectM Team
44
* @brief Debug functions for both libprojectM and preset developers.
55
* @since 4.0.0
66
*

src/api/include/projectM-4/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file memory.h
3-
* @copyright 2003-2024 projectM Team
3+
* @copyright 2003-2025 projectM Team
44
* @brief Memory allocation/deallocation helpers.
55
* @since 4.0.0
66
*

src/api/include/projectM-4/parameters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file parameters.h
3-
* @copyright 2003-2024 projectM Team
3+
* @copyright 2003-2025 projectM Team
44
* @brief Functions to set and retrieve all sorts of projectM parameters and setting.
55
* @since 4.0.0
66
*

src/api/include/projectM-4/projectM.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file projectM.h
3-
* @copyright 2003-2024 projectM Team
3+
* @copyright 2003-2025 projectM Team
44
* @brief Convenience include file that includes all other API headers.
55
* @since 4.0.0
66
*
@@ -29,6 +29,7 @@
2929
#include "projectM-4/callbacks.h"
3030
#include "projectM-4/core.h"
3131
#include "projectM-4/debug.h"
32+
#include "projectM-4/logging.h"
3233
#include "projectM-4/memory.h"
3334
#include "projectM-4/parameters.h"
3435
#include "projectM-4/render_opengl.h"

src/api/include/projectM-4/render_opengl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file render_opengl.h
3-
* @copyright 2003-2024 projectM Team
3+
* @copyright 2003-2025 projectM Team
44
* @brief Functions to configure and render projectM visuals using OpenGL.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK

src/api/include/projectM-4/touch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file touch.h
3-
* @copyright 2003-2024 projectM Team
3+
* @copyright 2003-2025 projectM Team
44
* @brief Touch-related functions to add random waveforms.
55
* @since 4.0.0
66
*

src/api/include/projectM-4/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file types.h
3-
* @copyright 2003-2024 projectM Team
3+
* @copyright 2003-2025 projectM Team
44
* @brief Types and enumerations used in the other API headers.
55
* @since 4.0.0
66
*

0 commit comments

Comments
 (0)