@@ -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_hal.h>
#include <lib/flipper_format/flipper_format.h>
#pragma once
#include <gui/gui.h>
#include <inttypes.h>
#include <furi/core/string.h>
/* Our circular buffer of raw samples, used in order to display
* the signal. */
#include "app.h"
#include <flipper_format/flipper_format_i.h>
#include <lib/flipper_format/flipper_format_i.h>