From ee8991832c88054bac583f307956a286967d9ba8 Mon Sep 17 00:00:00 2001 From: Tracy Rust Date: Mon, 11 Dec 2023 00:54:16 -0500 Subject: [PATCH] fix erroneous project name in license statement --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fd130c..0f9619c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -#This file is part of the IVD project and is licensed under the terms of the +#This file is part of the reprodyne project and is licensed under the terms of the cmake_minimum_required(VERSION 3.12)