From fabb8d53930aac4bd792f55ce3650c5865f26daf Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Thu, 14 May 2026 10:36:04 -0400 Subject: [PATCH 1/2] docs: add NOTICE file for Opticks attribution --- LICENSE => LICENSE.txt | 0 NOTICE.txt | 12 ++++++++++++ 2 files changed, 12 insertions(+) rename LICENSE => LICENSE.txt (100%) create mode 100644 NOTICE.txt diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 0000000000..22769e4606 --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,12 @@ +Simphony + +Copyright Simphony Contributors + +This product includes software originally developed as part of the Opticks project: +http://simoncblyth.bitbucket.io/opticks/ + +This software is licensed under the Apache License, Version 2.0. +See LICENSE for details. + +Historical authorship and modification history are preserved in the Git history. +Applicable upstream copyright and license notices are preserved in the source files. From e17a1b4c4368537cf28bc1ebe438849508a8990a Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Thu, 14 May 2026 13:08:02 -0400 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- NOTICE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE.txt b/NOTICE.txt index 22769e4606..e9a483e188 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -6,7 +6,7 @@ This product includes software originally developed as part of the Opticks proje http://simoncblyth.bitbucket.io/opticks/ This software is licensed under the Apache License, Version 2.0. -See LICENSE for details. +See LICENSE.txt for details. Historical authorship and modification history are preserved in the Git history. Applicable upstream copyright and license notices are preserved in the source files.