Jelajahi Sumber

minor: (c) 2025

Aleksey N. Vinogradov 9 bulan lalu
induk
melakukan
a292e593ef
100 mengubah file dengan 104 tambahan dan 104 penghapusan
  1. 1 1
      api/libsphinxclient/sphinxclient.c
  2. 1 1
      api/sphinxapi.php
  3. 1 1
      cmake/FindMysql.cmake
  4. 1 1
      cmake/FindZSTD.cmake
  5. 1 1
      cmake/Findre2.cmake
  6. 1 1
      cmake/GetICU.cmake
  7. 1 1
      cmake/GetJIEBA.cmake
  8. 1 1
      cmake/GetRE2.cmake
  9. 1 1
      cmake/GetSTEMMER.cmake
  10. 1 1
      cmake/mincore_test.cmake
  11. 5 5
      component-licenses/README.md
  12. 1 1
      config/config_cmake.h.in
  13. 1 1
      doc/indexer.1
  14. 1 1
      doc/indextool.1
  15. 1 1
      doc/md2man.bash
  16. 1 1
      doc/searchd.1
  17. 1 1
      manual/Installation/Debian_and_Ubuntu.md
  18. 1 1
      mysqlse/ha_sphinx.cc
  19. 1 1
      src/accumulator.cpp
  20. 1 1
      src/accumulator.h
  21. 1 1
      src/aggregate.cpp
  22. 1 1
      src/aggregate.h
  23. 1 1
      src/attribute.cpp
  24. 1 1
      src/attribute.h
  25. 1 1
      src/attrindex_builder.cpp
  26. 1 1
      src/attrindex_builder.h
  27. 1 1
      src/attrindex_merge.cpp
  28. 1 1
      src/attrindex_merge.h
  29. 1 1
      src/binlog.cpp
  30. 1 1
      src/binlog.h
  31. 1 1
      src/binlog_defs.h
  32. 1 1
      src/charsets/globalaliases.h.in
  33. 1 1
      src/chunksearchctx.cpp
  34. 1 1
      src/chunksearchctx.h
  35. 1 1
      src/cjkpreprocessor.cpp
  36. 1 1
      src/cjkpreprocessor.h
  37. 1 1
      src/client_session.h
  38. 1 1
      src/client_task_info.cpp
  39. 1 1
      src/client_task_info.h
  40. 1 1
      src/collation.cpp
  41. 1 1
      src/collation.h
  42. 1 1
      src/columnarexpr.cpp
  43. 1 1
      src/columnarexpr.h
  44. 1 1
      src/columnarfilter.cpp
  45. 1 1
      src/columnarfilter.h
  46. 1 1
      src/columnargrouper.cpp
  47. 1 1
      src/columnargrouper.h
  48. 1 1
      src/columnarlib.cpp
  49. 1 1
      src/columnarlib.h
  50. 1 1
      src/columnarmisc.cpp
  51. 1 1
      src/columnarmisc.h
  52. 1 1
      src/columnarrt.cpp
  53. 1 1
      src/columnarrt.h
  54. 1 1
      src/columnarsort.cpp
  55. 1 1
      src/columnarsort.h
  56. 1 1
      src/compressed_http.cpp
  57. 1 1
      src/compressed_http.h
  58. 1 1
      src/compressed_mysql_layer.cpp
  59. 1 1
      src/compressed_mysql_layer.h
  60. 1 1
      src/compressed_zlib_mysql.cpp
  61. 1 1
      src/compressed_zlib_mysql.h
  62. 1 1
      src/compressed_zstd_mysql.cpp
  63. 1 1
      src/compressed_zstd_mysql.h
  64. 1 1
      src/config_reloader.cpp
  65. 1 1
      src/config_reloader.h
  66. 1 1
      src/conversion.cpp
  67. 1 1
      src/conversion.h
  68. 1 1
      src/coro_stack.cpp
  69. 1 1
      src/coro_stack.h
  70. 1 1
      src/coro_waker.h
  71. 1 1
      src/coroutine.cpp
  72. 1 1
      src/coroutine.h
  73. 1 1
      src/costestimate.cpp
  74. 1 1
      src/costestimate.h
  75. 1 1
      src/datareader.cpp
  76. 1 1
      src/datareader.h
  77. 1 1
      src/datetime.cpp
  78. 1 1
      src/datetime.h
  79. 1 1
      src/debug_cmds.cpp
  80. 1 1
      src/debug_cmds.h
  81. 1 1
      src/detail/coroutine_impl.h
  82. 1 1
      src/detail/expmeter.h
  83. 1 1
      src/detail/indexlink.cpp
  84. 1 1
      src/detail/indexlink.h
  85. 1 1
      src/dict/aggregate_hit.h
  86. 1 1
      src/dict/bin.cpp
  87. 1 1
      src/dict/bin.h
  88. 1 1
      src/dict/crc_engine.h
  89. 1 1
      src/dict/crc_engine_impl.h
  90. 1 1
      src/dict/dict_base.cpp
  91. 1 1
      src/dict/dict_base.h
  92. 1 1
      src/dict/dict_crc.cpp
  93. 1 1
      src/dict/dict_crc.h
  94. 1 1
      src/dict/dict_crc_impl.h
  95. 1 1
      src/dict/dict_entry.h
  96. 1 1
      src/dict/dict_exact.cpp
  97. 1 1
      src/dict/dict_keywords.cpp
  98. 1 1
      src/dict/dict_proxy.h
  99. 1 1
      src/dict/dict_star.cpp
  100. 1 1
      src/dict/dict_star8.cpp

