forked from OpenEtherCATsociety/SOEM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move license information to LICENSE file (OpenEtherCATsociety#95)
OK
- Loading branch information
1 parent
cf76625
commit 15e7748
Showing
55 changed files
with
139 additions
and
1,957 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Simple Open EtherCAT Master Library | ||
|
||
Copyright (C) 2005-2017 Speciaal Machinefabriek Ketels v.o.f. | ||
Copyright (C) 2005-2017 Arthur Ketels | ||
Copyright (C) 2008-2009 TU/e Technische Universiteit Eindhoven | ||
Copyright (C) 2009-2017 rt-labs AB, Sweden | ||
|
||
SOEM is free software; you can redistribute it and/or modify it under the terms | ||
of the GNU General Public License version 2 as published by the Free Software | ||
Foundation. | ||
|
||
SOEM 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. | ||
|
||
As a special exception, if other files instantiate templates or use macros or | ||
inline functions from this file, or you compile this file and link it with other | ||
works to produce a work based on this file, this file does not by itself cause | ||
the resulting work to be covered by the GNU General Public License. However the | ||
source code for this file must still be made available in accordance with | ||
section (3) of the GNU General Public License. | ||
|
||
This exception does not invalidate any other reasons why a work based on this | ||
file might be covered by the GNU General Public License. | ||
|
||
The EtherCAT Technology, the trade name and logo "EtherCAT" are the intellectual | ||
property of, and protected by Beckhoff Automation GmbH. You can use SOEM for the | ||
sole purpose of creating, using and/or selling or otherwise distributing an | ||
EtherCAT network master provided that an EtherCAT Master License is obtained | ||
from Beckhoff Automation GmbH. | ||
|
||
In case you did not receive a copy of the EtherCAT Master License along with | ||
SOEM write to Beckhoff Automation GmbH, Eiserstrasse 5, D-33415 Verl, Germany | ||
(www.beckhoff.com). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,3 @@ | ||
#****************************************************************************** | ||
# * *** *** | ||
# *** *** *** | ||
# *** **** ********** *** ***** *** **** ***** | ||
# ********* ********** *** ********* ************ ********* | ||
# **** *** *** *** *** **** *** | ||
# *** *** ****** *** *********** *** **** ***** | ||
# *** *** ****** *** ************* *** **** ***** | ||
# *** **** **** *** *** *** **** *** | ||
# *** ******* ***** ************** ************* ********* | ||
# *** ***** *** ******* ** ** ****** ***** | ||
# t h e r e a l t i m e t a r g e t e x p e r t s | ||
# | ||
# http://www.rt-labs.com | ||
# Copyright (C) 2009. rt-labs AB, Sweden. All rights reserved. | ||
#------------------------------------------------------------------------------ | ||
# $Id: Makefile 125 2012-04-01 17:36:17Z rtlaka $ | ||
#------------------------------------------------------------------------------ | ||
|
||
LIBNAME = osal | ||
include $(PRJ_ROOT)/make/lib.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,2 @@ | ||
#****************************************************************************** | ||
# * *** *** | ||
# *** *** *** | ||
# *** **** ********** *** ***** *** **** ***** | ||
# ********* ********** *** ********* ************ ********* | ||
# **** *** *** *** *** **** *** | ||
# *** *** ****** *** *********** *** **** ***** | ||
# *** *** ****** *** ************* *** **** ***** | ||
# *** **** **** *** *** *** **** *** | ||
# *** ******* ***** ************** ************* ********* | ||
# *** ***** *** ******* ** ** ****** ***** | ||
# t h e r e a l t i m e t a r g e t e x p e r t s | ||
# | ||
# http://www.rt-labs.com | ||
# Copyright (C) 2009. rt-labs AB, Sweden. All rights reserved. | ||
#------------------------------------------------------------------------------ | ||
# $Id: Makefile 411 2012-12-02 20:16:39Z rtlaka $ | ||
#------------------------------------------------------------------------------ | ||
|
||
LIBNAME = osal | ||
include $(PRJ_ROOT)/make/lib.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.