mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 00:57:23 +08:00
Fixed mail address; limited lines to 78 characters; removed $Id$.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH
|
||||
*
|
||||
@@ -26,7 +24,7 @@ using namespace std;
|
||||
|
||||
#include "CommandVersion.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
CommandVersion::CommandVersion():
|
||||
Command("version", "Show version information.")
|
||||
@@ -59,4 +57,4 @@ void CommandVersion::execute(const StringVector &args)
|
||||
cout << "IgH EtherCAT master " << EC_MASTER_VERSION << endl;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user