Skip to content

Commit

Permalink
SNOW-761991 Update license header to 2023 (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-sfan authored Mar 17, 2023
1 parent 9008e2c commit 0894b78
Show file tree
Hide file tree
Showing 210 changed files with 232 additions and 210 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

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

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion license_header.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

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

3 changes: 2 additions & 1 deletion src/snowflake/connector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

# Python Db API v2
#
from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/_sql_util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/arrow_context.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/arrow_iterator.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

# distutils: language = c++
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/auth/_auth.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/auth/by_plugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/auth/default.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/auth/idtoken.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/auth/keypair.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/auth/oauth.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/auth/okta.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/auth/usrpwdmfa.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/auth/webbrowser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/azure_storage_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/bind_upload_agent.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/cache.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/compat.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/connection.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/connection_diagnostic.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
3 changes: 2 additions & 1 deletion src/snowflake/connector/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations

from collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/converter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/converter_issue23517.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/converter_null.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/converter_snowsql.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
#

from __future__ import annotations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "BinaryConverter.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_BINARYCONVERTER_HPP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "BooleanConverter.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_BOOLEANCONVERTER_HPP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "CArrowChunkIterator.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_ARROWCHUNKITERATOR_HPP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "CArrowIterator.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_ARROWITERATOR_HPP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "CArrowTableIterator.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_ARROWTABLEITERATOR_HPP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "DateConverter.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_DATECONVERTER_HPP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "Python/Common.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_DECIMALCONVERTER_HPP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "FloatConverter.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_FLOATCONVERTER_HPP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_ICOLUMNCONVERTER_HPP
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/cpp/ArrowIterator/IntConverter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "IntConverter.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/cpp/ArrowIterator/IntConverter.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_INTCONVERTER_HPP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "Common.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_PYTHON_COMMON_HPP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "Helpers.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_PYTHON_HELPERS_HPP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "SnowflakeType.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_SNOWFLAKETYPE_HPP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#include "StringConverter.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2012-2021 Snowflake Computing Inc. All rights reserved.
// Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
//

#ifndef PC_STRINGCONVERTER_HPP
Expand Down
Loading

0 comments on commit 0894b78

Please sign in to comment.