From scmnotify @ osdn.net Sat Jan 1 17:56:30 2022 From: scmnotify @ osdn.net (scmnotify @ osdn.net) Date: Sat, 01 Jan 2022 17:56:30 +0900 Subject: [ttssh2-commit] =?utf-8?b?Wzk2NjBdIOODieOCreODpeODoeODs+ODiA==?= =?utf-8?b?44KSIExpYnJlU1NMIOOBq+WvvuW/nA==?= Message-ID: <1641027390.473829.32743.nullmailer@users.osdn.me> Revision: 9660 https://osdn.net/projects/ttssh2/scm/svn/commits/9660 Author: nmaya Date: 2022-01-01 17:56:30 +0900 (Sat, 01 Jan 2022) Log Message: ----------- ドキュメントを LibreSSL に対応 - 使用しているライブラリを OpenSSL から LibreSSL に変更 - LibreSSL のライセンス表記 「OpenSSL License(Apache License 1.0)」と「SSLeay License(四条項BSDライセンス)」と「ISC ライセンス」と「パブリックドメイン」 - ライセンスファイルを差し替え - 変更履歴 Modified Paths: -------------- branches/libressl_3_4_2/doc/convtext.bat branches/libressl_3_4_2/doc/en/html/about/copyright.html branches/libressl_3_4_2/doc/en/html/about/history.html branches/libressl_3_4_2/doc/en/html/index.html branches/libressl_3_4_2/doc/en/html/reference/.gitignore branches/libressl_3_4_2/doc/en/html/reference/develop.txt branches/libressl_3_4_2/doc/en/html/reference/sourcecode.html branches/libressl_3_4_2/doc/en/teraterm.hhc branches/libressl_3_4_2/doc/en/teraterm.hhp branches/libressl_3_4_2/doc/ja/html/about/copyright.html branches/libressl_3_4_2/doc/ja/html/about/history.html branches/libressl_3_4_2/doc/ja/html/index.html branches/libressl_3_4_2/doc/ja/html/reference/.gitignore branches/libressl_3_4_2/doc/ja/html/reference/develop.txt branches/libressl_3_4_2/doc/ja/html/reference/sourcecode.html branches/libressl_3_4_2/doc/ja/teraterm.hhc branches/libressl_3_4_2/doc/ja/teraterm.hhp -------------- next part -------------- Modified: branches/libressl_3_4_2/doc/convtext.bat =================================================================== --- branches/libressl_3_4_2/doc/convtext.bat 2021-12-31 14:43:31 UTC (rev 9659) +++ branches/libressl_3_4_2/doc/convtext.bat 2022-01-01 08:56:30 UTC (rev 9660) @@ -6,8 +6,8 @@ %TOSJIS% -i ..\libs\oniguruma\COPYING -o %REF_J%\Oniguruma-LICENSE.txt -l unix %TOSJIS% -i ..\libs\oniguruma\doc\RE -o %REF_E%\RE.txt -l unix %TOSJIS% -i ..\libs\oniguruma\doc\RE.ja -o %REF_J%\RE.txt -c utf8 -l unix -%TOSJIS% -i ..\libs\openssl\LICENSE -o %REF_E%\OpenSSL-LICENSE.txt -l unix -%TOSJIS% -i ..\libs\openssl\LICENSE -o %REF_J%\OpenSSL-LICENSE.txt -l unix +%TOSJIS% -i ..\libs\libressl\COPYING -o %REF_E%\LibreSSL-LICENSE.txt -l unix +%TOSJIS% -i ..\libs\libressl\COPYING -o %REF_J%\LibreSSL-LICENSE.txt -l unix %TOSJIS% -i ..\libs\putty\LICENCE -o %REF_E%\PuTTY-LICENSE.txt -l crlf %TOSJIS% -i ..\libs\putty\LICENCE -o %REF_J%\PuTTY-LICENSE.txt -l crlf %TOSJIS% -i ..\libs\SFMT\LICENSE.txt -o %REF_E%\SFMT-LICENSE.txt -l unix Modified: branches/libressl_3_4_2/doc/en/html/about/copyright.html =================================================================== --- branches/libressl_3_4_2/doc/en/html/about/copyright.html 2021-12-31 14:43:31 UTC (rev 9659) +++ branches/libressl_3_4_2/doc/en/html/about/copyright.html 2022-01-01 08:56:30 UTC (rev 9660) @@ -29,7 +29,7 @@
  • Oniguruma ... 2-clause BSD license
  • SFMT ... 3-clause BSD license
  • OpenSSH ... BSD style license
  • -
  • OpenSSL ... Dual(both) license, OpenSSL License(Apache License 1.0) and SSLeay License(4-clause BSD license)
  • +
  • LibreSSL ... OpenSSL License(Apache License 1.0)" and "SSLeay License(4-clause BSD license)" and "ISC license" and "public domain"
  • zlib ... zlib License
  • PuTTY ... MIT License
  • The reference C implementation of Argon2 ... Creative Commons CC0 1.0 License/Waiver or the Apache License 2.0
  • @@ -153,8 +153,8 @@ Copyright of original TTSSH belongs to Robert O'Callahan. Copyright of TTSSH supporting SSH2 belongs to Yutaka Hirata. - Copyright of OpenSSL belongs to OpenSSL project. Please see OpenSSL-LICENSE.txt for more information about license. - OpenSSL is linked to this program statically. + Copyright of LibreSSL belongs to OpenBSD project. Please see LibreSSL-LICENSE.txt for more information about license. + LibreSSL is linked to this program statically. Copyright of zlib belongs to Greg Roelofs and Jean-loup Gaill. Please see OpenSSL-LICENSE.txt for more information about license. zlib is linked to this program statically. Copyright of OpenSSH belongs to each developers. Please see OpenSSH-LICENSE.txt for more information. Modified: branches/libressl_3_4_2/doc/en/html/about/history.html =================================================================== --- branches/libressl_3_4_2/doc/en/html/about/history.html 2021-12-31 14:43:31 UTC (rev 9659) +++ branches/libressl_3_4_2/doc/en/html/about/history.html 2022-01-01 08:56:30 UTC (rev 9660) @@ -47,6 +47,7 @@
  • Misc
  • @@ -3298,6 +3299,25 @@

    TTSSH

    +

    2022.xx.xx (Ver 2.93 not released)

    + +

    2021.6.5 (Ver 2.92)