@@ -408,7 +408,7 @@ static QCString substituteHtmlKeywords(const QCString &str,
408
408
if (disableIndex || !Config_getBool (HTML_DYNAMIC_MENUS))
409
409
{
410
410
searchCssJs += " <script type=\" text/javascript\" >\n "
411
- " /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0. txt GPL-v2 */\n "
411
+ " /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat. txt MIT */\n "
412
412
" $(document).ready(function() { init_search(); });\n "
413
413
" /* @license-end */\n "
414
414
" </script>" ;
@@ -419,7 +419,7 @@ static QCString substituteHtmlKeywords(const QCString &str,
419
419
if (disableIndex || !Config_getBool (HTML_DYNAMIC_MENUS))
420
420
{
421
421
searchCssJs += " <script type=\" text/javascript\" >\n "
422
- " /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0. txt GPL-v2 */\n "
422
+ " /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat. txt MIT */\n "
423
423
" $(document).ready(function() {\n "
424
424
" if ($('.searchresults').length > 0) { searchBox.DOMSearchField().focus(); }\n "
425
425
" });\n "
@@ -1130,7 +1130,7 @@ void HtmlGenerator::startFile(const QCString &name,const QCString &,
1130
1130
if (searchEngine /* && !generateTreeView*/ )
1131
1131
{
1132
1132
m_t << " <script type=\" text/javascript\" >\n " ;
1133
- m_t << " /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0. txt GPL-v2 */\n " ;
1133
+ m_t << " /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat. txt MIT */\n " ;
1134
1134
m_t << " var searchBox = new SearchBox(\" searchBox\" , \" "
1135
1135
<< m_relPath<< " search\" ,'" << theTranslator->trSearch () << " ','" << Doxygen::htmlFileExtension << " ');\n " ;
1136
1136
m_t << " /* @license-end */\n " ;
@@ -2488,7 +2488,7 @@ static void writeDefaultQuickLinks(TextStream &t,bool compact,
2488
2488
t << " <script type=\" text/javascript\" src=\" " << relPath << " menudata.js\" ></script>\n " ;
2489
2489
t << " <script type=\" text/javascript\" src=\" " << relPath << " menu.js\" ></script>\n " ;
2490
2490
t << " <script type=\" text/javascript\" >\n " ;
2491
- t << " /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0. txt GPL-v2 */\n " ;
2491
+ t << " /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat. txt MIT */\n " ;
2492
2492
t << " $(function() {\n " ;
2493
2493
t << " initMenu('" << relPath << " ',"
2494
2494
<< (searchEngine?" true" :" false" ) << " ,"
@@ -2571,7 +2571,7 @@ QCString HtmlGenerator::writeSplitBarAsString(const QCString &name,const QCStrin
2571
2571
" </div>\n "
2572
2572
" </div>\n "
2573
2573
" <script type=\" text/javascript\" >\n "
2574
- " /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0. txt GPL-v2 */\n "
2574
+ " /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat. txt MIT */\n "
2575
2575
" $(document).ready(function(){initNavTree('" ) +
2576
2576
QCString (addHtmlExtensionIfMissing (name)) +
2577
2577
QCString (" ','" ) + relpath +
@@ -2668,7 +2668,7 @@ void HtmlGenerator::writeSearchPage()
2668
2668
t << " <!-- " << theTranslator->trGeneratedBy () << " Doxygen "
2669
2669
<< getDoxygenVersion () << " -->\n " ;
2670
2670
t << " <script type=\" text/javascript\" >\n " ;
2671
- t << " /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0. txt GPL-v2 */\n " ;
2671
+ t << " /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat. txt MIT */\n " ;
2672
2672
t << " var searchBox = new SearchBox(\" searchBox\" , \" "
2673
2673
<< " search\" ,'" << theTranslator->trSearch () << " ','" << Doxygen::htmlFileExtension << " ');\n " ;
2674
2674
t << " /* @license-end */\n " ;
@@ -2724,7 +2724,7 @@ void HtmlGenerator::writeExternalSearchPage()
2724
2724
t << " <!-- " << theTranslator->trGeneratedBy () << " Doxygen "
2725
2725
<< getDoxygenVersion () << " -->\n " ;
2726
2726
t << " <script type=\" text/javascript\" >\n " ;
2727
- t << " /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0. txt GPL-v2 */\n " ;
2727
+ t << " /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat. txt MIT */\n " ;
2728
2728
t << " var searchBox = new SearchBox(\" searchBox\" , \" "
2729
2729
<< " search\" ,'" << theTranslator->trSearch () << " ','" << Doxygen::htmlFileExtension << " ');\n " ;
2730
2730
t << " /* @license-end */\n " ;
0 commit comments