Skip to content

Commit 8e9adc5

Browse files
committed
Fix headers
1 parent a075514 commit 8e9adc5

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

LICENSE.external

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ maintained by the FPP developers.
77

88
Included files and their applicable license info:
99

10+
src/oled/I2C.*
11+
src/oled/SSD1306_OLED.*
12+
- MIT license, Copyright (c) 2017 DeeplyEmbedded
13+
1014
src/overlays/wled/*
1115
- WLED code in general is covered by the MIT license, but some files may
1216
have a separate license noted in their header. A copy of the WLED MIT

src/Plugin.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
#pragma once
2+
/*
3+
* This file is part of the Falcon Player (FPP) and is Copyright (C)
4+
* 2013-2022 by the Falcon Player Developers.
5+
*
6+
* The Falcon Player (FPP) is free software, and is covered under
7+
* multiple Open Source licenses. Please see the included 'LICENSES'
8+
* file for descriptions of what files are covered by each license.
9+
*
10+
* This source file is covered under the LGPL v2.1 as described in the
11+
* included LICENSE.LGPL file.
12+
*/
213

314
#include <functional>
415
#include <map>

src/channeloutput/PCA9685.cpp

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
1+
/*
2+
* This file is part of the Falcon Player (FPP) and is Copyright (C)
3+
* 2013-2022 by the Falcon Player Developers.
4+
*
5+
* The Falcon Player (FPP) is free software, and is covered under
6+
* multiple Open Source licenses. Please see the included 'LICENSES'
7+
* file for descriptions of what files are covered by each license.
8+
*
9+
* This source file is covered under the GPL v2 as described in the
10+
* included LICENSE.GPL file.
11+
*/
212

313
#include "fpp-pch.h"
414

0 commit comments

Comments
 (0)