Skip to content

Commit 969eec0

Browse files
committed
Change header.
1 parent 1d590b2 commit 969eec0

File tree

196 files changed

+464
-195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+464
-195
lines changed

3rdParty/QtWavFile/WavFile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* WAV FILE
22
*
3-
* From: https://github.com/PokemonAutomation/Arduino-Source
3+
* From: https://github.com/PokemonAutomation/
44
*
55
* Class to read a .wav file. Edited from Qt multimedia example Spectrum:
66
* https://code.qt.io/cgit/qt/qtmultimedia.git/tree/examples/multimedia/spectrum/app/wavfile.cpp?h=5.15

3rdParty/QtWavFile/WavFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* WAV FILE
22
*
3-
* From: https://github.com/PokemonAutomation/Arduino-Source
3+
* From: https://github.com/PokemonAutomation/
44
*
55
* Class to read a .wav file. Edited from Qt multimedia example Spectrum:
66
* https://code.qt.io/cgit/qt/qtmultimedia.git/tree/examples/multimedia/spectrum/app/wavfile.cpp?h=5.15

3rdParty/dpp/DPP_SilenceWarnings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Silence Warnings for DPP Headers
22
*
3-
* From: https://github.com/PokemonAutomation/Arduino-Source
3+
* From: https://github.com/PokemonAutomation/
44
*
55
* Include this before every DPP header to silence warnings in those headers.
66
*

Common/CRC32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* CRC32
22
*
3-
* From: https://github.com/PokemonAutomation/Arduino-Source
3+
* From: https://github.com/PokemonAutomation/
44
*
55
*/
66

Common/Compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Compiler Specifics
22
*
3-
* From: https://github.com/PokemonAutomation/Arduino-Source
3+
* From: https://github.com/PokemonAutomation/
44
*
55
*/
66

Common/Cpp/AbstractLogger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Abstract Logger
22
*
3-
* From: https://github.com/PokemonAutomation/Arduino-Source
3+
* From: https://github.com/PokemonAutomation/
44
*
55
*/
66

Common/Cpp/CancellableScope.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Cancellable Scope
22
*
3-
* From: https://github.com/PokemonAutomation/Arduino-Source
3+
* From: https://github.com/PokemonAutomation/
44
*
55
*/
66

Common/Cpp/CancellableScope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Cancellable Scope
22
*
3-
* From: https://github.com/PokemonAutomation/Arduino-Source
3+
* From: https://github.com/PokemonAutomation/
44
*
55
* A cancellable scope is a node with a tree. If "cancel()" is called on
66
* a scope, only the scope and all child scopes will be canceled. Parents are

Common/Cpp/Color.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Color
22
*
3-
* From: https://github.com/PokemonAutomation/Arduino-Source
3+
* From: https://github.com/PokemonAutomation/
44
*
55
* A very lightweight color class to avoid pulling in <QColor>.
66
*

Common/Cpp/Color.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Color
22
*
3-
* From: https://github.com/PokemonAutomation/Arduino-Source
3+
* From: https://github.com/PokemonAutomation/
44
*
55
* A very lightweight color class to avoid pulling in <QColor>.
66
*

0 commit comments

Comments
 (0)