File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ maintained by the FPP developers.
7
7
8
8
Included files and their applicable license info:
9
9
10
+ src/oled/I2C.*
11
+ src/oled/SSD1306_OLED.*
12
+ - MIT license, Copyright (c) 2017 DeeplyEmbedded
13
+
10
14
src/overlays/wled/*
11
15
- WLED code in general is covered by the MIT license, but some files may
12
16
have a separate license noted in their header. A copy of the WLED MIT
Original file line number Diff line number Diff line change 1
1
#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
+ */
2
13
3
14
#include < functional>
4
15
#include < map>
Original file line number Diff line number Diff line change 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
+ */
2
12
3
13
#include " fpp-pch.h"
4
14
You can’t perform that action at this time.
0 commit comments