Changed email and postal address.
This commit is contained in:
parent
3893e863e7
commit
57adee4c7b
6
AUTHORS
6
AUTHORS
|
|
@ -1,5 +1 @@
|
||||||
|
Dipl.-Ing. (FH) Florian Pose <fp@igh.de>
|
||||||
$Id$
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
Dipl.-Ing. (FH) Florian Pose <fp@igh-essen.com>
|
|
||||||
|
|
|
||||||
12
README
12
README
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
This is the README file of the IgH EtherCAT Master.
|
This is the README file of the IgH EtherCAT Master.
|
||||||
|
|
||||||
$Id$
|
|
||||||
|
|
||||||
vim: spelllang=en spell tw=78
|
vim: spelllang=en spell tw=78
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
@ -28,11 +26,11 @@ http://etherlab.org/en/ethercat.
|
||||||
|
|
||||||
or contact
|
or contact
|
||||||
|
|
||||||
Dipl.-Ing. (FH) Florian Pose <fp@igh-essen.com>
|
Dipl.-Ing. (FH) Florian Pose <fp@igh.de>
|
||||||
Ingenieurgemeinschaft IgH
|
Ingenieurgemeinschaft IgH
|
||||||
Heinz-Baecker-Str. 34
|
Nordsternstraße 66
|
||||||
D-45356 Essen
|
D-45329 Essen
|
||||||
http://igh-essen.com
|
http://igh.de
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -74,7 +72,7 @@ recommended (hdparm -d0 <DEV>).
|
||||||
5) License
|
5) License
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH
|
Copyright (C) 2006-2023 Florian Pose, Ingenieurgemeinschaft IgH
|
||||||
|
|
||||||
This file is part of the IgH EtherCAT Master.
|
This file is part of the IgH EtherCAT Master.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# $Id$
|
# Copyright (C) 2006-2023 Florian Pose, Ingenieurgemeinschaft IgH
|
||||||
#
|
|
||||||
# Copyright (C) 2006-2012 Florian Pose, Ingenieurgemeinschaft IgH
|
|
||||||
#
|
#
|
||||||
# This file is part of the IgH EtherCAT Master.
|
# This file is part of the IgH EtherCAT Master.
|
||||||
#
|
#
|
||||||
|
|
@ -39,7 +37,7 @@ AC_PREREQ(2.59)
|
||||||
# - Update version number below
|
# - Update version number below
|
||||||
# - make dist-bzip2
|
# - make dist-bzip2
|
||||||
#
|
#
|
||||||
AC_INIT([ethercat],[1.5.2],[fp@igh-essen.com])
|
AC_INIT([ethercat],[1.5.2],[fp@igh.de])
|
||||||
AC_CONFIG_AUX_DIR([autoconf])
|
AC_CONFIG_AUX_DIR([autoconf])
|
||||||
AM_INIT_AUTOMAKE([-Wall -Wno-override -Werror dist-bzip2 subdir-objects])
|
AM_INIT_AUTOMAKE([-Wall -Wno-override -Werror dist-bzip2 subdir-objects])
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* $Id$
|
* Copyright (C) 2006-2023 Florian Pose, Ingenieurgemeinschaft IgH
|
||||||
*
|
|
||||||
* Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH
|
|
||||||
*
|
*
|
||||||
* This file is part of the IgH EtherCAT Master.
|
* This file is part of the IgH EtherCAT Master.
|
||||||
*
|
*
|
||||||
|
|
@ -51,17 +49,17 @@
|
||||||
\section sec_contact Contact
|
\section sec_contact Contact
|
||||||
|
|
||||||
\verbatim
|
\verbatim
|
||||||
Florian Pose <fp@igh-essen.com>
|
Florian Pose <fp@igh.de>
|
||||||
Ingenieurgemeinschaft IgH
|
Ingenieurgemeinschaft IgH
|
||||||
Heinz-Baecker-Str. 34
|
Nordsternstraße 66
|
||||||
D-45356 Essen
|
D-45329 Essen
|
||||||
http://igh-essen.com
|
http://igh.de
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
\section sec_license License
|
\section sec_license License
|
||||||
|
|
||||||
\verbatim
|
\verbatim
|
||||||
Copyright (C) 2006-2013 Florian Pose, Ingenieurgemeinschaft IgH
|
Copyright (C) 2006-2023 Florian Pose, Ingenieurgemeinschaft IgH
|
||||||
|
|
||||||
This file is part of the IgH EtherCAT Master.
|
This file is part of the IgH EtherCAT Master.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue