Skip to content

Commit 7f48e6c

Browse files
committedDec 9, 2024··
Updated copyright dates and AUTHORS.txt
1 parent 9aa18cd commit 7f48e6c

20 files changed

+59
-40
lines changed
 

‎AUTHORS.txt

+23-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ For the purposes of the copyright statement in the preamble of each source
2020
code file comprising projectM, the projectM team are:
2121

2222
Carmelo Piccione
23-
Parser
24-
Evaluator
23+
Original Expression Parser/Evaluator
2524
Pulse Audio support (projectM-pulseaudio)
2625
Qt GUI (projectM-qt)
2726

@@ -41,14 +40,14 @@ Roger Dannenburg
4140
Advice & Support
4241

4342
Matthias Klumpp
44-
CMake build system
43+
Original CMake build system
4544
Distro integration
4645
Bug fixes
4746

4847
Mischa Spiegelmock
4948
OSX native iTunes visualization plugin
5049
Preliminary web support (projectM-emscripten)
51-
cmake improvements for OSX and Linux
50+
CMake improvements for OSX and Linux
5251
SDL
5352
OpenGLES
5453

@@ -58,3 +57,23 @@ Robert Pancoast
5857
Provide XBOX Support
5958
Input Windows Audio Loopback with WASAPI
6059

60+
Kai Blaschke
61+
Updated CMake build system
62+
New Bison-/Flex-based Expression Evaluator (projectm-eval)
63+
C API
64+
Modernized Milkdrop 2 Renderer
65+
66+
Blaque Allen
67+
Rust Crates
68+
Emscripten Improvements
69+
Code Reviews
70+
71+
Dane Wagner
72+
Improved Audio Processing
73+
HLSL Shader Translation Fixes
74+
Sphinx Documentation
75+
76+
...and many others!
77+
78+
For a full list, please see the contributors page on GitHub:
79+
https://github.com/projectM-visualizer/projectm/graphs/contributors

‎COPYING

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* projectM -- Milkdrop-esque visualisation SDK
3-
* Copyright (C)2003-2009 projectM Team
3+
* Copyright (C)2003-2024 projectM Team
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file audio.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Functions to pass in audio data to libprojectM.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file callbacks.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Functions and prototypes for projectM callbacks.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file core.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Core functions to instantiate, destroy and control projectM.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file debug.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Debug functions for both libprojectM and preset developers.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file memory.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Memory allocation/deallocation helpers.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file parameters.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Functions to set and retrieve all sorts of projectM parameters and setting.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file projectM.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Convenience include file that includes all other API headers.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file render_opengl.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Functions to configure and render projectM visuals using OpenGL.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file touch.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Touch-related functions to add random waveforms.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file types.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Types and enumerations used in the other API headers.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

‎src/playlist/api/projectM-4/playlist.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file playlist.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Optional playlist API for libprojectM.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

‎src/playlist/api/projectM-4/playlist_callbacks.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file playlist_callbacks.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Functions and prototypes for projectM playlist callbacks.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

‎src/playlist/api/projectM-4/playlist_core.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file playlist_core.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Core functions to instantiate, destroy and connect a projectM playlist.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

‎src/playlist/api/projectM-4/playlist_filter.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file playlist_filter.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Playlist filter functions.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

‎src/playlist/api/projectM-4/playlist_items.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file playlist_items.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Playlist item management functions.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

‎src/playlist/api/projectM-4/playlist_memory.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file playlist_memory.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Memory allocation/deallocation helpers.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

‎src/playlist/api/projectM-4/playlist_playback.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file playlist_playback.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Playback control functions.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

‎src/playlist/api/projectM-4/playlist_types.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file playlist_types.h
3-
* @copyright 2003-2023 projectM Team
3+
* @copyright 2003-2024 projectM Team
44
* @brief Types and enumerations used in the playlist API headers.
55
*
66
* projectM -- Milkdrop-esque visualisation SDK
7-
* Copyright (C)2003-2023 projectM Team
7+
* Copyright (C)2003-2024 projectM Team
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)
Please sign in to comment.