Skip to content

Commit

Permalink
Update copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Jun 19, 2024
1 parent 5150175 commit b8ea6be
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 26 deletions.
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ number of factors:

See [Documentation](https://pydoe3.readthedocs.io).

Requirements
------------

- NumPy
- SciPy

Installation
------------

Expand All @@ -52,21 +46,19 @@ Credits
`pyDOE` original code was originally converted from code by the following
individuals for use with Scilab:

- Copyright (C) 2012 - 2013 - Michael Baudin
- Copyright (C) 2012 - Maria Christopoulou
- Copyright (C) 2010 - 2011 - INRIA - Michael Baudin
- Copyright (C) 2009 - Yann Collette
- Copyright (C) 2009 - CEA - Jean-Marc Martinez

- Website: forge.scilab.org/index.php/p/scidoe/sourcetree/master/macros
- Copyright (C) 2012-2013, Michael Baudin
- Copyright (C) 2012, Maria Christopoulou
- Copyright (C) 2010-2011, INRIA, Michael Baudin
- Copyright (C) 2009, Yann Collette
- Copyright (C) 2009, CEA, Jean-Marc Martinez

`pyDOE` was converted to Python by the following individual:

- Copyright (c) 2014, Abraham D. Lee

The following individuals forked and worked on `pyDOE2`:
The following individuals forked `pyDOE` and worked on `pyDOE2`:

- Copyright (C) 2018 - Rickard Sjögren and Daniel Svensson
- Copyright (C) 2018, Rickard Sjögren and Daniel Svensson

License
-------
Expand Down
24 changes: 13 additions & 11 deletions pyDOE3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
"""
pyDOE original code was originally converted from code by the following
`pyDOE` original code was originally converted from code by the following
individuals for use with Scilab:
- Copyright (C) 2012 - 2013 - Michael Baudin
- Copyright (C) 2012 - Maria Christopoulou
- Copyright (C) 2010 - 2011 - INRIA - Michael Baudin
- Copyright (C) 2009 - Yann Collette
- Copyright (C) 2009 - CEA - Jean-Marc Martinez
- Copyright (C) 2012-2013, Michael Baudin
- Copyright (C) 2012, Maria Christopoulou
- Copyright (C) 2010-2011, INRIA, Michael Baudin
- Copyright (C) 2009, Yann Collette
- Copyright (C) 2009, CEA, Jean-Marc Martinez
- Website: forge.scilab.org/index.php/p/scidoe/sourcetree/master/macros
`pyDOE` was converted to Python by the following individual:
pyDOE was converted to Python by the following individual:
- Copyright (c) 2014, Abraham D. Lee
- Copyright (C) 2014, Abraham D. Lee
The following individuals forked `pyDOE` and worked on `pyDOE2`:
The following individuals forked pyDOE and works on `pyDOE2`:
- Copyright (C) 2018, Rickard Sjögren and Daniel Svensson
- Copyright (C) 2018 - Rickard Sjoegren and Daniel Svensson
The following individuals forked `pyDOE2` and worked on `pyDOE3`:
- Copyright (C) 2023 - Rémi Lafage
"""

from pyDOE3.doe_box_behnken import bbdesign
Expand Down

0 comments on commit b8ea6be

Please sign in to comment.