|
|
@@ -1,5 +1,5 @@
|
|
|
//
|
|
|
-// Copyright (c) 2019, Manticore Software LTD (http://manticoresearch.com)
|
|
|
+// Copyright (c) 2019-2020, Manticore Software LTD (http://manticoresearch.com)
|
|
|
// All rights reserved
|
|
|
//
|
|
|
// This program is free software; you can redistribute it and/or modify
|
|
|
@@ -40,7 +40,7 @@
|
|
|
#define PRODUCT_NAME "Manticore " PRODUCT_VERSION
|
|
|
#define PRODUCT_BANNER PRODUCT_NAME "\nCopyright (c) 2001-2016, Andrew Aksyonoff\n" \
|
|
|
"Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)\n" \
|
|
|
- "Copyright (c) 2017-2019, Manticore Software LTD (http://manticoresearch.com)\n\n"
|
|
|
+ "Copyright (c) 2017-2020, Manticore Software LTD (http://manticoresearch.com)\n\n"
|
|
|
|
|
|
|
|
|
const char * szMANTICORE_VERSION = PRODUCT_VERSION;
|