Skip to content

Commit 276c7c1

Browse files
authored
Chore: update copyright year (#32)
1 parent 4f72915 commit 276c7c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
source_suffix = '.rst'
1818
master_doc = 'index'
1919
project = 'questdb'
20-
year = '2022'
20+
year = '2023'
2121
author = 'QuestDB'
2222
copyright = '{0}, {1}'.format(year, author)
2323
version = release = '1.1.0'

pystr-to-utf8/include/pystr_to_utf8.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* \__\_\\__,_|\___||___/\__|____/|____/
77
*
88
* Copyright (c) 2014-2019 Appsicle
9-
* Copyright (c) 2019-2022 QuestDB
9+
* Copyright (c) 2019-2023 QuestDB
1010
*
1111
* Licensed under the Apache License, Version 2.0 (the "License");
1212
* you may not use this file except in compliance with the License.

pystr-to-utf8/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* \__\_\\__,_|\___||___/\__|____/|____/
77
*
88
* Copyright (c) 2014-2019 Appsicle
9-
* Copyright (c) 2019-2022 QuestDB
9+
* Copyright (c) 2019-2023 QuestDB
1010
*
1111
* Licensed under the Apache License, Version 2.0 (the "License");
1212
* you may not use this file except in compliance with the License.

src/questdb/line_sender.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## \__\_\\__,_|\___||___/\__|____/|____/
77
##
88
## Copyright (c) 2014-2019 Appsicle
9-
## Copyright (c) 2019-2022 QuestDB
9+
## Copyright (c) 2019-2023 QuestDB
1010
##
1111
## Licensed under the Apache License, Version 2.0 (the "License");
1212
## you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)