Skip to content

Commit 0894b78

Browse files
authored
SNOW-761991 Update license header to 2023 (#1481)
1 parent 9008e2c commit 0894b78

File tree

210 files changed

+232
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+232
-210
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright (c) 2013-2019 Snowflake Computing, Inc.
190+
Copyright (c) 2013-2023 Snowflake Computing, Inc.
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

license_header.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33

src/snowflake/connector/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
5+
56
# Python Db API v2
67
#
78
from __future__ import annotations

src/snowflake/connector/_sql_util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
from __future__ import annotations

src/snowflake/connector/arrow_context.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/arrow_iterator.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
# distutils: language = c++

src/snowflake/connector/auth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
from __future__ import annotations

src/snowflake/connector/auth/_auth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
from __future__ import annotations

src/snowflake/connector/auth/by_plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/auth/default.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/auth/idtoken.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/auth/keypair.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/auth/oauth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/auth/okta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/auth/usrpwdmfa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/auth/webbrowser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/azure_storage_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
from __future__ import annotations

src/snowflake/connector/bind_upload_agent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/cache.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
from __future__ import annotations

src/snowflake/connector/compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/connection_diagnostic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
from __future__ import annotations

src/snowflake/connector/constants.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
5+
56
from __future__ import annotations
67

78
from collections import defaultdict

src/snowflake/connector/converter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/converter_issue23517.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/converter_null.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/converter_snowsql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
3+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
44
#
55

66
from __future__ import annotations

src/snowflake/connector/cpp/ArrowIterator/BinaryConverter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "BinaryConverter.hpp"

src/snowflake/connector/cpp/ArrowIterator/BinaryConverter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_BINARYCONVERTER_HPP

src/snowflake/connector/cpp/ArrowIterator/BooleanConverter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "BooleanConverter.hpp"

src/snowflake/connector/cpp/ArrowIterator/BooleanConverter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_BOOLEANCONVERTER_HPP

src/snowflake/connector/cpp/ArrowIterator/CArrowChunkIterator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "CArrowChunkIterator.hpp"

src/snowflake/connector/cpp/ArrowIterator/CArrowChunkIterator.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_ARROWCHUNKITERATOR_HPP

src/snowflake/connector/cpp/ArrowIterator/CArrowIterator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "CArrowIterator.hpp"

src/snowflake/connector/cpp/ArrowIterator/CArrowIterator.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_ARROWITERATOR_HPP

src/snowflake/connector/cpp/ArrowIterator/CArrowTableIterator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "CArrowTableIterator.hpp"

src/snowflake/connector/cpp/ArrowIterator/CArrowTableIterator.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_ARROWTABLEITERATOR_HPP

src/snowflake/connector/cpp/ArrowIterator/DateConverter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "DateConverter.hpp"

src/snowflake/connector/cpp/ArrowIterator/DateConverter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_DATECONVERTER_HPP

src/snowflake/connector/cpp/ArrowIterator/DecimalConverter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "Python/Common.hpp"

src/snowflake/connector/cpp/ArrowIterator/DecimalConverter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_DECIMALCONVERTER_HPP

src/snowflake/connector/cpp/ArrowIterator/FloatConverter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "FloatConverter.hpp"

src/snowflake/connector/cpp/ArrowIterator/FloatConverter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_FLOATCONVERTER_HPP

src/snowflake/connector/cpp/ArrowIterator/IColumnConverter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_ICOLUMNCONVERTER_HPP

src/snowflake/connector/cpp/ArrowIterator/IntConverter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "IntConverter.hpp"

src/snowflake/connector/cpp/ArrowIterator/IntConverter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_INTCONVERTER_HPP

src/snowflake/connector/cpp/ArrowIterator/Python/Common.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "Common.hpp"

src/snowflake/connector/cpp/ArrowIterator/Python/Common.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_PYTHON_COMMON_HPP

src/snowflake/connector/cpp/ArrowIterator/Python/Helpers.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "Helpers.hpp"

src/snowflake/connector/cpp/ArrowIterator/Python/Helpers.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_PYTHON_HELPERS_HPP

src/snowflake/connector/cpp/ArrowIterator/SnowflakeType.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "SnowflakeType.hpp"

src/snowflake/connector/cpp/ArrowIterator/SnowflakeType.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_SNOWFLAKETYPE_HPP

src/snowflake/connector/cpp/ArrowIterator/StringConverter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#include "StringConverter.hpp"

src/snowflake/connector/cpp/ArrowIterator/StringConverter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
2+
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
//
44

55
#ifndef PC_STRINGCONVERTER_HPP

0 commit comments

Comments
 (0)