Skip to content

Commit

Permalink
Modification des entêtes
Browse files Browse the repository at this point in the history
  • Loading branch information
epsilonrt committed May 2, 2016
1 parent f39f9d4 commit c4f9b58
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 34 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/modbus/modbus-rtu.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ int modbus_rtu_set_serial_mode(modbus_t *ctx, int mode)
memset(&rs485conf, 0x0, sizeof(struct serial_rs485));

/*
* pascal.jean@btssn.net aka epsilonrt
* epsilonrt
* 2016.02.17
* start
*/
Expand All @@ -930,7 +930,7 @@ int modbus_rtu_set_serial_mode(modbus_t *ctx, int mode)
ctx_rtu->serial_mode = mode;
/*
* end
* pascal.jean@btssn.net aka epsilonrt
* epsilonrt
* 2016.02.17
*/
return 0;
Expand Down
4 changes: 2 additions & 2 deletions 3rdparty/modbus/modbus-rtu.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ MODBUS_API modbus_t* modbus_new_rtu(const char *device, int baud, char parity,
#define MODBUS_RTU_RS232 0
#define MODBUS_RTU_RS485 1
/*
* pascal.jean@btssn.net aka epsilonrt
* epsilonrt
* 2016.02.17
* start
*/
Expand All @@ -32,7 +32,7 @@ MODBUS_API modbus_t* modbus_new_rtu(const char *device, int baud, char parity,
#define MODBUS_RTU_RS485_RTS_ON_SEND 2
/*
* end
* pascal.jean@btssn.net aka epsilonrt
* epsilonrt
* 2016.02.17
*/

Expand Down
3 changes: 1 addition & 2 deletions 3rdparty/sysio/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
* @file sysio/compat.h
* @brief Fonctions de portabilité POSIX, GNU, Microsoft
*
* Copyright © 2015 Pascal JEAN aka epsilonRT <pascal.jean--AT--btssn.net>
* All rights reserved.
* Copyright (c) 2015 epsilonRT, All rights reserved.
* This software is governed by the CeCILL license <http://www.cecill.info>
*/

Expand Down
3 changes: 1 addition & 2 deletions 3rdparty/sysio/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
* @file sysio/defs.h
* @brief Défintions pour l'interface système
*
* Copyright © 2015 Pascal JEAN aka epsilonRT <pascal.jean--AT--btssn.net>
* All rights reserved.
* Copyright (c) 2015 epsilonRT, All rights reserved.
* This software is governed by the CeCILL license <http://www.cecill.info>
*/
#ifndef _SYSIO_DEFS_H_
Expand Down
3 changes: 1 addition & 2 deletions 3rdparty/sysio/delay.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*
* sysio/win32/delay.c
* @brief fonctions de temporisation
* Copyright © 2014 Pascal JEAN aka epsilonRT <pascal.jean--AT--btssn.net>
* All rights reserved.
* Copyright (c) 2015 epsilonRT, All rights reserved.
* This software is governed by the CeCILL license <http://www.cecill.info>
*/
#include <sysio/delay.h>
Expand Down
3 changes: 1 addition & 2 deletions 3rdparty/sysio/delay.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
* @file sysio/delay.h
* @brief Temporisation
*
* Copyright © 2014 Pascal JEAN aka epsilonRT <pascal.jean--AT--btssn.net>
* All rights reserved.
* Copyright (c) 2015 epsilonRT, All rights reserved.
* This software is governed by the CeCILL license <http://www.cecill.info>
*/

Expand Down
3 changes: 1 addition & 2 deletions 3rdparty/sysio/serial.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*
* sysio/serial.c
* @brief Liaison série (Implémentation, partie portable)
* Copyright © 2014 Pascal JEAN aka epsilonRT <pascal.jean--AT--btssn.net>
* All rights reserved.
* Copyright (c) 2015 epsilonRT, All rights reserved.
* This software is governed by the CeCILL license <http://www.cecill.info>
*/
#include <stdio.h>
Expand Down
3 changes: 1 addition & 2 deletions 3rdparty/sysio/serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
* @file sysio/serial.h
* @brief Liaison série
*
* Copyright © 2014 Pascal JEAN aka epsilonRT <pascal.jean--AT--btssn.net>
* All rights reserved.
* Copyright (c) 2015 epsilonRT, All rights reserved.
* This software is governed by the CeCILL license <http://www.cecill.info>
*/

Expand Down
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* epsilonrt aka Pascal JEAN <pjean@btssn.net>
* epsilonrt <epsilonrt <--//\\--> gmail.com>
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# mbpoll

> Copyright © 2015 Pascal JEAN aka epsilonRT
> pascal.jean--AT--btssn.net
> Copyright © 2015 epsilonRT, All rights reserved.

## Presentation
Expand Down Expand Up @@ -37,8 +36,7 @@ slave at address 33 connected through RTU /dev/ttyUSB2 (38400 Bd)
mbpoll -a 33 -b 38400 -t 3 -r 1 -c 2 /dev/ttyUSB2

mbpoll 0.1-10 - FieldTalk(tm) Modbus(R) Master Simulator
Copyright (c) 2015 Pascal JEAN aka epsilonRT
All rights reserved.
Copyright (c) 2015 epsilonRT, All rights reserved.
This software is governed by the CeCILL license <http://www.cecill.info>

Protocol configuration: Modbus RTU
Expand Down
6 changes: 2 additions & 4 deletions README_FR.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# mbpoll

> Copyright © 2015 Pascal JEAN aka epsilonRT
> pascal.jean--AT--btssn.net
> Copyright © 2015 epsilonRT, All rights reserved.

## Présentation
Expand Down Expand Up @@ -36,8 +35,7 @@ l'esclave à l'adresse 33 connecté en RTU sur /dev/ttyUSB2 (38400 Bd)
mbpoll -a 33 -b 38400 -t 3 -r 1 -c 2 /dev/ttyUSB2

mbpoll 0.1-10 - FieldTalk(tm) Modbus(R) Master Simulator
Copyright (c) 2015 Pascal JEAN aka epsilonRT
All rights reserved.
Copyright (c) 2015 epsilonRT, All rights reserved.
This software is governed by the CeCILL license <http://www.cecill.info>

Protocol configuration: Modbus RTU
Expand Down
3 changes: 1 addition & 2 deletions package/win/mbpoll.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
; Copyright © 2015 Pascal JEAN aka epsilonRT
; All rights reserved.
; Copyright © 2015 epsilonRT, All rights reserved.

#define VERSION "0.1-19-ge00e908"
[Setup]
Expand Down
3 changes: 1 addition & 2 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
* @file config.h
* @brief mbpoll config file
*
* Copyright © 2015 Pascal JEAN aka epsilonRT <pascal.jean--AT--btssn.net>
* All rights reserved.
* Copyright (c) 2015 epsilonRT, All rights reserved.
* This software is governed by the CeCILL license <http://www.cecill.info>
*/
#ifndef _CONFIG_H_
Expand Down
8 changes: 3 additions & 5 deletions src/mbpoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
*
* Utilise la bibliothèque libmodbus http://libmodbus.org version >= 3.0
*
* Copyright (c) 2015 Pascal JEAN aka epsilonRT <pascal.jean--AT--btssn.net>
* All rights reserved.
* Copyright (c) 2015 epsilonRT, All rights reserved.
* This software is governed by the CeCILL license <http://www.cecill.info>
*/
#define _GNU_SOURCE
Expand All @@ -29,7 +28,7 @@
#include "config.h"

/* constants ================================================================ */
#define AUTHORS "Pascal JEAN aka epsilonRT"
#define AUTHORS "epsilonRT"
#define WEBSITE "http://www.btssn.net"

/* conditionals ============================================================= */
Expand Down Expand Up @@ -1163,8 +1162,7 @@ void
vHello (void) {
printf ("%s %s - FieldTalk(tm) Modbus(R) Master Simulator\n",
basename (progname), VERSION_SHORT);
printf ("Copyright (c) 2015 %s\n"
"All rights reserved.\n"
printf ("Copyright (c) 2015 %s, All rights reserved.\n"
"This software is governed by the CeCILL license <http://www.cecill.info>\n\n"
, AUTHORS);
}
Expand Down

0 comments on commit c4f9b58

Please sign in to comment.