diff --git a/LICENSE b/LICENSE index e26c87f8..a15ce6cd 100644 --- a/LICENSE +++ b/LICENSE @@ -632,6 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. CrazyAra Copyright (c) 2018 Johannes Czech, Alena Beyer, Moritz Willig + CrazyAra Copyright (c) 2019 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -652,6 +653,8 @@ Also add information on how to contact you by electronic and paper mail. notice like this when it starts in an interactive mode: CrazyAra Copyright (c) 2018 Johannes Czech, Alena Beyer, Moritz Willig + CrazyAra Copyright (c) 2019 Johannes Czech + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/model/params/README.md b/model/params/README.md index 74b1346c..af0d2a7f 100644 --- a/model/params/README.md +++ b/model/params/README.md @@ -1,4 +1,4 @@ -#### Directory for the weights of the neural network +### Directory for the weights of the neural network * Put a working `.params` file here. diff --git a/model/symbol/README.md b/model/symbol/README.md index 89eaf32b..02992491 100644 --- a/model/symbol/README.md +++ b/model/symbol/README.md @@ -1,4 +1,4 @@ -#### Directory for the architecture definition of the neural network +### Directory for the architecture definition of the neural network * Put a working `.json` file here.