OSDN Git Service

Copyright and License description for JANPA are included
authorToshi Nagata <alchemist.2005@nifty.com>
Tue, 25 Oct 2022 14:46:28 +0000 (23:46 +0900)
committerToshi Nagata <alchemist.2005@nifty.com>
Tue, 25 Oct 2022 14:46:28 +0000 (23:46 +0900)
Documents/etc/JANPA_license.txt [moved from JANPA/License.txt with 100% similarity]
Documents/src/doc_source.html
MolLib/Ruby_bind/ruby_bind.c

index 608bad8..5f9737f 100644 (file)
@@ -238,6 +238,10 @@ Molby includes the following softwares, which are copyrighted products as descri
 <a href="http://web.ornl.gov/sci/ortep/">ORTEP III</a>: The citation is made like below. There are no copyright notice, but it is likely to be put in public domain.<br />
 Burnett, M. N.; Johnson, C. K. <i>ORTEP-III: Oak Ridge Thermal Ellipsoid Plot Program for Crystal Structure Illustrations,</i> Oak Ridge National Laboratory Report ORNL-6895, 1996.
 </li>
+<li>
+<a href="http://janpa.sourceforge.net/">JANPA</a>: Copyright (C) 2014, Tymofii Nikolaienko.<br />
+See <a href="../etc/JANPA_license.txt">the software license for JANPA package of programs</a>.
+</li>
 </ul>
 
 <h2>2. License</h2>
@@ -306,6 +310,10 @@ Molby は以下のソフトウェアを含んでいます。それぞれの著
 <a href="http://web.ornl.gov/sci/ortep/">ORTEP III</a>: The citation is made like below. There are no copyright notice, but it is likely to be put in public domain.<br />
 Burnett, M. N.; Johnson, C. K. <i>ORTEP-III: Oak Ridge Thermal Ellipsoid Plot Program for Crystal Structure Illustrations,</i> Oak Ridge National Laboratory Report ORNL-6895, 1996.
 </li>
+<li>
+<a href="http://janpa.sourceforge.net/">JANPA</a>: Copyright (C) 2014, Tymofii Nikolaienko.<br />
+See <a href="../etc/JANPA_license.txt">the software license for JANPA package of programs</a>.
+</li>
 </ul>
 
 <h2>2. ライセンス</h2>
index 2c7a315..7658636 100644 (file)
@@ -12384,7 +12384,9 @@ Molby_getDescription(char **versionString, char **auxString)
                  "%s\n"
                  "FFTW 3.3.2, http://www.fftw.org/\n"
                  "  Copyright (C) 2003, 2007-11 Matteo Frigo"
-                 "  and Massachusetts Institute of Technology",
+                 "  and Massachusetts Institute of Technology\n"
+                 "JANPA 2.01, https://janpa.sourceforge.net/\n"
+                 "  Copyright (C) 2014, Tymofii Nikolaienko",
                  MyAppCallback_getGUIDescriptionString(),
                  gRubyVersion, gRubyCopyright);
     } else {
@@ -12394,7 +12396,9 @@ Molby_getDescription(char **versionString, char **auxString)
                  "%s\n"
                  "FFTW 3.3.2, http://www.fftw.org/\n"
                  "  Copyright (C) 2003, 2007-11 Matteo Frigo"
-                 "  and Massachusetts Institute of Technology",
+                 "  and Massachusetts Institute of Technology\n"
+                 "JANPA 2.01, https://janpa.sourceforge.net/\n"
+                 "  Copyright (C) 2014, Tymofii Nikolaienko",
                  gRubyVersion, gRubyCopyright);
 
     }