From 874b25b5b7a0ae7dbcfe9c043447273bf7c546f9 Mon Sep 17 00:00:00 2001 From: Toshi Nagata Date: Tue, 25 Oct 2022 23:46:28 +0900 Subject: [PATCH] Copyright and License description for JANPA are included --- JANPA/License.txt => Documents/etc/JANPA_license.txt | 0 Documents/src/doc_source.html | 8 ++++++++ MolLib/Ruby_bind/ruby_bind.c | 8 ++++++-- 3 files changed, 14 insertions(+), 2 deletions(-) rename JANPA/License.txt => Documents/etc/JANPA_license.txt (100%) diff --git a/JANPA/License.txt b/Documents/etc/JANPA_license.txt similarity index 100% rename from JANPA/License.txt rename to Documents/etc/JANPA_license.txt diff --git a/Documents/src/doc_source.html b/Documents/src/doc_source.html index 608bad8..5f9737f 100644 --- a/Documents/src/doc_source.html +++ b/Documents/src/doc_source.html @@ -238,6 +238,10 @@ Molby includes the following softwares, which are copyrighted products as descri ORTEP III: The citation is made like below. There are no copyright notice, but it is likely to be put in public domain.
Burnett, M. N.; Johnson, C. K. ORTEP-III: Oak Ridge Thermal Ellipsoid Plot Program for Crystal Structure Illustrations, Oak Ridge National Laboratory Report ORNL-6895, 1996. +
  • +JANPA: Copyright (C) 2014, Tymofii Nikolaienko.
    +See the software license for JANPA package of programs. +
  • 2. License

    @@ -306,6 +310,10 @@ Molby は以下のソフトウェアを含んでいます。それぞれの著 ORTEP III: The citation is made like below. There are no copyright notice, but it is likely to be put in public domain.
    Burnett, M. N.; Johnson, C. K. ORTEP-III: Oak Ridge Thermal Ellipsoid Plot Program for Crystal Structure Illustrations, Oak Ridge National Laboratory Report ORNL-6895, 1996. +
  • +JANPA: Copyright (C) 2014, Tymofii Nikolaienko.
    +See the software license for JANPA package of programs. +
  • 2. ライセンス

    diff --git a/MolLib/Ruby_bind/ruby_bind.c b/MolLib/Ruby_bind/ruby_bind.c index 2c7a315..7658636 100644 --- a/MolLib/Ruby_bind/ruby_bind.c +++ b/MolLib/Ruby_bind/ruby_bind.c @@ -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); } -- 2.11.0