Skip to content

Commit

Permalink
added header
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanRintoul committed Jan 18, 2019
1 parent 72a80f1 commit fa8c142
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions OpenEIT.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**********************************
Author: Jean Rintoul , Mindseye Biomedical LLC
Author: Jean Rintoul , Mindseye Biomedical LLC Copyright 2018
This software is modified from an original Analog Devices example,
It's original copyright notice is included below.
Expand All @@ -10,10 +11,11 @@ Creative Commons Non-Commercial License((CC BY-NC-SA 4.0)).
If you are a person who wants to experiment/hack or publish etc, please go ahead and do it!
We'd love an acknowledgement.
If you are planning a commercial enterprise and have used this work in your development process,
please get in contact with Mindseye Biomedical LLC (jean2mindseyebiomedical.com)
We'd love to License the technomlogy to you under a separate reasonable agreement,
or even help/assist/coordinate your development under a consulting agreement.
If you are planning a commercial enterprise and are making a derivative work,
please get in contact with Mindseye Biomedical LLC ([email protected]).
We'd love a payment for use of the OpenEIT suite of work which would in turn help
us afford the time to maintain this project and make new projects, while giving
your company commerical use license.
Please support Open Source Hardware! Imagine a world where we shared knowledge,
to enable each other to reach greater heights.
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,11 @@ Behold my thorax! This was taken using this firmware, the most difficult part of
</p>


## License

The Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License seems to fit best with this project. Check out the human readable summary here:

<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.

If you'd like to make a derivative of this project in a commercial setting, we'd love a payment so that we can afford to spend time both maintaining this project and making more projects like this one. If this hybrid open source model works, it would enable open source projects to receive some funding, making the global commons stronger to benefit everyone.

2 changes: 1 addition & 1 deletion lookup.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! \addtogroup AFE_Library AFE Library
* @{
* Author: Jean Rintoul , Mindseye Biomedical LLC Copyright 2018
*/

#ifndef __LOOKUP_H__
Expand Down
2 changes: 1 addition & 1 deletion modes.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! \addtogroup AFE_Library AFE Library
* @{
* Author: Jean Rintoul , Mindseye Biomedical LLC Copyright 2018
*/

#ifndef __MODES_H__
Expand Down
2 changes: 1 addition & 1 deletion sequences.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! \addtogroup AFE_Library AFE Library
* @{
* Author: Jean Rintoul , Mindseye Biomedical LLC Copyright 2018
*/

#ifndef __SEQUENCES_H__
Expand Down

0 comments on commit fa8c142

Please sign in to comment.