diff --git a/hls4ml/templates/quartus/firmware/myproject.cpp b/hls4ml/templates/quartus/firmware/myproject.cpp index 8bde3194a6..acdde092ff 100644 --- a/hls4ml/templates/quartus/firmware/myproject.cpp +++ b/hls4ml/templates/quartus/firmware/myproject.cpp @@ -1,22 +1,3 @@ -// -// rfnoc-hls-neuralnet: Vivado HLS code for neural-net building blocks -// -// Copyright (C) 2017 EJ Kreinar -// -// 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program 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. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// - #include "myproject.h" #include "parameters.h" diff --git a/hls4ml/templates/quartus/firmware/nnet_utils/nnet_dense_compressed.h b/hls4ml/templates/quartus/firmware/nnet_utils/nnet_dense_compressed.h index 44c4ad6830..5619e299fb 100644 --- a/hls4ml/templates/quartus/firmware/nnet_utils/nnet_dense_compressed.h +++ b/hls4ml/templates/quartus/firmware/nnet_utils/nnet_dense_compressed.h @@ -1,22 +1,3 @@ -// -// hls4ml: Vivado HLS code for neural-net building blocks -// -// Copyright (C) 2018 Giuseppe Di Guglielmo -// -// 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program 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. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// - #ifndef NNET_COMPRESSED_LAYER_H_ #define NNET_COMPRESSED_LAYER_H_ diff --git a/hls4ml/templates/quartus/myproject_test_parallel.cpp b/hls4ml/templates/quartus/myproject_test_parallel.cpp index f412b9417e..5e3dd96c12 100644 --- a/hls4ml/templates/quartus/myproject_test_parallel.cpp +++ b/hls4ml/templates/quartus/myproject_test_parallel.cpp @@ -1,21 +1,3 @@ -// -// rfnoc-hls-neuralnet: Vivado HLS code for neural-net building blocks -// -// Copyright (C) 2017 EJ Kreinar -// -// 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program 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. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// #include #include #include diff --git a/hls4ml/templates/vivado/firmware/myproject.cpp b/hls4ml/templates/vivado/firmware/myproject.cpp index 1c7342a344..133c62ceb1 100644 --- a/hls4ml/templates/vivado/firmware/myproject.cpp +++ b/hls4ml/templates/vivado/firmware/myproject.cpp @@ -1,21 +1,3 @@ -// -// rfnoc-hls-neuralnet: Vivado HLS code for neural-net building blocks -// -// Copyright (C) 2017 EJ Kreinar -// -// 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program 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. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// #include #include "myproject.h" diff --git a/hls4ml/templates/vivado/myproject_test.cpp b/hls4ml/templates/vivado/myproject_test.cpp index 9d7e7685c3..2fd9747cae 100644 --- a/hls4ml/templates/vivado/myproject_test.cpp +++ b/hls4ml/templates/vivado/myproject_test.cpp @@ -1,21 +1,3 @@ -// -// rfnoc-hls-neuralnet: Vivado HLS code for neural-net building blocks -// -// Copyright (C) 2017 EJ Kreinar -// -// 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program 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. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// #include #include #include