diff --git a/LICENSE.md b/LICENSE similarity index 96% rename from LICENSE.md rename to LICENSE index 38420b1..60c1e93 100644 --- a/LICENSE.md +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 The Rubix ML Community +Copyright (c) 2020 Rubix ML Copyright (c) 2020 Andrew DalPino Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index 1ef4613..f082ae6 100644 --- a/README.md +++ b/README.md @@ -102,4 +102,4 @@ Email: (1) MARSHALL%PLU '@' io.arc.nasa.gov >- Dua, D. and Graff, C. (2019). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science. ## License -The code is licensed [MIT](LICENSE.md) and the tutorial is licensed [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/). +The code is licensed [MIT](LICENSE) and the tutorial is licensed [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/). diff --git a/composer.json b/composer.json index 7812875..fcf74a2 100644 --- a/composer.json +++ b/composer.json @@ -12,14 +12,13 @@ "authors": [ { "name": "Andrew DalPino", - "email": "me@andrewdalpino.com", - "homepage": "https://andrewdalpino.com", + "homepage": "https://github.com/andrewdalpino", "role": "Lead Engineer" } ], "require": { "php": ">=7.2", - "rubix/ml": "^0.1.0-rc2" + "rubix/ml": "^0.3.0" }, "scripts": { "train": "@php train.php"