Skip to content

Commit 402520a

Browse files
sfc-gh-mkubiksfc-gh-fpawlowski
authored andcommitted
SNOW-191538 remove copyright headers (#2238)
(cherry picked from commit 813bbd8)
1 parent a11c329 commit 402520a

File tree

264 files changed

+1
-1037
lines changed

Some content is hidden

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

264 files changed

+1
-1037
lines changed

benchmark/benchmark_unit_converter.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python
2-
#
3-
# Copyright (c) 2012-2019 Snowflake Computing Inc. All rights reserved.
4-
#
2+
53
from __future__ import annotations
64

75
from logging import getLogger

samples/auth_by_key_pair_from_file.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env python
2-
#
3-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
4-
#
52
"""
63
This sample shows how to implement a key pair authentication plugin
74
which reads private key from a file

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env python
2-
#
3-
# Copyright (c) 2012-2019 Snowflake Computing Inc. All rights reserved.
4-
#
52

63
import os
74
import sys

src/snowflake/connector/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#!/usr/bin/env python
2-
#
3-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
4-
#
5-
62
# Python Db API v2
73
#
84
from __future__ import annotations

src/snowflake/connector/_query_context_cache.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
41
from __future__ import annotations
52

63
from functools import total_ordering

src/snowflake/connector/_sql_util.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
4-
51
from __future__ import annotations
62

73
import re

src/snowflake/connector/_utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
4-
51
from __future__ import annotations
62

73
import string

src/snowflake/connector/arrow_context.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#!/usr/bin/env python
2-
#
3-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
4-
#
5-
62
from __future__ import annotations
73

84
import decimal

src/snowflake/connector/auth/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
4-
51
from __future__ import annotations
62

73
from ._auth import Auth, get_public_key_fingerprint, get_token_from_private_key

src/snowflake/connector/auth/_auth.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
4-
51
from __future__ import annotations
62

73
import copy

0 commit comments

Comments
 (0)