Skip to content

Commit

Permalink
Comment headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Mar 5, 2021
1 parent a7b3634 commit e33e30d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Sming/Components/mdns/src/Request.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/****
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
* Created 2015 by Skurydin Alexey
* http://github.com/SmingHub/Sming
* All files of the Sming Core are provided under the LGPL v3 license.
*
* Request.cpp
*
****/

#include "include/Network/Mdns/Request.h"
#include "Packet.h"

Expand Down
10 changes: 10 additions & 0 deletions Sming/Components/mdns/src/include/Network/Mdns/Request.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/****
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
* Created 2015 by Skurydin Alexey
* http://github.com/SmingHub/Sming
* All files of the Sming Core are provided under the LGPL v3 license.
*
* Request.h
*
****/

#pragma once

#include "Message.h"
Expand Down

0 comments on commit e33e30d

Please sign in to comment.