+ 1 - 1
api/libsphinxclient/sphinxclient.c

@@ -1,7 +1,7 @@
 //
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
api/sphinxapi.php

@@ -7,7 +7,7 @@
 //
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
-// Copyright (c) 2019-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2019-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
cmake/FindMysql.cmake

@@ -21,7 +21,7 @@
 #   51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
 #=============================================================================
 # Copyright 2015 Sphinx Technologies, Inc.
-# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 #
 # Distributed under the OSI-approved BSD License (the "License");
 # see accompanying file Copyright.txt for details.

+ 1 - 1
cmake/FindZSTD.cmake

@@ -13,7 +13,7 @@
 # If library is found, imported target ZSTD::ZSTD is produced to link with.
 #
 #=============================================================================
-# Copyright 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+# Copyright 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 #
 # Distributed under the OSI-approved BSD License (the "License");
 # see accompanying file Copyright.txt for details.

+ 1 - 1
cmake/Findre2.cmake

@@ -18,7 +18,7 @@
 #   WITH_RE2_LIBS       - where to search for the lib
 
 #=============================================================================
-# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 # Copyright 2015-2016 Sphinx Technologies, Inc.
 #
 # Distributed under the OSI-approved BSD License (the "License");

+ 1 - 1
cmake/GetICU.cmake

@@ -1,5 +1,5 @@
 #=============================================================================
-# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 #
 # Distributed under the OSI-approved BSD License (the "License");
 # see accompanying file Copyright.txt for details.

+ 1 - 1
cmake/GetJIEBA.cmake

@@ -1,5 +1,5 @@
 #=============================================================================
-# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 #
 # Distributed under the OSI-approved BSD License (the "License");
 # see accompanying file Copyright.txt for details.

+ 1 - 1
cmake/GetRE2.cmake

@@ -1,5 +1,5 @@
 #=============================================================================
-# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 #
 # Distributed under the OSI-approved BSD License (the "License");
 # see accompanying file Copyright.txt for details.

+ 1 - 1
cmake/GetSTEMMER.cmake

@@ -1,5 +1,5 @@
 #=============================================================================
-# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 #
 # Distributed under the OSI-approved BSD License (the "License");
 # see accompanying file Copyright.txt for details.

+ 1 - 1
cmake/mincore_test.cmake

@@ -15,7 +15,7 @@
 # and so, this special testing is necessary to successfully compile.
 #
 #=============================================================================
-# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 #
 # Distributed under the OSI-approved BSD License (the "License");
 # see accompanying file Copyright.txt for details.

+ 5 - 5
component-licenses/README.md

