antirez 3 лет назад
Родитель
Сommit
74943a7440
6 измененных файлов с 18 добавлено и 0 удалено
  1. 3 0
      app.c
  2. 3 0
      app.h
  3. 3 0
      app_buffer.c
  4. 3 0
      app_buffer.h
  5. 3 0
      app_subghz.c
  6. 3 0
      proto.c

+ 3 - 0
app.c

@@ -1,3 +1,6 @@
+/* Copyright (C) 2022-2023 Salvatore Sanfilippo -- All Rights Reserved
+ * See the LICENSE file for information about the license. */
+
 #include <furi.h>
 #include <furi.h>
 #include <furi_hal.h>
 #include <furi_hal.h>
 #include <lib/flipper_format/flipper_format.h>
 #include <lib/flipper_format/flipper_format.h>

+ 3 - 0
app.h

@@ -1,3 +1,6 @@
+/* Copyright (C) 2022-2023 Salvatore Sanfilippo -- All Rights Reserved
+ * See the LICENSE file for information about the license. */
+
 #pragma once
 #pragma once
 
 
 #include <gui/gui.h>
 #include <gui/gui.h>

+ 3 - 0
app_buffer.c

@@ -1,3 +1,6 @@
+/* Copyright (C) 2022-2023 Salvatore Sanfilippo -- All Rights Reserved
+ * See the LICENSE file for information about the license. */
+
 #include <inttypes.h>
 #include <inttypes.h>
 #include <furi/core/string.h>
 #include <furi/core/string.h>
 #include <furi.h>
 #include <furi.h>

+ 3 - 0
app_buffer.h

@@ -1,3 +1,6 @@
+/* Copyright (C) 2022-2023 Salvatore Sanfilippo -- All Rights Reserved
+ * See the LICENSE file for information about the license. */
+
 /* Our circular buffer of raw samples, used in order to display
 /* Our circular buffer of raw samples, used in order to display
  * the signal. */
  * the signal. */
 
 

+ 3 - 0
app_subghz.c

@@ -1,3 +1,6 @@
+/* Copyright (C) 2022-2023 Salvatore Sanfilippo -- All Rights Reserved
+ * See the LICENSE file for information about the license. */
+
 #include "app.h"
 #include "app.h"
 
 
 #include <flipper_format/flipper_format_i.h>
 #include <flipper_format/flipper_format_i.h>

+ 3 - 0
proto.c

@@ -1,3 +1,6 @@
+/* Copyright (C) 2022-2023 Salvatore Sanfilippo -- All Rights Reserved
+ * See the LICENSE file for information about the license. */
+
 #include <inttypes.h>
 #include <inttypes.h>
 #include <lib/flipper_format/flipper_format_i.h>
 #include <lib/flipper_format/flipper_format_i.h>
 #include <furi/core/string.h>
 #include <furi/core/string.h>