Browse Source

start inherited copyrights from 2017

Aleksey N. Vinogradov 1 month ago
parent
commit
e21dcdb0a3
86 changed files with 86 additions and 86 deletions
  1. 1 1
      api/sphinxapi.php
  2. 1 1
      config/config_cmake.h.in
  3. 1 1
      src/binlog.cpp
  4. 1 1
      src/binlog.h
  5. 1 1
      src/binlog_defs.h
  6. 1 1
      src/client_session.h
  7. 1 1
      src/config_reloader.cpp
  8. 1 1
      src/config_reloader.h
  9. 1 1
      src/conversion.cpp
  10. 1 1
      src/conversion.h
  11. 1 1
      src/daemon/api_commands.h
  12. 1 1
      src/daemon/api_search.h
  13. 1 1
      src/detail/coroutine_impl.h
  14. 1 1
      src/detail/indexlink.cpp
  15. 1 1
      src/detail/indexlink.h
  16. 1 1
      src/docs_collector.cpp
  17. 1 1
      src/docs_collector.h
  18. 1 1
      src/gbenches/expressions.cpp
  19. 1 1
      src/gbenches/geodist.cpp
  20. 1 1
      src/gbenches/misc.cpp
  21. 1 1
      src/gbenches/stripper.cpp
  22. 1 1
      src/gbenches/tokenizer.cpp
  23. 1 1
      src/gtests/gtests_strfmt.cpp
  24. 1 1
      src/gtests/gtests_stringbuilder.cpp
  25. 1 1
      src/gtests/gtests_wsrep.cpp
  26. 1 1
      src/index_rotator.cpp
  27. 1 1
      src/index_rotator.h
  28. 1 1
      src/indexing_sources/schema_configurator.h
  29. 1 1
      src/indexing_sources/source_mysql.cpp
  30. 1 1
      src/indexing_sources/source_mysql.h
  31. 1 1
      src/indexing_sources/source_odbc.cpp
  32. 1 1
      src/indexing_sources/source_odbc.h
  33. 1 1
      src/indexing_sources/source_pgsql.cpp
  34. 1 1
      src/indexing_sources/source_pgsql.h
  35. 1 1
      src/indexing_sources/source_sql.cpp
  36. 1 1
      src/indexing_sources/source_sql.h
  37. 1 1
      src/indexing_sources/source_svpipe.cpp
  38. 1 1
      src/indexing_sources/source_svpipe.h
  39. 1 1
      src/indexing_sources/source_xmlpipe2.cpp
  40. 1 1
      src/indexing_sources/source_xmlpipe2.h
  41. 1 1
      src/replication/api_command_cluster.cpp
  42. 1 1
      src/replication/cluster_binlog.cpp
  43. 1 1
      src/replication/cluster_binlog.h
  44. 1 1
      src/replication/cluster_commands.h
  45. 1 1
      src/replication/cluster_delete.cpp
  46. 1 1
      src/replication/cluster_delete.h
  47. 1 1
      src/replication/cluster_file_reserve.cpp
  48. 1 1
      src/replication/cluster_get_nodes.cpp
  49. 1 1
      src/replication/cluster_index_add_local.h
  50. 1 1
      src/replication/cluster_recv_state_cleanup.cpp
  51. 1 1
      src/replication/cluster_recv_state_cleanup.h
  52. 1 1
      src/replication/cluster_sst_progress.cpp
  53. 1 1
      src/replication/cluster_synced.cpp
  54. 1 1
      src/replication/cluster_synced.h
  55. 1 1
      src/replication/cluster_update_nodes.cpp
  56. 1 1
      src/replication/commit_monitor.cpp
  57. 1 1
      src/replication/commit_monitor.h
  58. 1 1
      src/replication/configuration.cpp
  59. 1 1
      src/replication/configuration.h
  60. 1 1
      src/replication/nodes.cpp
  61. 1 1
      src/replication/receiver_ctx.cpp
  62. 1 1
      src/replication/recv_state.cpp
  63. 1 1
      src/replication/recv_state.h
  64. 1 1
      src/replication/send_files.cpp
  65. 1 1
      src/replication/send_files.h
  66. 1 1
      src/replication/serialize.h
  67. 1 1
      src/replication/wsrep_cxx.cpp
  68. 1 1
      src/searchdhttp.h
  69. 1 1
      src/sphinx_alter.cpp
  70. 1 1
      src/sphinxql_debug.cpp
  71. 1 1
      src/sphinxql_debug.h
  72. 1 1
      src/sphinxql_extra.cpp
  73. 1 1
      src/sphinxql_extra.h
  74. 1 1
      src/sphinxql_second.cpp
  75. 1 1
      src/sphinxql_second.h
  76. 1 1
      src/sphinxquery/transformation.h
  77. 1 1
      src/sphinxquery/xqparser.h
  78. 1 1
      src/std/num_conv.h
  79. 1 1
      src/std/num_conv_impl.h
  80. 1 1
      src/task_dispatcher.h
  81. 1 1
      src/threads_detached.cpp
  82. 1 1
      src/tokenizer/charset_definition_parser.cpp
  83. 1 1
      src/tokenizer/charset_definition_parser.h
  84. 1 1
      src/tokenizer/tok_internals.h
  85. 1 1
      src/tracer.cpp
  86. 1 1
      src/tracer.h

+ 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-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, Manticore Software LTD (https://manticoresearch.com)
 // All rights reserved
 //
 // This program is free software; you can redistribute it and/or modify

+ 1 - 1
config/config_cmake.h.in

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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.cpp

@@ -1,4 +1,4 @@
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/daemon/api_commands.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/daemon/api_search.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2023-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/docs_collector.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2008-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/docs_collector.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2008-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/gbenches/expressions.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/gbenches/geodist.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/gbenches/misc.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/gbenches/stripper.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/gbenches/tokenizer.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/gtests/gtests_strfmt.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/gtests/gtests_stringbuilder.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/gtests/gtests_wsrep.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2023-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/index_rotator.cpp

@@ -1,4 +1,4 @@
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/index_rotator.h

@@ -1,4 +1,4 @@
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/schema_configurator.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/source_mysql.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/source_mysql.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/source_odbc.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/source_odbc.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/source_pgsql.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/source_pgsql.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/source_sql.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/source_sql.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/source_svpipe.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/source_svpipe.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/source_xmlpipe2.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/indexing_sources/source_xmlpipe2.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/api_command_cluster.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_binlog.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_binlog.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_commands.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2023-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_delete.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_delete.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_file_reserve.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_get_nodes.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_index_add_local.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_recv_state_cleanup.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_recv_state_cleanup.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_sst_progress.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_synced.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_synced.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/cluster_update_nodes.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/commit_monitor.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/commit_monitor.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/configuration.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/configuration.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/nodes.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/receiver_ctx.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/recv_state.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2023-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/recv_state.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2023-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/send_files.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2023-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/send_files.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2023-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/serialize.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/replication/wsrep_cxx.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2019-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/searchdhttp.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2008-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/sphinx_alter.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/sphinxql_debug.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/sphinxql_debug.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/sphinxql_extra.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/sphinxql_extra.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/sphinxql_second.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/sphinxql_second.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/sphinxquery/transformation.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/sphinxquery/xqparser.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/std/num_conv.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/std/num_conv_impl.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/task_dispatcher.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/threads_detached.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/tokenizer/charset_definition_parser.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2008-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/tokenizer/charset_definition_parser.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2008-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/tokenizer/tok_internals.h

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2024-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/tracer.cpp

@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022-2026, Manticore Software LTD (https://manticoresearch.com)
+// Copyright (c) 2017-2026, 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/tracer.h

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