@@ -8,7 +8,7 @@ the components.
 
 Copyright:
 ```
-Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 All rights reserved
 ```
 Manticore Search is released under [GPL v3 or later](https://raw.githubusercontent.com/manticoresoftware/manticoresearch/master/LICENSE).
@@ -66,7 +66,7 @@ Manticore Search binaries may dynamically load and utilize the library at runtim
 
 Copyright:
 ```
-Copyright (c) 2020-2024, Manticore Software LTD (https://manticoresearch.com)
+Copyright (c) 2020-2025, Manticore Software LTD (https://manticoresearch.com)
 All rights reserved
 ```
 
@@ -80,7 +80,7 @@ Copyright:
 ```
 Copyright (c) 2001-2016, Andrew Aksyonoff
 Copyright (c) 2008-2016, Sphinx Technologies Inc
-Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 All rights reserved
 
 This program is free software; you can redistribute it and/or modify
@@ -114,7 +114,7 @@ Copyright:
 ```
 Copyright (c) 2001-2016, Andrew Aksyonoff
 Copyright (c) 2008-2016, Sphinx Technologies Inc
-Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 All rights reserved
 
 This program is free software; you can redistribute it and/or modify
@@ -212,7 +212,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
 =============================================================================
 Copyright 2015 Sphinx Technologies, Inc.
-Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 
 Distributed under the OSI-approved BSD License (the "License");
 see accompanying file Copyright.txt for details.

+ 1 - 1
config/config_cmake.h.in

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2022-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
doc/indexer.1

@@ -251,7 +251,7 @@ into the specified file, in a MySQL compatible syntax. The resulting dumps are t
 Manticore Software LTD (https://manticoresearch\&.com)
 .SH "COPYRIGHT"
 .PP
-Copyright 2017\-2024 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
+Copyright 2017\-2025 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
 .PP
 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation\&.
 .SH "SEE ALSO"

+ 1 - 1
doc/indextool.1

@@ -125,7 +125,7 @@ SET GLOBAL AUTO_OPTIMIZE=1;
 Manticore Software LTD (https://manticoresearch\&.com)
 .SH "COPYRIGHT"
 .PP
-Copyright 2017\-2024 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
+Copyright 2017\-2025 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
 .PP
 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation\&.
 .SH "SEE ALSO"

+ 1 - 1
doc/md2man.bash

@@ -8,7 +8,7 @@ authorAndCopyright=$(cat <<-END
 Manticore Software LTD (https://manticoresearch\&.com)
 .SH "COPYRIGHT"
 .PP
-Copyright 2017\-2024 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
+Copyright 2017\-2025 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
 .PP
 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation\&.
 END

+ 1 - 1
doc/searchd.1

@@ -236,7 +236,7 @@ Manticore utilizes the \fB\fCplugin_dir\fR for storing and using Manticore Buddy
 Manticore Software LTD (https://manticoresearch\&.com)
 .SH "COPYRIGHT"
 .PP
-Copyright 2017\-2024 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
+Copyright 2017\-2025 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
 .PP
 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation\&.
 .SH "SEE ALSO"

+ 1 - 1
manual/Installation/Debian_and_Ubuntu.md

@@ -64,7 +64,7 @@ $ sudo -u manticore indexer
 Manticore 3.5.4 13f8d08d@201211 release
 Copyright (c) 2001-2016, Andrew Aksyonoff
 Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
-Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+Copyright (c) 2017-2020, Manticore Software LTD (https://manticoresearch.com)
 
 Built by gcc/clang v 5.4.0,
 

+ 1 - 1
mysqlse/ha_sphinx.cc

@@ -1,7 +1,7 @@
 //
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/accumulator.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/accumulator.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/aggregate.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/aggregate.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/attribute.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/attribute.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/attrindex_builder.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/attrindex_builder.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/attrindex_merge.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/attrindex_merge.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/binlog.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/binlog.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/binlog_defs.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/charsets/globalaliases.h.in

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2019-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/chunksearchctx.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/chunksearchctx.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/cjkpreprocessor.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/cjkpreprocessor.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/client_session.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/client_task_info.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/client_task_info.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/collation.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/collation.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/columnarexpr.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/columnarexpr.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/columnarfilter.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2020-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2020-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/columnarfilter.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2020-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2020-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/columnargrouper.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2020-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2020-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/columnargrouper.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2020-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2020-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/columnarlib.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2020-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2020-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/columnarlib.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2020-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2020-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/columnarmisc.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/columnarmisc.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/columnarrt.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/columnarrt.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/columnarsort.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/columnarsort.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/compressed_http.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/compressed_http.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/compressed_mysql_layer.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/compressed_mysql_layer.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/compressed_zlib_mysql.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/compressed_zlib_mysql.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/compressed_zstd_mysql.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/compressed_zstd_mysql.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/config_reloader.cpp

@@ -1,4 +1,4 @@
-// Copyright (c) 2022-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2022-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/config_reloader.h

@@ -1,4 +1,4 @@
-// Copyright (c) 2022-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2022-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/conversion.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/conversion.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/coro_stack.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/coro_stack.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/coro_waker.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2021-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/coroutine.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/coroutine.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/costestimate.cpp

@@ -1,6 +1,6 @@
 //
 //
-// Copyright (c) 2018-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2018-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/costestimate.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2018-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2018-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/datareader.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/datareader.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/datetime.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2024-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/datetime.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2024-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/debug_cmds.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/debug_cmds.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/detail/coroutine_impl.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2022-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/detail/expmeter.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2023-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2023-2025, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/detail/indexlink.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2023-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2023-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/detail/indexlink.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2023-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2023-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/aggregate_hit.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/bin.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/bin.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/crc_engine.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/crc_engine_impl.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/dict_base.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/dict_base.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/dict_crc.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/dict_crc.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/dict_crc_impl.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/dict_entry.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/dict_exact.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/dict_keywords.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/dict_proxy.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/dict_star.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

+ 1 - 1
src/dict/dict_star8.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
 // Copyright (c) 2001-2016, Andrew Aksyonoff
 // Copyright (c) 2008-2016, Sphinx Technologies Inc
 // All rights reserved

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini