Skip to content

Commit

Permalink
Update example.cpp
Browse files Browse the repository at this point in the history
include license information in file
  • Loading branch information
fz-lyu authored Aug 15, 2021
1 parent decea7b commit fc23ca5
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions example/example.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
//
// Created by Fanzhe on 5/29/2017.
//
/* example.cpp
*
* Copyright (C) 20017-2021 Fanzhe Lyu <lvfanzhe@hotmail.com>, all rights reserved.
*
* modbuspp is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#include "modbus.h"

Expand Down

0 comments on commit fc23ca5

Please # to comment.