Skip to content

Commit

Permalink
FIX: add missing copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
r2axz committed Nov 13, 2020
1 parent 627b031 commit 297a595
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cdc_shell.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* MIT License
*
* Copyright (c) 2020 Kirill Kotyagin
*/

#include "cdc_shell.h"

static char cmd_line[USB_SHELL_MAX_CMD_LINE_SIZE];
Expand Down
6 changes: 6 additions & 0 deletions cdc_shell.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* MIT License
*
* Copyright (c) 2020 Kirill Kotyagin
*/

#ifndef CDC_SHELL_H
#define CDC_SHELL_H

Expand Down

0 comments on commit 297a595

Please # to comment.