Skip to content

Commit

Permalink
Copyright notice added.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Dec 30, 2022
1 parent bf9eeda commit 74943a7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
3 changes: 3 additions & 0 deletions app.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright (C) 2022-2023 Salvatore Sanfilippo -- All Rights Reserved
* See the LICENSE file for information about the license. */

#pragma once

#include <gui/gui.h>
Expand Down
3 changes: 3 additions & 0 deletions app_buffer.c
Original file line number Diff line number Diff line change
@@ -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 <furi/core/string.h>
#include <furi.h>
Expand Down
3 changes: 3 additions & 0 deletions app_buffer.h
Original file line number Diff line number Diff line change
@@ -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
* the signal. */

Expand Down
3 changes: 3 additions & 0 deletions app_subghz.c
Original file line number Diff line number Diff line change
@@ -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 <flipper_format/flipper_format_i.h>
Expand Down
3 changes: 3 additions & 0 deletions proto.c
Original file line number Diff line number Diff line change
@@ -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 <lib/flipper_format/flipper_format_i.h>
#include <furi/core/string.h>
Expand Down

0 comments on commit 74943a7

Please sign in to comment.